Searched refs:GObjectNotifyQueue (Results 1 – 2 of 2) sorted by relevance
36 typedef struct _GObjectNotifyQueue GObjectNotifyQueue; typedef63 GObjectNotifyQueue *nqueue = data; in g_object_notify_queue_free()66 g_slice_free (GObjectNotifyQueue, nqueue); in g_object_notify_queue_free()69 static inline GObjectNotifyQueue*73 GObjectNotifyQueue *nqueue; in g_object_notify_queue_freeze()79 nqueue = g_slice_new0 (GObjectNotifyQueue); in g_object_notify_queue_freeze()99 GObjectNotifyQueue *nqueue) in g_object_notify_queue_thaw()142 GObjectNotifyQueue *nqueue) in g_object_notify_queue_clear()157 GObjectNotifyQueue *nqueue, in g_object_notify_queue_add()188 static inline GObjectNotifyQueue*
234 typedef struct _GObjectNotifyQueue GObjectNotifyQueue; typedef265 GObjectNotifyQueue *nqueue = data; in g_object_notify_queue_free()268 g_slice_free (GObjectNotifyQueue, nqueue); in g_object_notify_queue_free()271 static GObjectNotifyQueue*275 GObjectNotifyQueue *nqueue; in g_object_notify_queue_freeze()287 nqueue = g_slice_new0 (GObjectNotifyQueue); in g_object_notify_queue_freeze()306 GObjectNotifyQueue *nqueue) in g_object_notify_queue_thaw()347 GObjectNotifyQueue *nqueue, in g_object_notify_queue_add()1286 GObjectNotifyQueue *nqueue; in g_object_notify_by_spec_internal()1430 GObjectNotifyQueue *nqueue; in g_object_thaw_notify()[all …]