OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:owner_type
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/glib/gobject/
gparam.c
165
pspec->
owner_type
= 0;
861
guint h = key->
owner_type
;
876
return (key1->
owner_type
== key2->
owner_type
&&
910
* @
owner_type
: a #GType identifying the owner of @pspec
917
GType
owner_type
)
921
if (pool && pspec &&
owner_type
> 0 && pspec->
owner_type
== 0)
934
pspec->
owner_type
=
owner_type
;
1107
GType
owner_type
= (GType) data[1];
local
1207
GType
owner_type
= (GType) data[1];
local
1241
GType
owner_type
= (GType) data[1];
local
[
all
...]
gparam.h
194
* @
owner_type
: #GType type that uses (introduces) this paremeter
206
GType
owner_type
; /* class or interface using this property */
member in struct:_GParamSpec
377
GType
owner_type
);
382
GType
owner_type
,
385
GType
owner_type
);
387
GType
owner_type
,
gobject.c
896
GObjectClass *class = g_type_class_peek (pspec->
owner_type
);
914
GObjectClass *class = g_type_class_peek (pspec->
owner_type
);
[
all
...]
ChangeLog
[
all
...]
Completed in 214 milliseconds