Method

PurpleConnectionset_protocol_data

Declaration [src]

void
purple_connection_set_protocol_data (
  PurpleConnection* connection,
  void* proto_data
)

Description [src]

Sets the protocol data for a connection.

Parameters

proto_data

Type: void*

The protocol data to set for the connection.

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