summaryrefslogtreecommitdiff
path: root/gtk/gtkentrycompletion.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/gtkentrycompletion.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/gtkentrycompletion.c')
-rw-r--r--gtk/gtkentrycompletion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentrycompletion.c b/gtk/gtkentrycompletion.c
index cb4aad68a3..ef2dc9e060 100644
--- a/gtk/gtkentrycompletion.c
+++ b/gtk/gtkentrycompletion.c
@@ -1708,7 +1708,7 @@ gtk_entry_completion_cursor_on_match (GtkEntryCompletion *completion,
* Note that a text column must have been set for this function to work,
* see gtk_entry_completion_set_text_column() for details.
*
- * Returns: (transfer: full): The common prefix all rows starting with @key
+ * Returns: (transfer full): The common prefix all rows starting with @key
* or %NULL if no row matches @key.
*
* Since: 3.4