finch/libgnt/gntclipboard.h

branch
soc.2013.gobjectification.plugins
changeset 37051
f1ba94fd20f1
parent 37034
9d6765962b22
parent 35408
5f7ccec14f33
child 37064
3373bd0b4ea6
--- a/finch/libgnt/gntclipboard.h	Sun Feb 02 01:22:13 2014 +0530
+++ b/finch/libgnt/gntclipboard.h	Sun Feb 02 03:49:31 2014 +0530
@@ -60,14 +60,17 @@
 G_BEGIN_DECLS
 
 /**
+ * gnt_clipboard_get_gtype:
+ *
  * Returns: GType for GntClipboard.
  */
 GType gnt_clipboard_get_gtype(void);
 
 /**
- * Get the current text from the clipboard.
+ * gnt_clipboard_get_string:
+ * @clip:  The clipboard.
  *
- * @clip:  The clipboard.
+ * Get the current text from the clipboard.
  *
  * Returns:  A copy of the string in the clipboard. The caller should free the
  *          returned value.
@@ -75,10 +78,11 @@
 gchar * gnt_clipboard_get_string(GntClipboard *clip);
 
 /**
- * Set the text in the clipboard.
- *
+ * gnt_clipboard_set_string:
  * @clip:     The clipboard.
  * @string:   New string for the clipboard.
+ *
+ * Set the text in the clipboard.
  */
 void gnt_clipboard_set_string(GntClipboard *clip, const gchar *string);
 

mercurial