Function
Purpleserv_got_join_chat_failed
Declaration [src]
void
purple_serv_got_join_chat_failed (
PurpleConnection* gc,
GHashTable* data
)
Description [src]
Called by a protocol when an attempt to join a chat via purple_serv_join_chat()
fails.
Parameters
gc |
PurpleConnection |
The connection on which chat joining failed. |
|
The data is owned by the caller of the function. | |
data |
GHashTable |
The components passed to |
|
The data is owned by the caller of the function. |