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