summaryrefslogtreecommitdiff
path: root/gtk/gtkclipboard.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-11-27 00:39:26 -0500
committerMatthias Clasen <mclasen@redhat.com>2009-11-27 00:39:26 -0500
commit3faf7d0214f0d1cf54b496872f693a5c41c12242 (patch)
tree71e7296c48e492f533e9ea6575b834143a5fafd2 /gtk/gtkclipboard.c
parent7ad6bb3eb6ccad80d2e7991516f712d4d8f22dbf (diff)
downloadgtk+-3faf7d0214f0d1cf54b496872f693a5c41c12242.tar.gz
Fix a doc comment
Diffstat (limited to 'gtk/gtkclipboard.c')
-rw-r--r--gtk/gtkclipboard.c21
1 files changed, 9 insertions, 12 deletions
diff --git a/gtk/gtkclipboard.c b/gtk/gtkclipboard.c
index c9e9a2c119..c964b60d77 100644
--- a/gtk/gtkclipboard.c
+++ b/gtk/gtkclipboard.c
@@ -309,20 +309,17 @@ gtk_clipboard_get_for_display (GdkDisplay *display,
/**
- * gtk_clipboard_get():
- * @selection: a #GdkAtom which identifies the clipboard
- * to use.
- *
+ * gtk_clipboard_get:
+ * @selection: a #GdkAtom which identifies the clipboard to use
+ *
* Returns the clipboard object for the given selection.
* See gtk_clipboard_get_for_display() for complete details.
- *
- * Return value: the appropriate clipboard object. If no
- * clipboard already exists, a new one will
- * be created. Once a clipboard object has
- * been created, it is persistent and, since
- * it is owned by GTK+, must not be freed or
- * unrefd.
- **/
+ *
+ * Return value: the appropriate clipboard object. If no clipboard
+ * already exists, a new one will be created. Once a clipboard
+ * object has been created, it is persistent and, since it is
+ * owned by GTK+, must not be freed or unreffed.
+ */
GtkClipboard *
gtk_clipboard_get (GdkAtom selection)
{