libpurple/server.h

changeset 42656
df9aafbae930
parent 42618
8546a023aa0a
child 42682
f5559cae9029
--- a/libpurple/server.h	Wed Apr 03 16:32:56 2024 -0500
+++ b/libpurple/server.h	Tue Apr 09 21:50:31 2024 -0500
@@ -241,6 +241,8 @@
  * @data: The hash function should be g_str_hash() and the equal
  *             function should be g_str_equal().
  *
+ * Joins the chat described by the components in @data.
+ *
  * Since: 3.0
  */
 PURPLE_AVAILABLE_IN_3_0
@@ -248,10 +250,12 @@
 
 /**
  * purple_serv_reject_chat:
- * @gc: The #PurpleConnection 
+ * @gc: The #PurpleConnection
  * @data: The hash function should be g_str_hash() and the equal
  *             function should be g_str_equal().
  *
+ * Rejects a chat invite based on the components in @data.
+ *
  * Since: 3.0
  */
 PURPLE_AVAILABLE_IN_3_0

mercurial