Method

PurpleWhiteboardset_protocol_ops

since: 3.0

Declaration [src]

void
purple_whiteboard_set_protocol_ops (
  PurpleWhiteboard* whiteboard,
  PurpleWhiteboardOps* ops
)

Description [src]

Sets the protocol operations for whiteboard.

Available since: 3.0

Parameters

ops

Type: PurpleWhiteboardOps

The PurpleWhiteboardOps to set.

The data is owned by the caller of the function.