diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-19 18:49:43 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-19 18:56:05 -0500 |
commit | 469d333aa27c67f7d9b2f3923d62fef8519ff2ba (patch) | |
tree | acacd39d222efb5f22738a36115ed946c43f7797 /gtk/gtkcellareacontext.c | |
parent | a6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff) | |
download | gtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz |
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtkcellareacontext.c')
-rw-r--r-- | gtk/gtkcellareacontext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcellareacontext.c b/gtk/gtkcellareacontext.c index f704e953a2..fcdedeee16 100644 --- a/gtk/gtkcellareacontext.c +++ b/gtk/gtkcellareacontext.c @@ -334,7 +334,7 @@ gtk_cell_area_context_real_allocate (GtkCellAreaContext *context, * that the #GtkCellArea is configured with in order to * compute a proper allocation. * - * Return value: (transfer none): the #GtkCellArea this context was created by. + * Returns: (transfer none): the #GtkCellArea this context was created by. * * Since: 3.0 */ |