API Version: 3.0
Library Version: 2.99.12
gchar* gimp_brush_rename ( const gchar* name, const gchar* new_name )
Renames a brush.
This procedure renames a brush.
name
const gchar*
The brush name.
new_name
The new name of the brush.
gchar*
The actual new name of the brush. The returned value must be freed with g_free().