finch/gntconv.h

branch
soc.2013.gobjectification.plugins
changeset 37034
9d6765962b22
parent 37023
d9bcdc9a91e6
child 37035
e85ed7f4d6e3
--- a/finch/gntconv.h	Fri Jan 31 18:02:20 2014 +0530
+++ b/finch/gntconv.h	Fri Jan 31 18:22:41 2014 +0530
@@ -85,7 +85,7 @@
 /**
  * Get the ui-functions.
  *
- * @return The PurpleConversationUiOps populated with the appropriate functions.
+ * Returns: The PurpleConversationUiOps populated with the appropriate functions.
  */
 PurpleConversationUiOps *finch_conv_get_ui_ops(void);
 
@@ -102,15 +102,15 @@
 /**
  * Set a conversation as active in a contactized conversation
  *
- * @param conv The conversation to make active.
+ * @conv: The conversation to make active.
  */
 void finch_conversation_set_active(PurpleConversation *conv);
 
 /**
  * Sets the information widget for the conversation window.
  *
- * @param conv   The conversation.
- * @param widget The widget containing the information. If @c NULL,
+ * @conv:   The conversation.
+ * @widget: The widget containing the information. If %NULL,
  *               the current information widget is removed.
  */
 void finch_conversation_set_info_widget(PurpleConversation *conv, GntWidget *widget);

mercurial