Gimp.Item.set_name

@accepts(Gimp.Item, unicode)
@returns(bool)
def set_name(self, name):
    # Python wrapper for gimp_item_set_name()
  

Set the name of the specified item.

This procedure sets the specified item's name.

Since 2.8

self

The item.

name

The new item name.

Returns