libpurple/server.h

changeset 42656
df9aafbae930
parent 42618
8546a023aa0a
child 42682
f5559cae9029
equal deleted inserted replaced
42655:db971edd4b59 42656:df9aafbae930
239 * purple_serv_join_chat: 239 * purple_serv_join_chat:
240 * @gc: The #PurpleConnection 240 * @gc: The #PurpleConnection
241 * @data: The hash function should be g_str_hash() and the equal 241 * @data: The hash function should be g_str_hash() and the equal
242 * function should be g_str_equal(). 242 * function should be g_str_equal().
243 * 243 *
244 * Joins the chat described by the components in @data.
245 *
244 * Since: 3.0 246 * Since: 3.0
245 */ 247 */
246 PURPLE_AVAILABLE_IN_3_0 248 PURPLE_AVAILABLE_IN_3_0
247 void purple_serv_join_chat(PurpleConnection *gc, GHashTable *data); 249 void purple_serv_join_chat(PurpleConnection *gc, GHashTable *data);
248 250
249 /** 251 /**
250 * purple_serv_reject_chat: 252 * purple_serv_reject_chat:
251 * @gc: The #PurpleConnection 253 * @gc: The #PurpleConnection
252 * @data: The hash function should be g_str_hash() and the equal 254 * @data: The hash function should be g_str_hash() and the equal
253 * function should be g_str_equal(). 255 * function should be g_str_equal().
256 *
257 * Rejects a chat invite based on the components in @data.
254 * 258 *
255 * Since: 3.0 259 * Since: 3.0
256 */ 260 */
257 PURPLE_AVAILABLE_IN_3_0 261 PURPLE_AVAILABLE_IN_3_0
258 void purple_serv_reject_chat(PurpleConnection *gc, GHashTable *data); 262 void purple_serv_reject_chat(PurpleConnection *gc, GHashTable *data);

mercurial