Searched refs:g_type (Results 1 - 12 of 12) sorted by relevance
/external/bluetooth/glib/gobject/ |
H A D | gvalue.c | 152 value->g_type = value_type; 159 * @g_type: Type the #GValue should hold values of. 167 GType g_type) 169 /* g_return_val_if_fail (G_TYPE_IS_VALUE (g_type), NULL); be more elaborate below */ 173 if (G_TYPE_IS_VALUE (g_type) && G_VALUE_TYPE (value) == 0) 175 GTypeValueTable *value_table = g_type_value_table_peek (g_type); 178 value_meminit (value, g_type); 184 g_type_name (g_type), 186 else /* !G_TYPE_IS_VALUE (g_type) */ 189 g_type_name (g_type), 166 g_value_init(GValue *value, GType g_type) argument 239 GType g_type; local 340 GType g_type; local [all...] |
H A D | gvalue.h | 61 #define G_VALUE_TYPE(value) (((GValue*) (value))->g_type) 105 * within the 2 element @data union, and the @g_type member should 111 GType g_type; member in struct:_GValue 130 GType g_type);
|
H A D | gtype.h | 394 GType g_type; member in struct:_GTypeClass 414 GType g_type; /* iface type */ member in struct:_GTypeInterface 455 * @g_type: The type to be returned. 456 * @c_type: The corresponding C type of @g_type. 458 * Checks that @instance is an instance of the type identified by @g_type 464 #define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type)) 468 * @g_type: The type to be checked 470 * Checks if @instance is an instance of the type identified by @g_type. 476 #define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CI [all...] |
H A D | gtypeplugin.c | 152 * @g_type: the #GType whose info is completed 162 GType g_type, 174 g_type, 161 g_type_plugin_complete_type_info(GTypePlugin *plugin, GType g_type, GTypeInfo *info, GTypeValueTable *value_table) argument
|
H A D | gtypeplugin.h | 59 * @g_type: the #GType whose info is completed 66 GType g_type, 124 GType g_type,
|
H A D | gtype.c | 1698 node = lookup_type_node_I (class->g_type); 1702 type_descriptive_name_I (class->g_type)); 1731 vtable->g_type = NODE_TYPE (iface); 1788 vtable->g_type = NODE_TYPE (iface); 1868 vtable->g_type = 0; 1898 TypeNode *pnode = lookup_type_node_I (pclass->g_type); 1911 class->g_type = NODE_TYPE (node); 2685 node = lookup_type_node_I (class->g_type); 2692 type_descriptive_name_I (class->g_type)); 2714 node = lookup_type_node_I (class->g_type); 2934 g_type_default_interface_ref(GType g_type) argument 2983 g_type_default_interface_peek(GType g_type) argument [all...] |
H A D | gtypemodule.c | 95 GType g_type, 333 GType g_type, 338 ModuleTypeInfo *module_type_info = g_type_module_find_type_info (module, g_type); 332 g_type_module_complete_type_info(GTypePlugin *plugin, GType g_type, GTypeInfo *info, GTypeValueTable *value_table) argument
|
H A D | gvaluecollector.h | 96 _value->g_type = _value_type; /* value_meminit() from gvalue.c */ \
|
H A D | gobject.c | 375 install_property_internal (GType g_type, argument 379 if (g_param_spec_pool_lookup (pspec_pool, pspec->name, g_type, FALSE)) 382 g_type_name (g_type), 390 g_param_spec_pool_insert (pspec_pool, pspec, g_type); 465 g_return_if_fail (G_TYPE_IS_INTERFACE (iface_class->g_type)); 470 install_property_internal (iface_class->g_type, 0, pspec); 532 g_return_val_if_fail (G_TYPE_IS_INTERFACE (iface_class->g_type), NULL); 537 iface_class->g_type, 673 g_return_val_if_fail (G_TYPE_IS_INTERFACE (iface_class->g_type), NULL); 676 iface_class->g_type, [all...] |
H A D | gboxed.c | 86 value->g_type = value_type;
|
H A D | gsignal.c | 1983 param_values[i].g_type = 0; 2009 instance_and_params->g_type = 0; 2952 param_values[i].g_type = 0; 2976 instance_and_params->g_type = 0;
|
/external/bluetooth/glib/tests/gobject/ |
H A D | ifaceinit.c | 155 g_assert (G_TYPE_IS_INTERFACE (((GTypeInterface*) iface)->g_type)); \ 254 g_assert (iface->base_iface.g_type == TEST_TYPE_IFACE1);
|
Completed in 313 milliseconds