diff libpurple/server.h @ 15933:b449dc6b8a20

A little doxygen love and some tiny gaim->purpleisms
author Mark Doliner <mark@kingant.net>
date Mon, 26 Mar 2007 05:28:57 +0000
parents 32c366eeeb99
children 36b09c6f7957
line wrap: on
line diff
--- a/libpurple/server.h	Mon Mar 26 04:59:53 2007 +0000
+++ b/libpurple/server.h	Mon Mar 26 05:28:57 2007 +0000
@@ -38,7 +38,7 @@
  *
  * TODO: Could probably move this into the conversation API.
  *
- * @param typing One of PURPLE_TYPING, PURPLE_TYPED, or PURPLE_NOT_TYPING.
+ * @param state One of PURPLE_TYPING, PURPLE_TYPED, or PURPLE_NOT_TYPING.
  * @return A quiet-period, specified in seconds, where Purple will not
  *         send any additional typing notification messages.  Most
  *         protocols should return 0, which means that no additional
@@ -94,13 +94,13 @@
  * @param data The hash function should be g_str_hash() and the equal
  *             function should be g_str_equal().
  */
-void serv_join_chat(PurpleConnection *, GHashTable *);
+void serv_join_chat(PurpleConnection *, GHashTable *data);
 
 /**
  * @param data The hash function should be g_str_hash() and the equal
  *             function should be g_str_equal().
  */
-void serv_reject_chat(PurpleConnection *, GHashTable *);
+void serv_reject_chat(PurpleConnection *, GHashTable *data);
 
 /**
  * @param data The hash function should be g_str_hash() and the equal