Searched refs:GTypeInfo (Results 1 – 25 of 38) sorted by relevance
12
/external/bluetooth/glib/gobject/ |
D | gtypemodule.c | 82 GTypeInfo info; 96 GTypeInfo *info, 157 static const GTypeInfo type_module_info = { in g_type_module_get_type() 334 GTypeInfo *info, in g_type_module_complete_type_info() 384 const GTypeInfo *type_info, in g_type_module_register_type() 532 GTypeInfo enum_type_info = { 0, }; in g_type_module_register_enum() 571 GTypeInfo flags_type_info = { 0, }; in g_type_module_register_flags()
|
D | genums.c | 93 static GTypeInfo info = { in g_enum_types_init() 189 GTypeInfo enum_type_info = { in g_enum_register_static() 233 GTypeInfo flags_type_info = { in g_flags_register_static() 288 GTypeInfo *info, in g_enum_complete_type_info() 317 GTypeInfo *info, in g_flags_complete_type_info()
|
D | gtypeplugin.h | 67 GTypeInfo *info, 125 GTypeInfo *info,
|
D | gtypeplugin.c | 99 static const GTypeInfo type_plugin_info = { in g_type_plugin_get_type() 163 GTypeInfo *info, in g_type_plugin_complete_type_info()
|
D | testgobject.c | 50 static const GTypeInfo test_iface_info = in test_iface_get_type() 166 static const GTypeInfo test_object_info = in test_object_get_type() 330 static const GTypeInfo derived_object_info = in derived_object_get_type() 378 GTypeInfo info = { 0, }; in main()
|
D | genums.h | 253 GTypeInfo *info, 256 GTypeInfo *info,
|
D | gtypemodule.h | 197 const GTypeInfo g_define_type_info = { \ 227 const GTypeInfo *type_info,
|
D | gtype.h | 377 typedef struct _GTypeInfo GTypeInfo; typedef 1187 const GTypeInfo *info, 1203 const GTypeInfo *info,
|
D | gvaluetypes.c | 369 GTypeInfo info = { in g_value_types_init() 1060 static const GTypeInfo type_info = { 0, }; in g_gtype_get_type() 1189 static const GTypeInfo type_info = { in g_pointer_type_register_static()
|
D | gboxed.c | 117 static const GTypeInfo info = { in g_boxed_type_init() 399 static const GTypeInfo type_info = { in g_boxed_type_register_static()
|
D | gtype.c | 183 const GTypeInfo *info, 785 const GTypeInfo *info) in check_type_info_I() 974 const GTypeInfo *info, in type_data_make_W() 1106 GTypeInfo tmp_info; in type_data_ref_Wm() 2341 const GTypeInfo *info, in g_type_register_fundamental() 2418 GTypeInfo info; in g_type_register_static_simple() 2452 const GTypeInfo *info, in g_type_register_static() 3980 GTypeInfo info; in g_type_init_with_debug_flags()
|
/external/bluetooth/glib/tests/gobject/ |
D | testcommon.h | 35 static const GTypeInfo object_info = \ 71 static const GTypeInfo iface_info = \
|
D | defaultiface.c | 120 static const GTypeInfo iface_info = in test_dynamic_iface_register()
|
/external/bluetooth/glib/gio/ |
D | gasyncresult.c | 122 const GTypeInfo async_result_info = in g_async_result_get_type()
|
D | gseekable.c | 51 const GTypeInfo seekable_info = in g_seekable_get_type()
|
D | gloadableicon.c | 62 const GTypeInfo loadable_icon_info = in g_loadable_icon_get_type()
|
D | gdrive.c | 68 const GTypeInfo drive_info = in g_drive_get_type()
|
D | gvolume.c | 93 const GTypeInfo volume_info = in g_volume_get_type()
|
D | gicon.c | 77 const GTypeInfo icon_info = in g_icon_get_type()
|
/external/bluetooth/glib/tests/refcount/ |
D | objects2.c | 39 static const GTypeInfo test_info = { in my_test_get_type()
|
D | objects.c | 40 static const GTypeInfo test_info = { in my_test_get_type()
|
D | properties2.c | 54 static const GTypeInfo test_info = { in my_test_get_type()
|
D | properties.c | 57 static const GTypeInfo test_info = { in my_test_get_type()
|
D | signals.c | 71 static const GTypeInfo test_info = { in my_test_get_type()
|
/external/bluetooth/glib/docs/ |
D | macros.txt | 43 - GType doesn't honour the GTypeInfo n_preallocs field anymore
|
12