Function

Gimpcontext_get_mypaint_brush

since: 2.10

Declaration [src]

gchar*
gimp_context_get_mypaint_brush (
  void
)

Description [src]

Get the currently active MyPaint brush.

Returns the name of the currently active MyPaint brush.

Available since: 2.10

Return value

Type: gchar*

The name of the active MyPaint brush. The returned value must be freed with g_free().

The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.