diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-05 13:07:34 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-05 15:08:42 -0500 |
commit | 2a45418b673d10f60e9334ebcfa493f125d26e02 (patch) | |
tree | bd459a39a8aae3ade27524b5e1199eb38d972c25 /gtk/gtkrecentmanager.c | |
parent | c3dfb17031842458e86907e8c1d3a1ca4c442a8c (diff) | |
download | gtk+-2a45418b673d10f60e9334ebcfa493f125d26e02.tar.gz |
docs: use proper quotes
Diffstat (limited to 'gtk/gtkrecentmanager.c')
-rw-r--r-- | gtk/gtkrecentmanager.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkrecentmanager.c b/gtk/gtkrecentmanager.c index d32bc00e4b..3b10ef97aa 100644 --- a/gtk/gtkrecentmanager.c +++ b/gtk/gtkrecentmanager.c @@ -707,7 +707,7 @@ build_recent_items_list (GtkRecentManager *manager) * * Creates a new recent manager object. Recent manager objects are used to * handle the list of recently used resources. A #GtkRecentManager object - * monitors the recently used resources list, and emits the "changed" signal + * monitors the recently used resources list, and emits the “changed” signal * each time something inside the list changes. * * #GtkRecentManager objects are expensive: be sure to create them only when @@ -1701,7 +1701,7 @@ gtk_recent_info_get_visited (GtkRecentInfo *info) * gtk_recent_info_get_private_hint: * @info: a #GtkRecentInfo * - * Gets the value of the "private" flag. Resources in the recently used + * Gets the value of the “private” flag. Resources in the recently used * list that have this flag set to %TRUE should only be displayed by the * applications that have registered them. * @@ -2237,7 +2237,7 @@ get_uri_shortname_for_display (const gchar *uri) * * Computes a valid UTF-8 string that can be used as the name of the item in a * menu or list. For example, calling this function on an item that refers to - * "file:///foo/bar.txt" will yield "bar.txt". + * “file:///foo/bar.txt” will yield “bar.txt”. * * Return value: A newly-allocated string in UTF-8 encoding; free it with * g_free(). |