Function

Purpleserv_got_join_chat_failed

since: 2.5

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.

Available since: 2.5

Parameters

gc

Type: PurpleConnection

The connection on which chat joining failed.

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

Type: GHashTable

The components passed to purple_serv_join_chat() originally. The hash function should be g_str_hash() and the equal function should be g_str_equal().

The data is owned by the caller of the function.