finch/libgnt/gntclipboard.h

branch
soc.2013.gobjectification.plugins
changeset 37034
9d6765962b22
parent 37023
d9bcdc9a91e6
child 37051
f1ba94fd20f1
--- a/finch/libgnt/gntclipboard.h	Fri Jan 31 18:02:20 2014 +0530
+++ b/finch/libgnt/gntclipboard.h	Fri Jan 31 18:22:41 2014 +0530
@@ -60,16 +60,16 @@
 G_BEGIN_DECLS
 
 /**
- * @return GType for GntClipboard.
+ * Returns: GType for GntClipboard.
  */
 GType gnt_clipboard_get_gtype(void);
 
 /**
  * Get the current text from the clipboard.
  *
- * @param clip  The clipboard.
+ * @clip:  The clipboard.
  *
- * @return  A copy of the string in the clipboard. The caller should free the
+ * Returns:  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.
  *
- * @param clip     The clipboard.
- * @param string   New string for the clipboard.
+ * @clip:     The clipboard.
+ * @string:   New string for the clipboard.
  */
 void gnt_clipboard_set_string(GntClipboard *clip, const gchar *string);
 

mercurial