Gimp.Item.prototype.get_name

function get_name(): String {
    // Gjs wrapper for gimp_item_get_name()
}
  

Get the name of the specified item.

This procedure returns the specified item's name.

Since 2.8

Returns

The item name. The returned value must be freed with g_free().