Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
GObjectNotifyContext * | context |
GSList * | pspecs |
guint16 | n_pspecs |
guint16 | freeze_count |
Definition at line 52 of file gobjectnotifyqueue.c.
GObjectNotifyContext* _GObjectNotifyQueue::context |
Definition at line 54 of file gobjectnotifyqueue.c.
Referenced by g_object_notify_queue_freeze(), and g_object_notify_queue_thaw().
guint16 _GObjectNotifyQueue::freeze_count |
Definition at line 57 of file gobjectnotifyqueue.c.
Referenced by g_object_notify_queue_clear(), g_object_notify_queue_freeze(), and g_object_notify_queue_thaw().
guint16 _GObjectNotifyQueue::n_pspecs |
Definition at line 56 of file gobjectnotifyqueue.c.
Referenced by g_object_notify_queue_add(), g_object_notify_queue_clear(), and g_object_notify_queue_thaw().
GSList* _GObjectNotifyQueue::pspecs |
Definition at line 55 of file gobjectnotifyqueue.c.
Referenced by g_object_notify_queue_add(), g_object_notify_queue_clear(), g_object_notify_queue_free(), and g_object_notify_queue_thaw().