summaryrefslogtreecommitdiff
path: root/gtk/gtkxembed.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-19 18:49:43 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-19 18:56:05 -0500
commit469d333aa27c67f7d9b2f3923d62fef8519ff2ba (patch)
treeacacd39d222efb5f22738a36115ed946c43f7797 /gtk/gtkxembed.c
parenta6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff)
downloadgtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtkxembed.c')
-rw-r--r--gtk/gtkxembed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkxembed.c b/gtk/gtkxembed.c
index 88a9304ea9..97d3606f8a 100644
--- a/gtk/gtkxembed.c
+++ b/gtk/gtkxembed.c
@@ -95,7 +95,7 @@ _gtk_xembed_set_focus_wrapped (void)
* Gets whether the current focus sequence has wrapped around
* to the beginning of the ultimate toplevel.
*
- * Return value: %TRUE if the focus sequence has wrapped around.
+ * Returns: %TRUE if the focus sequence has wrapped around.
**/
gboolean
_gtk_xembed_get_focus_wrapped (void)