Gimp.flags_value_get_abbrev
@accepts(GObject.FlagsClass, GObject.FlagsValue)
@returns(unicode)
def flags_value_get_abbrev(flags_class, flags_value):
# Python wrapper for gimp_flags_value_get_abbrev()
Retrieves the translated abbreviation for a given flags_value.
Since 2.10
- flags_class
- flags_value
a GObject.FlagsValue from flags_class
- Returns