Re: attaching ancillary information to pixbufs



> There may be some way to do this with just
> g_object_get_property/set_property? Override those methods perhaps?

I wondered about this myself, but I guess you'll run into:

  if (!pspec)
    g_warning ("%s: object class `%s' has no property named `%s'",
               G_STRLOC,
               G_OBJECT_TYPE_NAME (object),
               property_name);


Matthias



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]