Function

Purpleserv_join_chat

since: 3.0

Declaration [src]

void
purple_serv_join_chat (
  PurpleConnection* gc,
  GHashTable* data
)

Description

No description available.

Available since: 3.0

Parameters

gc

Type: PurpleConnection

The PurpleConnection.

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

Type: GHashTable

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.