Virtual Method

PurpleProtocolServerget_info

since: 3.0

Declaration [src]

void
get_info (
  PurpleProtocolServer* protocol_server,
  PurpleConnection* connection,
  const gchar* who
)

Description [src]

Gets the user info or profile for who and displays it in a protocol specific way.

Available since: 3.0

Parameters

connection

Type: PurpleConnection

The PurpleConnection instance.

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

Type: const gchar*

The name of the user whose information you’re asking for.

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