I want to get a callback whenever a writable only property gets set on an object instance that I have. Is there any way to do this?
Thanks
Bob Gibbs
From gobjectnotifyqueue.c
static inline void
g_object_notify_queue_add (GObject *object,
GObjectNotifyQueue *nqueue,
GParamSpec *pspec)
{
if (pspec->flags & G_PARAM_READABLE)
{
......
}
_______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list