summaryrefslogtreecommitdiff
path: root/gtk/gtkclipboard.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-04-12 20:07:28 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-04-12 21:12:16 -0400
commit050cba6a31bb783720eb2cb9e773784d24107f03 (patch)
treeb45210f555e47371476ed7a6f92da61124c86e4a /gtk/gtkclipboard.c
parentda755ada52a2ce482c1fc15be70e9f2dbd477201 (diff)
downloadgtk+-050cba6a31bb783720eb2cb9e773784d24107f03.tar.gz
Fix malformed doc comments
Most of these are forgotten :'s and similar details which gtk-doc now warns about.
Diffstat (limited to 'gtk/gtkclipboard.c')
-rw-r--r--gtk/gtkclipboard.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkclipboard.c b/gtk/gtkclipboard.c
index 02c67c14da..368b413fac 100644
--- a/gtk/gtkclipboard.c
+++ b/gtk/gtkclipboard.c
@@ -1816,7 +1816,7 @@ gtk_clipboard_wait_is_uris_available (GtkClipboard *clipboard)
}
/**
- * gtk_clipboard_wait_for_targets
+ * gtk_clipboard_wait_for_targets:
* @clipboard: a #GtkClipboard
* @targets: (out) (array length=n_targets) (transfer container): location
* to store an array of targets. The result stored here must
@@ -1824,9 +1824,9 @@ gtk_clipboard_wait_is_uris_available (GtkClipboard *clipboard)
* @n_targets: location to store number of items in @targets.
*
* Returns a list of targets that are present on the clipboard, or %NULL
- * if there aren't any targets available. The returned list must be
+ * if there aren't any targets available. The returned list must be
* freed with g_free().
- * This function waits for the data to be received using the main
+ * This function waits for the data to be received using the main
* loop, so events, timeouts, etc, may be dispatched during the wait.
*
* Return value: %TRUE if any targets are present on the clipboard,