--- 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);