Method

PurpleWhiteboardsend_draw_list

since: 2.0

Declaration [src]

void
purple_whiteboard_send_draw_list (
  PurpleWhiteboard* whiteboard,
  GList* list
)

Description [src]

Send a list of points to draw.

Available since: 2.0

Parameters

list

Type: A list of int

A GList of points.

The data is owned by the caller of the function.