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/gtkprintsettings.c | |
parent | c3dfb17031842458e86907e8c1d3a1ca4c442a8c (diff) | |
download | gtk+-2a45418b673d10f60e9334ebcfa493f125d26e02.tar.gz |
docs: use proper quotes
Diffstat (limited to 'gtk/gtkprintsettings.c')
-rw-r--r-- | gtk/gtkprintsettings.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkprintsettings.c b/gtk/gtkprintsettings.c index b1e8476f03..5098ec668e 100644 --- a/gtk/gtkprintsettings.c +++ b/gtk/gtkprintsettings.c @@ -241,7 +241,7 @@ gtk_print_settings_has_key (GtkPrintSettings *settings, * Returns the boolean represented by the value * that is associated with @key. * - * The string "true" represents %TRUE, any other + * The string “true” represents %TRUE, any other * string %FALSE. * * Return value: %TRUE, if @key maps to a true value. @@ -271,8 +271,8 @@ gtk_print_settings_get_bool (GtkPrintSettings *settings, * that is associated with @key, or @default_val * if the value does not represent a boolean. * - * The string "true" represents %TRUE, the string - * "false" represents %FALSE. + * The string “true” represents %TRUE, the string + * “false” represents %FALSE. * * Return value: the boolean value associated with @key * @@ -1765,7 +1765,7 @@ gtk_print_settings_new_from_file (const gchar *file_name, * @settings: a #GtkPrintSettings * @key_file: the #GKeyFile to retrieve the settings from * @group_name: (allow-none): the name of the group to use, or %NULL to use the default - * "Print Settings" + * “Print Settings” * @error: (allow-none): return location for errors, or %NULL * * Reads the print settings from the group @group_name in @key_file. If the @@ -1826,7 +1826,7 @@ gtk_print_settings_load_key_file (GtkPrintSettings *settings, * gtk_print_settings_new_from_key_file: * @key_file: the #GKeyFile to retrieve the settings from * @group_name: (allow-none): the name of the group to use, or %NULL to use - * the default "Print Settings" + * the default “Print Settings” * @error: (allow-none): return location for errors, or %NULL * * Reads the print settings from the group @group_name in @key_file. Returns a @@ -1920,7 +1920,7 @@ add_value_to_key_file (const gchar *key, * @settings: a #GtkPrintSettings * @key_file: the #GKeyFile to save the print settings to * @group_name: the group to add the settings to in @key_file, or - * %NULL to use the default "Print Settings" + * %NULL to use the default “Print Settings” * * This function adds the print settings from @settings to @key_file. * |