/external/bluetooth/glib/tests/gobject/ |
testcommon.h | 48 object_type = g_type_register_static (parent_type, \ 79 iface_type = g_type_register_static (G_TYPE_INTERFACE, \
|
/external/bluetooth/glib/tests/refcount/ |
objects2.c | 52 test_type = g_type_register_static (G_TYPE_OBJECT, "GTest",
|
objects.c | 53 test_type = g_type_register_static (G_TYPE_OBJECT, "GTest",
|
properties2.c | 67 test_type = g_type_register_static (G_TYPE_OBJECT, "GTest",
|
properties.c | 70 test_type = g_type_register_static (G_TYPE_OBJECT, "GTest", &test_info, 0);
|
signals.c | 86 test_type = g_type_register_static (G_TYPE_OBJECT, "GTest",
|
/external/bluetooth/glib/gobject/ |
testgobject.c | 57 test_iface_type = g_type_register_static (G_TYPE_INTERFACE, "TestIface", &test_iface_info, 0); 180 test_object_type = g_type_register_static (G_TYPE_OBJECT, "TestObject", &test_object_info, 0); 344 derived_object_type = g_type_register_static (TEST_TYPE_OBJECT, "DerivedObject", &derived_object_info, 0);
|
gobject.symbols | 371 g_type_register_static
|
gtypeplugin.c | 105 type_plugin_type = g_type_register_static (G_TYPE_INTERFACE, g_intern_static_string ("GTypePlugin"), &type_plugin_info, 0);
|
genums.c | 208 type = g_type_register_static (G_TYPE_ENUM, name, &enum_type_info, 0); 252 type = g_type_register_static (G_TYPE_FLAGS, name, &flags_type_info, 0);
|
gtype.h | [all...] |
gvaluetypes.c | 1063 type = g_type_register_static (G_TYPE_POINTER, g_intern_static_string ("GType"), &type_info, 0); 1206 type = g_type_register_static (G_TYPE_POINTER, name, &type_info, 0);
|
gboxed.c | 418 type = g_type_register_static (G_TYPE_BOXED, name, &type_info, 0);
|
gtypemodule.c | 174 type_module_type = g_type_register_static (G_TYPE_OBJECT, g_intern_static_string ("GTypeModule"), &type_module_info, G_TYPE_FLAG_ABSTRACT);
|
gtype.c | 50 * with g_type_register_static() that gets type specific information passed 2450 g_type_register_static (GType parent_type, function [all...] |
/external/bluetooth/glib/docs/reference/gobject/ |
tut_gtype.xml | 32 GType g_type_register_static (GType parent_type, 45 <function><link linkend="g-type-register-static">g_type_register_static</link></function> and 106 passed as the parent_type parameter to <function><link linkend="g-type-register-static">g_type_register_static</link></function> 312 type = g_type_register_static (G_TYPE_OBJECT, 433 type = g_type_register_static (G_TYPE_OBJECT, [all...] |
gobject-sections.txt | 79 g_type_register_static
|
/external/bluetooth/glib/gio/ |
gasyncresult.c | 135 g_type_register_static (G_TYPE_INTERFACE, I_("GAsyncResult"),
|
gloadableicon.c | 75 g_type_register_static (G_TYPE_INTERFACE, I_("GLoadableIcon"),
|
gseekable.c | 64 g_type_register_static (G_TYPE_INTERFACE, I_("GSeekable"),
|
gdrive.c | 81 g_type_register_static (G_TYPE_INTERFACE, I_("GDrive"),
|
gicon.c | 90 g_type_register_static (G_TYPE_INTERFACE, I_("GIcon"),
|
gvolume.c | 106 g_type_register_static (G_TYPE_INTERFACE, I_("GVolume"),
|
gappinfo.c | 114 g_type_register_static (G_TYPE_INTERFACE, I_("GAppInfo"),
|
/external/webkit/WebCore/accessibility/gtk/ |
AccessibilityObjectWrapperAtk.cpp | 628 GType type = g_type_register_static(ATK_TYPE_OBJECT, [all...] |