Method
PurpleWhiteboardget_dimensions
since: 2.0
[−]
Declaration [src]
gboolean
purple_whiteboard_get_dimensions (
PurpleWhiteboard* whiteboard,
gint* width,
gint* height
)
[−]
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.