HomeSort by relevance Sort by last modified time
    Searched refs:g_type_register_static (Results 1 - 25 of 32) sorted by null

1 2

  /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/gio/
gasyncresult.c 135 g_type_register_static (G_TYPE_INTERFACE, I_("GAsyncResult"),
gseekable.c 64 g_type_register_static (G_TYPE_INTERFACE, I_("GSeekable"),
gloadableicon.c 75 g_type_register_static (G_TYPE_INTERFACE, I_("GLoadableIcon"),
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"),
gmount.c 90 g_type_register_static (G_TYPE_INTERFACE, I_("GMount"),
  /external/bluetooth/glib/gobject/
gtypeplugin.c 105 type_plugin_type = g_type_register_static (G_TYPE_INTERFACE, g_intern_static_string ("GTypePlugin"), &type_plugin_info, 0);
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);
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);
gobject.symbols 371 g_type_register_static
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);
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);
gboxed.c 418 type = g_type_register_static (G_TYPE_BOXED, name, &type_info, 0);
gtype.h     [all...]
gparam.c     [all...]
  /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/webkit/Source/WebCore/accessibility/gtk/
WebKitAccessibleHyperlink.cpp 387 GType type = g_type_register_static(ATK_TYPE_HYPERLINK, "WebKitAccessibleHyperlink", &tinfo, GTypeFlags(0));
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.c 237 xtbin_type = g_type_register_static (GTK_TYPE_SOCKET,

Completed in 192 milliseconds

1 2