Method

PurpleWhiteboardget_dimensions

since: 2.0

Declaration [src]

gboolean
purple_whiteboard_get_dimensions (
  PurpleWhiteboard* whiteboard,
  gint* width,
  gint* height
)

Description [src]

Gets the dimension of a whiteboard.

Available since: 2.0

Parameters

width

Type: gint*

A return address for the width.

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

Type: gint*

A return address for the height.

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 values of width and height were set.