summaryrefslogtreecommitdiff
path: root/gtk/gtktreesortable.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/gtktreesortable.c
parenta6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff)
downloadgtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtktreesortable.c')
-rw-r--r--gtk/gtktreesortable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktreesortable.c b/gtk/gtktreesortable.c
index 0736bb4c9a..1cb42741fb 100644
--- a/gtk/gtktreesortable.c
+++ b/gtk/gtktreesortable.c
@@ -117,7 +117,7 @@ gtk_tree_sortable_sort_column_changed (GtkTreeSortable *sortable)
* %GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID or
* %GTK_TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID.
*
- * Return value: %TRUE if the sort column is not one of the special sort
+ * Returns: %TRUE if the sort column is not one of the special sort
* column ids.
**/
gboolean
@@ -246,7 +246,7 @@ gtk_tree_sortable_set_default_sort_func (GtkTreeSortable *sortable,
* primarily by GtkTreeViewColumns in order to determine if a model can
* go back to the default state, or not.
*
- * Return value: %TRUE, if the model has a default sort function
+ * Returns: %TRUE, if the model has a default sort function
*/
gboolean
gtk_tree_sortable_has_default_sort_func (GtkTreeSortable *sortable)