Fix a comment

This commit is contained in:
Matthias Clasen 2015-12-28 22:36:29 -05:00
parent e71f7d713e
commit 0042f9b414

View File

@ -71,8 +71,8 @@ _gtk_css_value_unref (GtkCssValue *value)
* @value: the value to compute from
* @property_id: the ID of the property to compute
* @provider: Style provider for looking up extra information
* @values: values to compute for
* @parent_values: parent values to use for inherited values
* @style: Style to compute for
* @parent_style: parent style to use for inherited values
*
* Converts the specified @value into the computed value for the CSS
* property given by @property_id using the information in @context.