[gtk+/wip/matthiasc/node-dump] Fix a comment



commit 4ce32d1b31ef044780c54a8aa5d56c9fc0cb5d56
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Dec 28 22:36:29 2015 -0500

    Fix a comment

 gtk/gtkcssvalue.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkcssvalue.c b/gtk/gtkcssvalue.c
index 7f43e3f..9780415 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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]