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/gtklinkbutton.c | |
parent | a6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff) | |
download | gtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz |
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtklinkbutton.c')
-rw-r--r-- | gtk/gtklinkbutton.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtklinkbutton.c b/gtk/gtklinkbutton.c index 44d7ce2a70..11b887fb7e 100644 --- a/gtk/gtklinkbutton.c +++ b/gtk/gtklinkbutton.c @@ -573,7 +573,7 @@ gtk_link_button_drag_data_get_cb (GtkWidget *widget, * * Creates a new #GtkLinkButton with the URI as its text. * - * Return value: a new link button widget. + * Returns: a new link button widget. * * Since: 2.10 */ @@ -623,7 +623,7 @@ gtk_link_button_new (const gchar *uri) * * Creates a new #GtkLinkButton containing a label. * - * Return value: (transfer none): a new link button widget. + * Returns: (transfer none): a new link button widget. * * Since: 2.10 */ @@ -708,7 +708,7 @@ gtk_link_button_set_uri (GtkLinkButton *link_button, * * Retrieves the URI set using gtk_link_button_set_uri(). * - * Return value: a valid URI. The returned string is owned by the link button + * Returns: a valid URI. The returned string is owned by the link button * and should not be modified or freed. * * Since: 2.10 @@ -768,7 +768,7 @@ gtk_link_button_set_visited (GtkLinkButton *link_button, * * The state may also be changed using gtk_link_button_set_visited(). * - * Return value: %TRUE if the link has been visited, %FALSE otherwise + * Returns: %TRUE if the link has been visited, %FALSE otherwise * * Since: 2.14 */ |