Gimp.enum_value_get_abbrev
function enum_value_get_abbrev(enum_class: GObject.EnumClass, enum_value: GObject.EnumValue): String {
// Gjs 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
the translated abbreviation of the enum value