summaryrefslogtreecommitdiff
path: root/gtk/gtktextbtree.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/gtktextbtree.c
parenta6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff)
downloadgtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtktextbtree.c')
-rw-r--r--gtk/gtktextbtree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktextbtree.c b/gtk/gtktextbtree.c
index 5c9ea686f0..a7c86c5120 100644
--- a/gtk/gtktextbtree.c
+++ b/gtk/gtktextbtree.c
@@ -5023,7 +5023,7 @@ gtk_text_btree_node_invalidate_upward (GtkTextBTreeNode *node, gpointer view_id)
* Check to see if the entire #GtkTextBTree is valid or not for
* the given view.
*
- * Return value: %TRUE if the entire #GtkTextBTree is valid
+ * Returns: %TRUE if the entire #GtkTextBTree is valid
**/
gboolean
_gtk_text_btree_is_valid (GtkTextBTree *tree,
@@ -5224,7 +5224,7 @@ gtk_text_btree_node_validate (BTreeView *view,
* Validate a single contiguous invalid region of a #GtkTextBTree for
* a given view.
*
- * Return value: %TRUE if a region has been validated, %FALSE if the
+ * Returns: %TRUE if a region has been validated, %FALSE if the
* entire tree was already valid.
**/
gboolean