Gimp.Item.prototype.set_name
function set_name(name: String): Boolean {
// Gjs wrapper for gimp_item_set_name()
}
Set the name of the specified item.
This procedure sets the specified item's name.
Since 2.8
- name
The new item name.
- Returns
TRUE on success.