Home | History | Annotate | Download | only in gobject

Lines Matching refs:values

123  * Checks whether the given #GValue can hold values derived from type %G_TYPE_ENUM.
132 * Checks whether the given #GValue can hold values derived from type %G_TYPE_FLAGS.
139 /* --- enum/flag values & classes --- */
150 * @n_values: the number of possible values.
151 * @values: an array of #GEnumValue structs describing the
152 * individual values.
155 * possible values.
165 GEnumValue *values;
170 * @mask: a mask covering all possible values.
171 * @n_values: the number of possible values.
172 * @values: an array of #GFlagsValue structs describing the
173 * individual values.
176 * possible values.
185 GFlagsValue *values;
243 * values that is taken over!