Gimp.brushes_get_list
function brushes_get_list(filter: String): Array(String) {
// Gjs wrapper for gimp_brushes_get_list()
}
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.
- Returns
The list of brush names. The returned value must be freed with g_strfreev().