Gimp.Unit.get_symbol

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

This is e.g. "''" for UNIT_INCH.

NOTE: This string must not be changed or freed.

self

The unit you want to know the symbol of.

Returns