/external/bluetooth/glib/tests/gobject/ |
testcommon.h | 27 parent_type, interface_decl) \ 48 object_type = g_type_register_static (parent_type, \ 59 parent_type) \ 61 instance_init, parent_type, {})
|
/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...] |
gtype.c | 669 check_derivation_I (GType parent_type, 675 pnode = lookup_type_node_I (parent_type); 680 type_descriptive_name_I (parent_type)); 693 if (parent_type != NODE_FUNDAMENTAL_TYPE (pnode) && [all...] |
gtypemodule.h | 225 GType parent_type,
|
gtype.h | [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...] |
/external/bluetooth/glib/docs/reference/gobject/ |
tut_gtype.xml | 32 GType g_type_register_static (GType parent_type, 106 passed as the parent_type parameter to <function><link linkend="g-type-register-static">g_type_register_static</link></function> [all...] |
/prebuilt/common/osgi/ |
osgi.jar | |