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/gtkcomboboxtext.c | |
parent | a6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff) | |
download | gtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz |
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtkcomboboxtext.c')
-rw-r--r-- | gtk/gtkcomboboxtext.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c index f07a186e58..9ac057d5e8 100644 --- a/gtk/gtkcomboboxtext.c +++ b/gtk/gtkcomboboxtext.c @@ -313,7 +313,7 @@ gtk_combo_box_text_buildable_custom_finished (GtkBuildable *buildable, * Creates a new #GtkComboBoxText, which is a #GtkComboBox just displaying * strings. * - * Return value: A new #GtkComboBoxText + * Returns: A new #GtkComboBoxText * * Since: 2.24 */ @@ -330,7 +330,7 @@ gtk_combo_box_text_new (void) * Creates a new #GtkComboBoxText, which is a #GtkComboBox just displaying * strings. The combo box created by this function has an entry. * - * Return value: a new #GtkComboBoxText + * Returns: a new #GtkComboBoxText * * Since: 2.24 */ |