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

1 2 3 4

  /external/bluetooth/glib/gobject/
gvalue.h 19 * gvalue.h: generic GValue functions
39 * of the #GTypeValueTable functions required for a type to create a #GValue of.
41 * Returns: Whether @type is suitable as a #GValue type.
46 * @value: A #GValue structure.
48 * Checks if @value is a valid and initialized #GValue structure.
55 * @value: A #GValue structure.
61 #define G_VALUE_TYPE(value) (((GValue*) (value))->g_type)
64 * @value: A #GValue structure.
73 * @value: A #GValue structure
    [all...]
gvaluetypes.h 28 #include <gobject/gvalue.h>
35 * @value: a valid #GValue structure
37 * Checks whether the given #GValue can hold values of type %G_TYPE_CHAR.
44 * @value: a valid #GValue structure
46 * Checks whether the given #GValue can hold values of type %G_TYPE_UCHAR.
53 * @value: a valid #GValue structure
55 * Checks whether the given #GValue can hold values of type %G_TYPE_BOOLEAN.
62 * @value: a valid #GValue structure
64 * Checks whether the given #GValue can hold values of type %G_TYPE_INT.
71 * @value: a valid #GValue structur
    [all...]
gvaluearray.h 28 #include <gobject/gvalue.h>
41 * A #GValueArray contains an array of #GValue elements.
46 GValue *values;
54 GValue* g_value_array_get_nth (GValueArray *value_array,
60 const GValue *value);
62 const GValue *value);
65 const GValue *value);
gvaluetypes.c 40 value_init_long0 (GValue *value)
46 value_copy_long0 (const GValue *src_value,
47 GValue *dest_value)
53 value_lcopy_char (const GValue *value,
69 value_lcopy_boolean (const GValue *value,
85 value_collect_int (GValue *value,
96 value_lcopy_int (const GValue *value,
112 value_collect_long (GValue *value,
123 value_lcopy_long (const GValue *value,
139 value_init_int64 (GValue *value
    [all...]
gboxed.h 34 * @value: a valid #GValue structure
36 * Checks whether the given #GValue can hold values derived from type %G_TYPE_BOXED.
70 void g_value_set_boxed (GValue *value,
72 void g_value_set_static_boxed (GValue *value,
74 gpointer g_value_get_boxed (const GValue *value);
75 gpointer g_value_dup_boxed (const GValue *value);
94 * The type ID of the "GValue" type which is a boxed type,
167 void g_value_take_boxed (GValue *value,
170 void g_value_set_boxed_take_ownership (GValue *value,
gparam.h 28 #include <gobject/gvalue.h>
99 * Retrieves the #GType to initialize a #GValue for this parameter.
104 * @value: a valid #GValue structure
106 * Checks whether the given #GValue can hold values derived from type %G_TYPE_PARAM.
193 * @value_type: the #GValue type for this parameter
218 * @value_type: the #GValue type for this parameter
244 GValue *value);
246 GValue *value);
248 const GValue *value1,
249 const GValue *value2)
    [all...]
gclosure.h 102 * @return_value: a #GValue to store the return value. May be %NULL if the
105 * @param_values: an array of #GValue<!-- -->s holding the arguments on
115 GValue *return_value,
117 const GValue *param_values,
162 GValue /*out*/ *return_value,
164 const GValue *param_values,
233 GValue /*out*/ *return_value,
235 const GValue *param_values,
gvalue.c 28 #include "gvalue.h"
38 * @see_also: The fundamental types which all support #GValue
45 * The #GValue structure is basically a variable container that consists
47 * The type identifier within a #GValue structure always determines the
49 * To create a undefined #GValue structure, simply create a zero-filled
50 * #GValue structure. To initialize the #GValue, use the g_value_init()
51 * function. A #GValue cannot be used until it is initialized.
53 * by the #GTypeValueTable associated with the type ID stored in the #GValue.
54 * Other #GValue operations (such as converting values between types) ar
    [all...]
gboxed.c 26 #include "gvalue.h"
82 static inline void /* keep this function in sync with gvalue.c */
83 value_meminit (GValue *value,
93 const GValue *src_value = boxed;
94 GValue *dest_value = g_new0 (GValue, 1);
107 GValue *value = boxed;
159 type_id = g_boxed_type_register_static (g_intern_static_string ("GValue"),
278 boxed_proxy_value_init (GValue *value)
284 boxed_proxy_value_free (GValue *value
    [all...]
gparamspecs.c 37 * @see_also: #GParamSpec, #GValue, g_object_class_install_property().
40 * #GValue provides an abstract container structure which can be
46 * operate on #GValue containers.
71 GValue *value)
78 GValue *value)
100 GValue *value)
107 GValue *value)
119 GValue *value)
126 GValue *value)
147 GValue *value
    [all...]
genums.c 29 #include "gvalue.h"
66 static void value_flags_enum_init (GValue *value);
67 static void value_flags_enum_copy_value (const GValue *src_value,
68 GValue *dest_value);
69 static gchar* value_flags_enum_collect_value (GValue *value,
73 static gchar* value_flags_enum_lcopy_value (const GValue *value,
129 value_flags_enum_init (GValue *value)
135 value_flags_enum_copy_value (const GValue *src_value,
136 GValue *dest_value)
142 value_flags_enum_collect_value (GValue *value
    [all...]
gparam.c 71 static void value_param_init (GValue *value);
72 static void value_param_free_value (GValue *value);
73 static void value_param_copy_value (const GValue *src_value,
74 GValue *dest_value);
75 static void value_param_transform_value (const GValue *src_value,
76 GValue *dest_value);
77 static gpointer value_param_peek_pointer (const GValue *value);
78 static gchar* value_param_collect_value (GValue *value,
82 static gchar* value_param_lcopy_value (const GValue *value,
581 * @value: a #GValue of correct type for @pspe
    [all...]
gobject.h 27 #include <gobject/gvalue.h>
124 * @value: a valid #GValue structure
126 * Checks whether the given #GValue can hold values derived from type %G_TYPE_OBJECT.
194 * @value: a #GValue to return the property value in
201 GValue *value,
215 const GValue *value,
327 const GValue *value,
331 GValue *value,
356 * structure used to hand #GParamSpec/#GValue pairs to the @constructor of
362 GValue *value
    [all...]
genums.h 121 * @value: a valid #GValue structure
123 * Checks whether the given #GValue can hold values derived from type %G_TYPE_ENUM.
130 * @value: a valid #GValue structure
132 * Checks whether the given #GValue can hold values derived from type %G_TYPE_FLAGS.
232 void g_value_set_enum (GValue *value,
234 gint g_value_get_enum (const GValue *value);
235 void g_value_set_flags (GValue *value,
237 guint g_value_get_flags (const GValue *value);
gvaluearray.c 37 * @see_also: #GValue, #GParamSpecValueArray, g_param_spec_value_array()
42 * an array of #GValue elements in order for it to be used as a boxed
64 GValue*
87 value_array->values = g_renew (GValue, value_array->values, value_array->n_prealloced);
102 value_array->values = g_renew (GValue, value_array->values, value_array->n_prealloced);
146 GValue *value = value_array->values + i;
180 GValue *value = new_array->values + i;
191 * @value: #GValue to copy into #GValueArray
199 const GValue *value)
209 * @value: #GValue to copy into #GValueArra
    [all...]
gsourceclosure.c 26 #include "gvalue.h"
69 GValue *return_value,
71 const GValue *param_values,
96 GValue params[2] = { { 0, }, { 0, } };
97 GValue result_value = { 0, };
121 GValue result_value = { 0, };
gsignal.h 27 #include <gobject/gvalue.h>
66 const GValue *param_values,
73 * @handler_return: A #GValue holding the return value of the signal handler.
88 GValue *return_accu,
89 const GValue *handler_return,
291 void g_signal_emitv (const GValue *instance_and_params,
294 GValue *return_value);
401 void g_signal_chain_from_overridden (const GValue *instance_and_params,
402 GValue *return_value);
499 GValue *return_accu
    [all...]
gobject.c 142 const GValue *value,
146 GValue *value,
148 static void g_value_object_init (GValue *value);
149 static void g_value_object_free_value (GValue *value);
150 static void g_value_object_copy_value (const GValue *src_value,
151 GValue *dest_value);
152 static void g_value_object_transform_value (const GValue *src_value,
153 GValue *dest_value);
154 static gpointer g_value_object_peek_pointer (const GValue *value);
155 static gchar* g_value_object_collect_value (GValue *value
    [all...]
gtype.h 371 typedef struct _GValue GValue;
535 * @value: a #GValue
547 * @value: a #GValue
    [all...]
  /external/bluetooth/bluez/audio/
gstsbcutil.h 32 gint gst_sbc_select_rate_from_list(const GValue *value);
34 gint gst_sbc_select_channels_from_range(const GValue *value);
36 gint gst_sbc_select_blocks_from_list(const GValue *value);
38 gint gst_sbc_select_subbands_from_list(const GValue *value);
40 gint gst_sbc_select_bitpool_from_range(const GValue *value);
42 const gchar *gst_sbc_get_allocation_from_list(const GValue *value);
44 const gchar *gst_sbc_get_mode_from_list(const GValue *value, gint channels);
68 GValue *value);
72 GValue *value);
gstsbcutil.c 35 gint gst_sbc_select_rate_from_list(const GValue *value)
45 gint gst_sbc_select_channels_from_range(const GValue *value)
54 gint gst_sbc_select_blocks_from_list(const GValue *value)
64 gint gst_sbc_select_subbands_from_list(const GValue *value)
74 gint gst_sbc_select_bitpool_from_range(const GValue *value)
83 const gchar *gst_sbc_get_allocation_from_list(const GValue *value)
92 const gchar *gst_sbc_get_mode_from_list(const GValue *list, gint channels)
95 const GValue *value;
325 const GValue *value;
455 * GValue, it will be left unitialized at the end of the function
    [all...]
  /external/bluetooth/glib/tests/gobject/
gvalue-test.c 40 GValue orig = { 0, };
41 GValue xform = { 0, };
49 memset (&xform, 0, sizeof (GValue));
54 memset (&xform, 0, sizeof (GValue));
59 memset (&xform, 0, sizeof (GValue));
64 memset (&xform, 0, sizeof (GValue));
69 memset (&xform, 0, sizeof (GValue));
74 memset (&xform, 0, sizeof (GValue));
79 memset (&xform, 0, sizeof (GValue));
84 memset (&xform, 0, sizeof (GValue));
    [all...]
ifaceproperties.c 163 GValue value1 = { 0, };
164 GValue value2 = { 0, };
214 const GValue *value,
244 GValue *value,
337 const GValue *value,
361 GValue *value,
  /external/bluetooth/glib/tests/refcount/
properties2.c 39 GValue *value,
43 const GValue *value,
116 GValue *value,
137 const GValue *value,
  /external/webkit/WebKit/gtk/webkit/
webkitwebinspector.cpp 102 static void webkit_web_inspector_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec);
104 static void webkit_web_inspector_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec);
106 static gboolean webkit_inspect_web_view_request_handled(GSignalInvocationHint* ihint, GValue* returnAccu, const GValue* handlerReturn, gpointer dummy)
342 static void webkit_web_inspector_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec)
376 static void webkit_web_inspector_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)

Completed in 224 milliseconds

1 2 3 4