Top | ![]() |
![]() |
![]() |
![]() |
gboolean
gimp_brushes_refresh (void
);
Refresh current brushes. This function always succeeds.
This procedure retrieves all brushes currently in the user's brush path and updates the brush dialogs accordingly.
gchar ** gimp_brushes_get_list (const gchar *filter
,gint *num_brushes
);
Retrieve a complete listing of the available brushes.
This procedure returns a complete listing of available GIMP brushes.
Each name returned can be used as input to the
gimp_context_set_brush()
procedure.
filter |
An optional regular expression used to filter the list. |
|
num_brushes |
The number of brushes in the brush list. |
[out] |
The list of brush names.
The returned value must be freed with g_strfreev()
.
[array length=num_brushes][element-type gchar*][transfer full]