Function
Purpleserv_got_chat_invite
Declaration [src]
void
purple_serv_got_chat_invite (
PurpleConnection* gc,
const char* name,
const char* who,
const char* message,
GHashTable* data
)
Parameters
gc |
PurpleConnection |
The connection on which the invite arrived. |
|
The data is owned by the caller of the function. | |
name |
const char* |
The name of the chat you’re being invited to. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
who |
const char* |
The username of the person inviting the account. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
message |
const char* |
The optional invite message. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
data |
GHashTable |
The components necessary if you want to call purple_serv_join_chat().
The hash function should be |
|
The data is owned by the caller of the function. |