Gimp.flags_get_first_desc
function flags_get_first_desc(flags_class: GObject.FlagsClass, value: Number(guint)): Gimp.FlagsDesc {
// Gjs wrapper for gimp_flags_get_first_desc()
}
Retrieves the first Gimp.FlagsDesc that matches the given value, or null.
Since 2.2
- flags_class
- value
a value from flags_class
- Returns
the value's Gimp.FlagsDesc.