API Version: 3.0
Library Version: 2.99.14
Generated by gi-docgen 2022.2
since: 2.2
gchar* gimp_palette_rename ( const gchar* name, const gchar* new_name )
Rename a palette
This procedure renames a palette.
Available since: 2.2
name
Type: const gchar*
const gchar*
The palette name.
new_name
The new name of the palette.
Type: gchar*
gchar*
The actual new name of the palette. The returned value must be freed with g_free().