Gimp.flags_get_first_desc
@accepts(GObject.FlagsClass, int)
@returns(Gimp.FlagsDesc)
def flags_get_first_desc(flags_class, value):
# Python wrapper for gimp_flags_get_first_desc()
Retrieves the first Gimp.FlagsDesc that matches the given value, or None.
Since 2.2
- flags_class
- value
a value from flags_class
- Returns