Constructor
GimpBrushnew
Declaration [src]
GimpBrush*
gimp_brush_new (
const gchar* name
)
Description [src]
Create a new generated brush having default parameters.
Creates a new, parametric brush.
Available since: | 2.2 |
Parameters
name |
const gchar* |
The requested name of the new brush. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | GimpBrush |
The brush. |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |