Searched refs:pspecs (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/glib/gobject/ |
D | gobjectnotifyqueue.c | 35 GParamSpec **pspecs); 48 GSList *pspecs; member 63 g_slist_free (nqueue->pspecs); in g_object_notify_queue_free() 94 GParamSpec *pspecs_mem[16], **pspecs, **free_me = NULL; 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() 107 pspecs[0] = NULL; in g_object_notify_queue_thaw() 108 for (slist = nqueue->pspecs; slist; slist = slist->next) in g_object_notify_queue_thaw() 115 if (pspecs[i] == pspec) in g_object_notify_queue_thaw() 120 pspecs[n_pspecs++] = pspec; in g_object_notify_queue_thaw() 125 context->dispatcher (object, n_pspecs, pspecs); in g_object_notify_queue_thaw() [all …]
|
D | gobject.c | 165 GParamSpec **pspecs); 310 GParamSpec **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() 633 GParamSpec **pspecs; in g_object_class_list_properties() local 638 pspecs = g_param_spec_pool_list (pspec_pool, in g_object_class_list_properties() 644 return pspecs; in g_object_class_list_properties() 670 GParamSpec **pspecs; in g_object_interface_list_properties() local 675 pspecs = g_param_spec_pool_list (pspec_pool, in g_object_interface_list_properties() 681 return pspecs; in g_object_interface_list_properties() 765 GParamSpec **pspecs) in g_object_dispatch_properties_changed() argument [all …]
|
D | gparam.c | 1264 GParamSpec **pspecs, **p; in g_param_spec_pool_list() local 1288 pspecs = g_new (GParamSpec*, *n_pspecs_p + 1); in g_param_spec_pool_list() 1289 p = pspecs; in g_param_spec_pool_list() 1301 return pspecs; in g_param_spec_pool_list()
|
D | gobject.h | 338 GParamSpec **pspecs);
|
D | ChangeLog | 1007 needs to be strdup()ed for non G_PARAM_STATIC_NAME pspecs. this fixes 2725 pspecs. 2891 * gparam.[hc]: added g_param_spec_pool_list() to list pspecs per 2892 owner_type. the pspecs are not referenced, so the caller is 2895 the future, we can either auto-ref the pspecs, or add a 3237 the remaining thread safety issues are now datalists on pspecs (to be
|
/external/bluetooth/glib/ |
D | NEWS | 2170 - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
|