Method

PurpleConnectionget_protocol_data

Declaration [src]

void*
purple_connection_get_protocol_data (
  PurpleConnection* gc
)

Description [src]

Gets the protocol data from a connection.

Return value

Type: void*

The protocol data for the connection.

The data is owned by the instance.
The return value can be NULL.