Function

Gimpbrush_delete

Declaration [src]

gboolean
gimp_brush_delete (
  const gchar* name
)

Description [src]

Deletes a brush.

This procedure deletes a brush.

Available since:2.2

Parameters

name const gchar*
 

The brush name.

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

Return value

Returns: gboolean
 

TRUE on success.