Home
last modified time | relevance | path

Searched refs:pspecs (Results 1 – 9 of 9) sorted by relevance

/third_party/glib/gobject/
Dgobjectnotifyqueue.c39 GParamSpec **pspecs);
52 GSList *pspecs; member
65 g_slist_free (nqueue->pspecs); in g_object_notify_queue_free()
102 GParamSpec *pspecs_mem[16], **pspecs, **free_me = NULL; in g_object_notify_queue_thaw() local
125 pspecs = nqueue->n_pspecs > 16 ? free_me = g_new (GParamSpec*, nqueue->n_pspecs) : pspecs_mem; in g_object_notify_queue_thaw()
127 for (slist = nqueue->pspecs; slist; slist = slist->next) in g_object_notify_queue_thaw()
129 pspecs[n_pspecs++] = slist->data; in g_object_notify_queue_thaw()
136 context->dispatcher (object, n_pspecs, pspecs); in g_object_notify_queue_thaw()
148 g_slist_free (nqueue->pspecs); in g_object_notify_queue_clear()
149 nqueue->pspecs = NULL; in g_object_notify_queue_clear()
[all …]
Dgobject.c226 GParamSpec **pspecs);
238 GSList *pspecs; member
267 g_slist_free (nqueue->pspecs); in g_object_notify_queue_free()
308 GParamSpec *pspecs_mem[16], **pspecs, **free_me = NULL; in g_object_notify_queue_thaw() local
330 pspecs = nqueue->n_pspecs > 16 ? free_me = g_new (GParamSpec*, nqueue->n_pspecs) : pspecs_mem; in g_object_notify_queue_thaw()
332 for (slist = nqueue->pspecs; slist; slist = slist->next) in g_object_notify_queue_thaw()
334 pspecs[n_pspecs++] = slist->data; in g_object_notify_queue_thaw()
341 G_OBJECT_GET_CLASS (object)->dispatch_properties_changed (object, n_pspecs, pspecs); in g_object_notify_queue_thaw()
354 if (g_slist_find (nqueue->pspecs, pspec) == NULL) in g_object_notify_queue_add()
356 nqueue->pspecs = g_slist_prepend (nqueue->pspecs, pspec); in g_object_notify_queue_add()
[all …]
Dgparam.c1310 GParamSpec **pspecs, **p; in g_param_spec_pool_list() local
1334 pspecs = g_new (GParamSpec*, n_pspecs + 1); in g_param_spec_pool_list()
1335 p = pspecs; in g_param_spec_pool_list()
1349 return pspecs; in g_param_spec_pool_list()
Dgobject.h346 GParamSpec **pspecs);
409 GParamSpec **pspecs);
/third_party/gstreamer/gstplugins_bad/tests/examples/opencv/
Dgstmotioncells_dynamic_test.c31 GParamSpec **pspecs, *pspec; in print_element_properties() local
36 pspecs = g_object_class_list_properties (G_OBJECT_GET_CLASS (element), &num); in print_element_properties()
42 pspec = pspecs[i]; in print_element_properties()
77 g_free (pspecs); in print_element_properties()
/third_party/glib/gio/tests/
Ddefaultvalue.c55 GParamSpec **pspecs; in test_type() local
121 pspecs = g_object_class_list_properties (klass, &n_pspecs); in test_type()
124 GParamSpec *pspec = pspecs[i]; in test_type()
161 g_free (pspecs); in test_type()
/third_party/gstreamer/gstreamer/gst/
Dgstobject.c125 guint n_pspecs, GParamSpec ** pspecs);
445 guint n_pspecs, GParamSpec ** pspecs) in gst_object_dispatch_properties_changed() argument
457 pspecs); in gst_object_dispatch_properties_changed()
473 "deep notification from %s (%s)", debug_name, pspecs[i]->name); in gst_object_dispatch_properties_changed()
476 g_quark_from_string (pspecs[i]->name), gst_object, pspecs[i]); in gst_object_dispatch_properties_changed()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavcfg.c576 GParamSpec **pspecs; in gst_ffmpeg_cfg_fill_context() local
579 pspecs = g_object_class_list_properties (G_OBJECT_GET_CLASS (object), in gst_ffmpeg_cfg_fill_context()
583 GParamSpec *pspec = pspecs[i]; in gst_ffmpeg_cfg_fill_context()
597 g_free (pspecs); in gst_ffmpeg_cfg_fill_context()
/third_party/glib/
DNEWS12545 - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]