diff options
Diffstat (limited to 'gtk/gtkbin.c')
-rw-r--r-- | gtk/gtkbin.c | 2 |
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) |