summaryrefslogtreecommitdiff
path: root/gtk/gtkentrybuffer.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/gtkentrybuffer.c
parenta6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff)
downloadgtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtkentrybuffer.c')
-rw-r--r--gtk/gtkentrybuffer.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtkentrybuffer.c b/gtk/gtkentrybuffer.c
index cf72518078..8356d9515b 100644
--- a/gtk/gtkentrybuffer.c
+++ b/gtk/gtkentrybuffer.c
@@ -436,7 +436,7 @@ gtk_entry_buffer_class_init (GtkEntryBufferClass *klass)
*
* Optionally, specify initial text to set in the buffer.
*
- * Return value: A new GtkEntryBuffer object.
+ * Returns: A new GtkEntryBuffer object.
*
* Since: 2.18
**/
@@ -456,7 +456,7 @@ gtk_entry_buffer_new (const gchar *initial_chars,
*
* Retrieves the length in characters of the buffer.
*
- * Return value: The number of characters in the buffer.
+ * Returns: The number of characters in the buffer.
*
* Since: 2.18
**/
@@ -480,7 +480,7 @@ gtk_entry_buffer_get_length (GtkEntryBuffer *buffer)
* Retrieves the length in bytes of the buffer.
* See gtk_entry_buffer_get_length().
*
- * Return value: The byte length of the buffer.
+ * Returns: The byte length of the buffer.
*
* Since: 2.18
**/
@@ -508,7 +508,7 @@ gtk_entry_buffer_get_bytes (GtkEntryBuffer *buffer)
* The memory pointer returned by this call will not change
* unless this object emits a signal, or is finalized.
*
- * Return value: a pointer to the contents of the widget as a
+ * Returns: a pointer to the contents of the widget as a
* string. This string points to internally allocated
* storage in the buffer and must not be freed, modified or
* stored.
@@ -592,7 +592,7 @@ gtk_entry_buffer_set_max_length (GtkEntryBuffer *buffer,
* Retrieves the maximum allowed length of the text in
* @buffer. See gtk_entry_buffer_set_max_length().
*
- * Return value: the maximum allowed number of characters
+ * Returns: the maximum allowed number of characters
* in #GtkEntryBuffer, or 0 if there is no maximum.
*
* Since: 2.18