Function

Pidginretrieve_user_info_in_chat

since: 2.1.0

Declaration [src]

void
pidgin_retrieve_user_info_in_chat (
  PurpleConnection* conn,
  const char* name,
  int chatid
)

Description [src]

Get information about a user in a chat. Show immediate feedback.

Available since: 2.1.0

Parameters

conn

Type: PurpleConnection

The connection to get information from.

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

Type: const char*

The user to get information about.

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

Type: int

The chat id.