Method

PurpleProtocolServerset_info

since: 3.0

Declaration [src]

void
purple_protocol_server_set_info (
  PurpleProtocolServer* protocol_server,
  PurpleConnection* connection,
  const gchar* info
)

Description [src]

Sets the user info, sometimes referred to as a user profile to info.

Available since: 3.0

Parameters

connection

Type: PurpleConnection

The PurpleConnection instance.

The data is owned by the caller of the function.
info

Type: const gchar*

The user info to set.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.