Method

PurpleWhiteboardget_brush

since: 2.0

Declaration [src]

gboolean
purple_whiteboard_get_brush (
  PurpleWhiteboard* whiteboard,
  gint* size,
  gint* color
)

Description [src]

Gets the size and color of the brush.

Available since: 2.0

Parameters

size

Type: gint*

A return address for the size of the brush.

The argument will be set by the function.
The argument can be set to NULL by the method.
color

Type: gint*

A return address for the color of the brush.

The argument will be set by the function.
The argument can be set to NULL by the method.

Return value

Type: gboolean

TRUE if the size and color were set.