Home | History | Annotate | Download | only in gobject

Lines Matching refs:GFlagsValue

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.
474 * Returns: the #GFlagsValue with nickname @nick, or %NULL if there is
477 GFlagsValue*
486 GFlagsValue *flags_value;
529 * Returns the first #GFlagsValue which is set in @value.
531 * Returns: the first #GFlagsValue which is set in @value, or %NULL if
534 GFlagsValue*
542 GFlagsValue *flags_value;