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/gtktextchild.c | |
parent | a6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff) | |
download | gtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz |
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtktextchild.c')
-rw-r--r-- | gtk/gtktextchild.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtktextchild.c b/gtk/gtktextchild.c index 9fe5fdafcf..de609d49e9 100644 --- a/gtk/gtktextchild.c +++ b/gtk/gtktextchild.c @@ -333,7 +333,7 @@ gtk_text_child_anchor_class_init (GtkTextChildAnchorClass *klass) * To perform the creation and insertion in one step, use the * convenience function gtk_text_buffer_create_child_anchor(). * - * Return value: a new #GtkTextChildAnchor + * Returns: a new #GtkTextChildAnchor **/ GtkTextChildAnchor* gtk_text_child_anchor_new (void) @@ -387,7 +387,7 @@ gtk_text_child_anchor_finalize (GObject *obj) * The returned list should be freed with g_list_free(). * * - * Return value: (element-type GtkWidget) (transfer container): list of widgets anchored at @anchor + * Returns: (element-type GtkWidget) (transfer container): list of widgets anchored at @anchor **/ GList* gtk_text_child_anchor_get_widgets (GtkTextChildAnchor *anchor) @@ -425,7 +425,7 @@ gtk_text_child_anchor_get_widgets (GtkTextChildAnchor *anchor) * to use this function — otherwise all deleted child anchors * will also be finalized. * - * Return value: %TRUE if the child anchor has been deleted from its buffer + * Returns: %TRUE if the child anchor has been deleted from its buffer **/ gboolean gtk_text_child_anchor_get_deleted (GtkTextChildAnchor *anchor) |