Searched defs:g_type (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/glib/gobject/
H A Dgtypeplugin.c152 * @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 Dgvalue.h61 #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 Dgtypemodule.c95 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 Dgvalue.c152 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 Dgtype.h394 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 Dgobject.c375 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 Dgtype.c1698 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...]

Completed in 66 milliseconds