doc fixes for server.h

Sun, 28 Aug 2016 17:46:03 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Sun, 28 Aug 2016 17:46:03 -0500
changeset 38024
437704dbfe17
parent 38023
0e30ab5e8413
child 38025
7eb791f2ddac

doc fixes for server.h

libpurple/server.h file | annotate | diff | comparison | revisions
--- a/libpurple/server.h	Sun Aug 28 17:30:58 2016 -0500
+++ b/libpurple/server.h	Sun Aug 28 17:46:03 2016 -0500
@@ -78,6 +78,8 @@
 
 /**
  * purple_get_attention_type_from_code:
+ * @account: The #PurpleAccount
+ * @type_code: The protocol specific attention type code to convert
  *
  * Get information about an account's attention commands, from the protocol.
  *
@@ -254,6 +256,10 @@
 
 /**
  * purple_serv_got_typing_stopped:
+ * @gc: The #PurpleConnection
+ * @name: The name of the person that stopped typing.
+ *
+ * Called from a protocol when it has recieved a type stopped.
  *
  * @todo Could probably move this into the conversation API.
  */
@@ -265,6 +271,7 @@
  * @who:    The username of the buddy that sent the message.
  * @msg:    The actual message received.
  * @flags:  The flags applicable to this message.
+ * @mtime:  The timestamp of the message.
  *
  * This function is called by the protocol when it receives an IM message.
  */
@@ -273,6 +280,7 @@
 
 /**
  * purple_serv_join_chat:
+ * @gc:   The #PurpleConnection
  * @data: The hash function should be g_str_hash() and the equal
  *             function should be g_str_equal().
  */
@@ -280,6 +288,7 @@
 
 /**
  * purple_serv_reject_chat:
+ * @gc: The #PurpleConnection 
  * @data: The hash function should be g_str_hash() and the equal
  *             function should be g_str_equal().
  */

mercurial