OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:parent_type
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gobject/
gtypemodule.c
81
GType
parent_type
;
member in struct:_ModuleTypeInfo
361
* @
parent_type
: the type for the parent class
372
* then reloaded, and reinitialized), @module and @
parent_type
must
382
GType
parent_type
,
410
if (module_type_info->
parent_type
!=
parent_type
)
412
const gchar *parent_type_name = g_type_name (
parent_type
);
416
g_type_name (module_type_info->
parent_type
),
428
module_type_info->
parent_type
=
parent_type
;
[
all
...]
gobject.c
576
GType
parent_type
;
local
584
parent_type
= g_type_parent (G_OBJECT_CLASS_TYPE (oclass));
585
if (
parent_type
!= G_TYPE_NONE)
588
parent_type
,
[
all
...]
Completed in 764 milliseconds