g_object_notify()



    Is the the notify signal on GObjectClass fired every time that a property
changes, or is it nescisary for the implementing class to actualy call
g_object_notify from the set_property() method ?

The g_object_set() code seems to do g_object_notify_queue_add()...
which doesn't seem to end up in a signal emmission.

Cheers,
                                       -Tristan



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