HomeSort by relevance Sort by last modified time
    Searched refs:GFlagsValue (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/glib/gobject/
genums.h 143 typedef struct _GFlagsValue GFlagsValue;
172 * @values: an array of #GFlagsValue structs describing the
185 GFlagsValue *values;
203 * GFlagsValue:
226 GFlagsValue* g_flags_get_first_value (GFlagsClass *flags_class,
228 GFlagsValue* g_flags_get_value_by_name (GFlagsClass *flags_class,
230 GFlagsValue* g_flags_get_value_by_nick (GFlagsClass *flags_class,
248 const GFlagsValue *const_static_values);
257 const GFlagsValue *const_values);
genums.c 216 * @const_static_values: An array of #GFlagsValue structs for the possible
231 const GFlagsValue *const_static_values)
307 * @const_values: An array of #GFlagsValue structs for the possible
318 const GFlagsValue *const_values)
370 GFlagsValue *values;
414 * Looks up a #GFlagsValue by name.
416 * Returns: the #GFlagsValue with name @name, or %NULL if there is no
419 GFlagsValue*
428 GFlagsValue *flags_value;
472 * Looks up a #GFlagsValue by nickname
    [all...]
gtypemodule.h 238 const GFlagsValue *const_static_values);
gsourceclosure.c 50 static const GFlagsValue values[] = {
gtypemodule.c 549 * @const_static_values: an array of #GFlagsValue structs for the
569 const GFlagsValue *const_static_values)
gvaluetransform.c 211 GFlagsValue *flags_value = g_flags_get_first_value (class, src_value->data[0].v_ulong);

Completed in 177 milliseconds