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

1 2 3 4 5 6 7

  /external/bluetooth/glib/docs/reference/gobject/
gobject.cI 7 GType
  /external/bluetooth/glib/gobject/
gboxed.h 26 #include <gobject/gtype.h>
66 gpointer g_boxed_copy (GType boxed_type,
68 void g_boxed_free (GType boxed_type,
79 GType g_boxed_type_register_static (const gchar *name,
88 * The #GType for #GClosure.
108 * The #GType for #GDate.
114 * The #GType for a boxed type holding a %NULL-terminated array of strings.
146 * The #GType for #GString.
152 * The #GType for a boxed type holding a #GHashTable reference.
160 * The #GType for a boxed type holding a #GRegex reference
    [all...]
gsourceclosure.h 33 GType g_io_channel_get_type (void);
34 GType g_io_condition_get_type (void);
39 * The #GType for #GIOChannel.
45 * The #GType for #GIOCondition.
gvalue.h 28 #include <gobject/gtype.h>
35 * @type: A #GType value.
59 * Returns: the #GType.
74 * @type: A #GType value.
111 GType g_type;
130 GType g_type);
145 gboolean g_value_type_compatible (GType src_type,
146 GType dest_type);
147 gboolean g_value_type_transformable (GType src_type,
148 GType dest_type)
    [all...]
gtypeplugin.h 26 #include <gobject/gtype.h>
59 * @g_type: the #GType whose info is completed
66 GType g_type,
72 * @instance_type: the #GType of an instantiable type to which the interface
74 * @interface_type: the #GType of the interface whose info is completed
80 GType instance_type,
81 GType interface_type,
120 GType g_type_plugin_get_type (void) G_GNUC_CONST;
124 GType g_type,
128 GType instance_type
    [all...]
gtype.h 34 * @type: A #GType value.
55 * An invalid #GType used as error return value in some functions which return
56 * a #GType.
202 * Returns: the GType
204 #define G_TYPE_MAKE_FUNDAMENTAL(x) ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
244 * @type: A #GType value.
253 * @type: A #GType value.
264 * @type: A #GType value.
271 * with the difference that GType interfaces are not derivable (but see
279 * @type: A #GType value
    [all...]
gtypemodule.h 91 * @T_P: The #GType of the parent type.
110 * @TYPE_PARENT: The #GType of the parent type.
132 * static GType gtk_gadget_type_id = 0;
140 * GType
182 static GType type_name##_type_id = 0; \
188 GType \
196 GType g_define_type_id; \
219 GType g_type_module_get_type (void) G_GNUC_CONST;
224 GType g_type_module_register_type (GTypeModule *module,
225 GType parent_type
    [all...]
gtypeplugin.c 92 GType
95 static GType type_plugin_type = 0;
152 * @g_type: the #GType whose info is completed
162 GType g_type,
182 * @instance_type: the #GType of an instantiable type to which the interface
184 * @interface_type: the #GType of the interface whose info is completed
193 GType instance_type,
194 GType interface_type,
gtypemodule.c 80 GType type;
81 GType parent_type;
88 GType instance_type;
89 GType interface_type;
95 GType g_type,
99 GType instance_type,
100 GType interface_type,
150 GType
153 static GType type_module_type = 0;
201 GType type
    [all...]
gvalue.c 121 GType src_type;
122 GType dest_type;
150 GType value_type)
167 GType g_type)
213 GType dest_type = G_VALUE_TYPE (dest_value);
239 GType g_type;
340 GType g_type;
381 transform_func_lookup (GType src_type,
382 GType dest_type)
439 g_value_register_transform_func (GType src_type
    [all...]
gsignal.h 241 GType itype;
243 GType return_type; /* mangled with G_SIGNAL_TYPE_STATIC_SCOPE flag */
245 const GType *param_types; /* mangled with G_SIGNAL_TYPE_STATIC_SCOPE flag */
251 GType itype,
257 GType return_type,
259 GType *param_types);
261 GType itype,
267 GType return_type,
271 GType itype,
277 GType return_type
    [all...]
gboxed.c 52 GType type;
84 GType value_type)
130 GType type;
141 GType
144 static GType type_id = 0;
153 GType
156 static GType type_id = 0;
165 GType
168 static GType type_id = 0;
185 GType
    [all...]
gparam.h 35 * @type: a #GType ID
85 * Retrieves the #GType of this @pspec.
92 * Retrieves the #GType name of this @pspec.
99 * Retrieves the #GType to initialize a #GValue for this parameter.
194 * @owner_type: #GType type that uses (introduces) this paremeter
205 GType value_type;
206 GType owner_type; /* class or interface using this property */
238 GType value_type;
322 * @value_type: The #GType of values conforming to this #GParamSpec
349 GType value_type; /* obligatory *
    [all...]
  /external/bluetooth/glib/gio/
gioenumtypes.c.template 12 GType
29 GType g_define_type_id =
giomodule.h 49 GType g_io_module_get_type (void) G_GNUC_CONST;
57 GType type);
58 GType g_io_extension_point_get_required_type (GIOExtensionPoint *extension_point);
63 GType type,
67 GType g_io_extension_get_type (GIOExtension *extension);
gioenumtypes.h.template 16 GType @enum_name@_get_type (void) G_GNUC_CONST;
gasyncresult.c 115 GType
134 GType g_define_type_id =
gunionvolumemonitor.h 45 GType _g_union_volume_monitor_get_type (void) G_GNUC_CONST;
giomodule.c 65 * A module can implement an extension point by specifying the #GType
289 extern GType _g_fen_directory_monitor_get_type (void);
290 extern GType _g_fen_file_monitor_get_type (void);
291 extern GType _g_inotify_directory_monitor_get_type (void);
292 extern GType _g_inotify_file_monitor_get_type (void);
293 extern GType _g_unix_volume_monitor_get_type (void);
294 extern GType _g_local_vfs_get_type (void);
296 extern GType _g_win32_volume_monitor_get_type (void);
297 extern GType g_win32_directory_monitor_get_type (void);
298 extern GType _g_winhttp_vfs_get_type (void)
    [all...]
  /external/bluetooth/glib/tests/gobject/
ifaceinherit.c 67 static GType base_object_get_type ();
68 static GType derived_object_get_type ();
115 add_interface (GType object_type,
116 GType iface_type,
133 add_base_interface (GType object_type,
134 GType iface_type)
141 interface_is_base (GType object_type,
142 GType iface_type)
156 add_derived_interface (GType object_type,
157 GType iface_type
    [all...]
testcommon.h 28 GType \
31 static GType object_type = 0; \
64 GType \
67 static GType iface_type = 0; \
  /external/bluetooth/glib/tests/refcount/
objects2.c 25 static GType my_test_get_type (void);
33 static GType
36 static GType test_type = 0;
  /external/bluetooth/glib/gio/fam/
gfamdirectorymonitor.h 49 GType g_fam_directory_monitor_get_type (void);
gfamfilemonitor.h 50 GType g_fam_file_monitor_get_type (void);
  /external/bluetooth/glib/gio/fen/
gfendirectorymonitor.h 51 GType _g_fen_directory_monitor_get_type (void) G_GNUC_CONST;

Completed in 966 milliseconds

1 2 3 4 5 6 7