Function
Pidginretrieve_user_info_in_chat
Declaration [src]
void
pidgin_retrieve_user_info_in_chat (
PurpleConnection* conn,
const char* name,
int chatid
)
Parameters
conn |
PurpleConnection |
The connection to get information from. |
|
The data is owned by the caller of the function. | |
name |
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 |
int |
The chat id. |