Function

GimpBrushget_by_name

unstable since: 3.0

Declaration [src]

GimpBrush*
gimp_brush_get_by_name (
  const gchar* name
)

Description [src]

Returns the brush with the given name.

Search and return an existing brush with the name in argument, or nothing if no brush has this name.

Available since: 3.0

Parameters

name

Type: const gchar*

The name of the brush.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: GimpBrush

The brush.

The data is owned by the called function.