Function
Purpleserv_join_chat
Declaration [src]
void
purple_serv_join_chat (
PurpleConnection* gc,
GHashTable* data
)
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.