Searched refs:nqueue (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/glib/gobject/
H A Dgobjectnotifyqueue.c61 GObjectNotifyQueue *nqueue = data; local
63 g_slist_free (nqueue->pspecs);
64 g_list_free_1 ((void*) nqueue);
71 GObjectNotifyQueue *nqueue; local
73 nqueue = g_datalist_id_get_data (&object->qdata, context->quark_notify_queue);
74 if (!nqueue)
76 nqueue = (void*) g_list_alloc ();
77 memset (nqueue, 0, sizeof (*nqueue));
78 nqueue
90 g_object_notify_queue_thaw(GObject *object, GObjectNotifyQueue *nqueue) argument
130 g_object_notify_queue_clear(GObject *object, GObjectNotifyQueue *nqueue) argument
141 g_object_notify_queue_add(GObject *object, GObjectNotifyQueue *nqueue, GParamSpec *pspec) argument
[all...]
H A Dgobject.c172 GObjectNotifyQueue *nqueue);
853 GObjectNotifyQueue *nqueue; local
855 nqueue = g_object_notify_queue_freeze (object, &property_notify_context);
856 g_object_notify_queue_add (object, nqueue, pspec);
857 g_object_notify_queue_thaw (object, nqueue);
875 GObjectNotifyQueue *nqueue; local
882 nqueue = g_object_notify_queue_from_object (object, &property_notify_context);
883 if (!nqueue || !nqueue->freeze_count)
887 g_object_notify_queue_thaw (object, nqueue);
908 object_set_property(GObject *object, GParamSpec *pspec, const GValue *value, GObjectNotifyQueue *nqueue) argument
1117 GObjectNotifyQueue *nqueue = NULL; /* shouldn't be initialized, just to silence compiler */ local
1343 GObjectNotifyQueue *nqueue = g_object_notify_queue_freeze (object, &property_notify_context); local
1378 GObjectNotifyQueue *nqueue; local
1605 GObjectNotifyQueue *nqueue; local
[all...]

Completed in 14 milliseconds