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/gtkcsslookup.c | |
parent | c3dfb17031842458e86907e8c1d3a1ca4c442a8c (diff) | |
download | gtk+-2a45418b673d10f60e9334ebcfa493f125d26e02.tar.gz |
docs: use proper quotes
Diffstat (limited to 'gtk/gtkcsslookup.c')
-rw-r--r-- | gtk/gtkcsslookup.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkcsslookup.c b/gtk/gtkcsslookup.c index a32b959ebe..8166ee9de9 100644 --- a/gtk/gtkcsslookup.c +++ b/gtk/gtkcsslookup.c @@ -68,11 +68,11 @@ _gtk_css_lookup_is_missing (const GtkCssLookup *lookup, * @lookup: the lookup * @id: id of the property to set, see _gtk_style_property_get_id() * @section: (allow-none): The @section the value was defined in or %NULL - * @value: the "cascading value" to use + * @value: the “cascading value” to use * * Sets the @value for a given @id. No value may have been set for @id * before. See _gtk_css_lookup_is_missing(). This function is used to - * set the "winning declaration" of a lookup. Note that for performance + * set the “winning declaration” of a lookup. Note that for performance * reasons @value and @section are not copied. It is your responsibility * to ensure they are kept alive until _gtk_css_lookup_free() is called. **/ @@ -96,11 +96,11 @@ _gtk_css_lookup_set (GtkCssLookup *lookup, * @lookup: the lookup * @id: id of the property to set, see _gtk_style_property_get_id() * @section: (allow-none): The @section the value was defined in or %NULL - * @value: the "computed value" to use + * @value: the “computed value” to use * * Sets the @value for a given @id. No value may have been set for @id * before. See _gtk_css_lookup_is_missing(). This function is used to - * set the "winning declaration" of a lookup. Note that for performance + * set the “winning declaration” of a lookup. Note that for performance * reasons @value and @section are not copied. It is your responsibility * to ensure they are kept alive until _gtk_css_lookup_free() is called. * @@ -132,9 +132,9 @@ _gtk_css_lookup_set_computed (GtkCssLookup *lookup, * @values: a new #GtkCssComputedValues to be filled with the new properties * * Resolves the current lookup into a styleproperties object. This is done - * by converting from the "winning declaration" to the "computed value". + * by converting from the “winning declaration” to the “computed value”. * - * XXX: This bypasses the notion of "specified value". If this ever becomes + * XXX: This bypasses the notion of “specified value”. If this ever becomes * an issue, go fix it. **/ void |