Gimp.flags_value_get_abbrev

function flags_value_get_abbrev(flags_class: GObject.FlagsClass, flags_value: GObject.FlagsValue): String {
    // Gjs wrapper for gimp_flags_value_get_abbrev()
}
  

Retrieves the translated abbreviation for a given flags_value.

Since 2.10

flags_class

a GObject.FlagsClass

flags_value

a GObject.FlagsValue from flags_class

Returns

the translated abbreviation of the flags value