Home
last modified time | relevance | path

Searched refs:n_pspecs (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/glib/gobject/
Dgobjectnotifyqueue.c34 guint n_pspecs,
49 guint16 n_pspecs; member
96 guint n_pspecs = 0; in g_object_notify_queue_thaw() local
105 pspecs = nqueue->n_pspecs > 16 ? free_me = g_new (GParamSpec*, nqueue->n_pspecs) : pspecs_mem; in g_object_notify_queue_thaw()
117 if (++i < n_pspecs) in g_object_notify_queue_thaw()
120 pspecs[n_pspecs++] = pspec; in g_object_notify_queue_thaw()
124 if (n_pspecs) in g_object_notify_queue_thaw()
125 context->dispatcher (object, n_pspecs, pspecs); in g_object_notify_queue_thaw()
137 nqueue->n_pspecs = 0; in g_object_notify_queue_clear()
149 g_return_if_fail (nqueue->n_pspecs < 65535); in g_object_notify_queue_add()
[all …]
Dgobject.c164 guint n_pspecs,
309 guint n_pspecs, in g_object_notify_dispatcher() argument
312 G_OBJECT_GET_CLASS (object)->dispatch_properties_changed (object, n_pspecs, pspecs); in g_object_notify_dispatcher()
764 guint n_pspecs, in g_object_dispatch_properties_changed() argument
769 for (i = 0; i < n_pspecs; i++) in g_object_dispatch_properties_changed()
Dgobject.h337 guint n_pspecs,