Home
last modified time | relevance | path

Searched refs:GObjectNotifyQueue (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gobject/
Dgobjectnotifyqueue.c36 typedef struct _GObjectNotifyQueue GObjectNotifyQueue; typedef
63 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*
Dgobject.c234 typedef struct _GObjectNotifyQueue GObjectNotifyQueue; typedef
265 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 …]