Gimp.Unit.get_plural

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

For built-in units, this function returns the translated plural form of the unit's name.

NOTE: This string must not be changed or freed.

self

The unit you want to know the plural form of.

Returns