summaryrefslogtreecommitdiff
path: root/gtk/gtkbin.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/gtkbin.c
parenta6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff)
downloadgtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtkbin.c')
-rw-r--r--gtk/gtkbin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbin.c b/gtk/gtkbin.c
index 86d1742cb8..9d7a0502e6 100644
--- a/gtk/gtkbin.c
+++ b/gtk/gtkbin.c
@@ -321,7 +321,7 @@ gtk_bin_size_allocate (GtkWidget *widget,
* no child widget. The returned widget does not have a reference
* added, so you do not need to unref it.
*
- * Return value: (transfer none): pointer to child of the #GtkBin
+ * Returns: (transfer none): pointer to child of the #GtkBin
**/
GtkWidget*
gtk_bin_get_child (GtkBin *bin)