HomeSort by relevance Sort by last modified time
    Searched refs:parent_type (Results 1 - 7 of 7) sorted by null

  /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...]
gtypemodule.h 225 GType parent_type,
gtype.h     [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...]
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 66 milliseconds