finch/libgnt/gntclipboard.h

branch
soc.2013.gobjectification.plugins
changeset 37023
d9bcdc9a91e6
parent 37017
8e2b68c79fa1
child 37034
9d6765962b22
--- a/finch/libgnt/gntclipboard.h	Wed Jan 29 10:10:12 2014 +0530
+++ b/finch/libgnt/gntclipboard.h	Wed Jan 29 10:49:02 2014 +0530
@@ -60,16 +60,16 @@
 G_BEGIN_DECLS
 
 /**
- * Returns: GType for GntClipboard.
+ * @return GType for GntClipboard.
  */
 GType gnt_clipboard_get_gtype(void);
 
 /**
  * Get the current text from the clipboard.
  *
- * @clip:  The clipboard.
+ * @param clip  The clipboard.
  *
- * Returns:  A copy of the string in the clipboard. The caller should free the
+ * @return  A copy of the string in the clipboard. The caller should free the
  *          returned value.
  */
 gchar * gnt_clipboard_get_string(GntClipboard *clip);
@@ -77,8 +77,8 @@
 /**
  * Set the text in the clipboard.
  *
- * @clip:     The clipboard.
- * @string:   New string for the clipboard.
+ * @param clip     The clipboard.
+ * @param string   New string for the clipboard.
  */
 void gnt_clipboard_set_string(GntClipboard *clip, const gchar *string);
 

mercurial