Gimp.Unit.get_abbreviation

@accepts(Gimp.Unit)
@returns(unicode)
def get_abbreviation(self):
    # Python wrapper for gimp_unit_get_abbreviation()
  

For built-in units, this function returns the translated abbreviation of the unit.

NOTE: This string must not be changed or freed.

self

The unit you want to know the abbreviation of.

Returns