Gimp.Item.get_name

@accepts(Gimp.Item)
@returns(unicode)
def get_name(self):
    # Python wrapper for gimp_item_get_name()
  

Get the name of the specified item.

This procedure returns the specified item's name.

Since 2.8

self

The item.

Returns