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/gtkrecentchooser.c | |
parent | c3dfb17031842458e86907e8c1d3a1ca4c442a8c (diff) | |
download | gtk+-2a45418b673d10f60e9334ebcfa493f125d26e02.tar.gz |
docs: use proper quotes
Diffstat (limited to 'gtk/gtkrecentchooser.c')
-rw-r--r-- | gtk/gtkrecentchooser.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkrecentchooser.c b/gtk/gtkrecentchooser.c index 50ff1cdccc..950e58792e 100644 --- a/gtk/gtkrecentchooser.c +++ b/gtk/gtkrecentchooser.c @@ -824,8 +824,8 @@ gtk_recent_chooser_unselect_all (GtkRecentChooser *chooser) * * Gets the list of recently used resources in form of #GtkRecentInfo objects. * - * The return value of this function is affected by the "sort-type" and - * "limit" properties of @chooser. + * The return value of this function is affected by the “sort-type” and + * “limit” properties of @chooser. * * Return value: (element-type GtkRecentInfo) (transfer full): A newly allocated * list of #GtkRecentInfo objects. You should @@ -850,7 +850,7 @@ gtk_recent_chooser_get_items (GtkRecentChooser *chooser) * * Gets the URI of the recently used resources. * - * The return value of this function is affected by the "sort-type" and "limit" + * The return value of this function is affected by the “sort-type” and “limit” * properties of @chooser. * * Since the returned array is %NULL terminated, @length may be %NULL. |