OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pspecs
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/glib/gobject/
gobjectnotifyqueue.c
35
GParamSpec **
pspecs
);
48
GSList *
pspecs
;
member in struct:_GObjectNotifyQueue
63
g_slist_free (nqueue->
pspecs
);
94
GParamSpec *pspecs_mem[16], **
pspecs
, **free_me = NULL;
local
105
pspecs
= nqueue->n_pspecs > 16 ? free_me = g_new (GParamSpec*, nqueue->n_pspecs) : pspecs_mem;
107
pspecs
[0] = NULL;
108
for (slist = nqueue->
pspecs
; slist; slist = slist->next)
113
/* dedup, make
pspecs
in the list unique */
115
if (
pspecs
[i] == pspec)
120
pspecs
[n_pspecs++] = pspec
[
all
...]
gobject.c
165
GParamSpec **
pspecs
);
310
GParamSpec **
pspecs
)
312
G_OBJECT_GET_CLASS (object)->dispatch_properties_changed (object, n_pspecs,
pspecs
);
633
GParamSpec **
pspecs
;
local
638
pspecs
= g_param_spec_pool_list (pspec_pool,
644
return
pspecs
;
670
GParamSpec **
pspecs
;
local
675
pspecs
= g_param_spec_pool_list (pspec_pool,
681
return
pspecs
;
765
GParamSpec **
pspecs
)
955
GParamSpec **
pspecs
;
local
[
all
...]
gparam.c
1264
GParamSpec **
pspecs
, **p;
local
[
all
...]
gobject.h
338
GParamSpec **
pspecs
);
Completed in 50 milliseconds