Function

Gimpbrushes_get_list

Declaration [src]

GimpBrush**
gimp_brushes_get_list (
  const gchar* filter
)

Description [src]

Retrieve a complete listing of the available brushes.

This procedure returns a complete listing of available GIMP brushes. Each brush returned can be used as input to gimp_context_set_brush().

Parameters

filter

Type: const gchar*

An optional regular expression used to filter the list.

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

Return value

Type: An array of GimpBrush*

     The list of brushes.
     The returned value must be freed with g_free().
The array is NULL-terminated.
The caller of the function takes ownership of the data container, but not the data inside it.