Gimp.enum_value_get_abbrev
@accepts(GObject.EnumClass, GObject.EnumValue)
@returns(unicode)
def enum_value_get_abbrev(enum_class, enum_value):
# Python wrapper for gimp_enum_value_get_abbrev()
Retrieves the translated abbreviation for a given enum_value.
Since 2.10
- enum_class
- enum_value
a GObject.EnumValue from enum_class
- Returns