diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 14:03:49 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 14:22:39 -0500 |
commit | 13998c55e757c28c7a80b5ad47f82ef62ee57bf6 (patch) | |
tree | 8e810968edf5b3a7831a26edfe20980e0649f8c7 /gtk/gtklinkbutton.c | |
parent | 4dee965116da4b45ec51411ed27928f6fc0845ba (diff) | |
download | gtk+-13998c55e757c28c7a80b5ad47f82ef62ee57bf6.tar.gz |
docs: use proper quotations instead of '*'
Diffstat (limited to 'gtk/gtklinkbutton.c')
-rw-r--r-- | gtk/gtklinkbutton.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtklinkbutton.c b/gtk/gtklinkbutton.c index 4abcb255ab..44d7ce2a70 100644 --- a/gtk/gtklinkbutton.c +++ b/gtk/gtklinkbutton.c @@ -679,7 +679,7 @@ gtk_link_button_query_tooltip_cb (GtkWidget *widget, * @uri: a valid URI * * Sets @uri as the URI where the #GtkLinkButton points. As a side-effect - * this unsets the 'visited' state of the button. + * this unsets the “visited” state of the button. * * Since: 2.10 */ @@ -724,9 +724,9 @@ gtk_link_button_get_uri (GtkLinkButton *link_button) /** * gtk_link_button_set_visited: * @link_button: a #GtkLinkButton - * @visited: the new 'visited' state + * @visited: the new “visited” state * - * Sets the 'visited' state of the URI where the #GtkLinkButton + * Sets the “visited” state of the URI where the #GtkLinkButton * points. See gtk_link_button_get_visited() for more details. * * Since: 2.14 @@ -762,9 +762,9 @@ gtk_link_button_set_visited (GtkLinkButton *link_button, * gtk_link_button_get_visited: * @link_button: a #GtkLinkButton * - * Retrieves the 'visited' state of the URI where the #GtkLinkButton + * Retrieves the “visited” state of the URI where the #GtkLinkButton * points. The button becomes visited when it is clicked. If the URI - * is changed on the button, the 'visited' state is unset again. + * is changed on the button, the “visited” state is unset again. * * The state may also be changed using gtk_link_button_set_visited(). * |