HomeSort by relevance Sort by last modified time
    Searched full:g_type (Results 1 - 17 of 17) sorted by null

  /external/clang/test/SemaCXX/
fntype-decl.cpp 10 typedef int g_type(int, int); typedef
11 g_type g;
  /external/bluetooth/glib/gobject/
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),
239 GType g_type; local
340 GType g_type; local
    [all...]
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_CIT ((instance), (g_type))
    [all...]
gtypeplugin.h 59 * @g_type: the #GType whose info is completed
66 GType g_type,
124 GType g_type,
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);
gtypeplugin.c 152 * @g_type: the #GType whose info is completed
162 GType g_type,
174 g_type,
gtype.c     [all...]
gtypemodule.c 95 GType g_type,
333 GType g_type,
338 ModuleTypeInfo *module_type_info = g_type_module_find_type_info (module, g_type);
gvaluecollector.h 96 _value->g_type = _value_type; /* value_meminit() from gvalue.c */ \
gobject.c 375 install_property_internal (GType g_type,
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...]
gboxed.c 86 value->g_type = value_type;
genums.c 272 * GType g_type,
gsignal.c     [all...]
ChangeLog 682 * gtype.h: marked purely functional g_type accessors as PURE or CONST,
    [all...]
  /external/bluetooth/glib/tests/gobject/
ifaceinit.c 155 g_assert (G_TYPE_IS_INTERFACE (((GTypeInterface*) iface)->g_type)); \
254 g_assert (iface->base_iface.g_type == TEST_TYPE_IFACE1);
  /external/bluetooth/glib/docs/reference/gobject/
tut_gtype.xml 454 GType g_type;
505 b->parent.parent.g_class->g_type
510 ((GTypeInstance*)b)->g_class->g_type
    [all...]
  /external/dbus/
ChangeLog.pre-1-0     [all...]

Completed in 348 milliseconds