Method

PurpleWhiteboardset_protocol_data

since: 3.0

Declaration [src]

void
purple_whiteboard_set_protocol_data (
  PurpleWhiteboard* whiteboard,
  gpointer proto_data
)

Description [src]

Sets the protocol data for whiteboard.

Available since: 3.0

Parameters

proto_data

Type: gpointer

The protocol data to set for the whiteboard.

The argument can be NULL.
The data is owned by the caller of the function.