GObject.flags_get_first_value
function flags_get_first_value(flags_class: GObject.FlagsClass, value: Number(guint)): GObject.FlagsValue { // Gjs wrapper for g_flags_get_first_value() }
Returns the first GObject.FlagsValue which is set in value.
- flags_class
- value
the value
- Returns
the first GObject.FlagsValue which is set in value, or null if none is set