Gimp.brush_rename

function brush_rename(name: String, new_name: String): String {
    // Gjs wrapper for gimp_brush_rename()
}
  

Renames a brush.

This procedure renames a brush.

Since 2.2

name

The brush name.

new_name

The new name of the brush.

Returns

The actual new name of the brush. The returned value must be freed with g_free().