From 0042f9b41484ea223ab24b94ffc529c4c5ecc231 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 28 Dec 2015 22:36:29 -0500 Subject: [PATCH] Fix a comment --- gtk/gtkcssvalue.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkcssvalue.c b/gtk/gtkcssvalue.c index 7f43e3f9f5..97804157b3 100644 --- a/gtk/gtkcssvalue.c +++ b/gtk/gtkcssvalue.c @@ -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.