]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcssrepeatvalue.c
treeview: fix a critical warning
[~andy/gtk] / gtk / gtkcssrepeatvalue.c
index 97fe41f349a746c740c1e7f60516f709878251d1..eda6fef4238c8c907952915ece5b0710a97fbf24 100644 (file)
@@ -34,9 +34,12 @@ gtk_css_value_repeat_free (GtkCssValue *value)
 }
 
 static GtkCssValue *
-gtk_css_value_repeat_compute (GtkCssValue     *value,
-                              guint            property_id,
-                              GtkStyleContext *context)
+gtk_css_value_repeat_compute (GtkCssValue             *value,
+                              guint                    property_id,
+                              GtkStyleProviderPrivate *provider,
+                              GtkCssComputedValues    *values,
+                              GtkCssComputedValues    *parent_values,
+                              GtkCssDependencies      *dependencies)
 {
   return _gtk_css_value_ref (value);
 }
@@ -52,6 +55,7 @@ gtk_css_value_repeat_equal (const GtkCssValue *repeat1,
 static GtkCssValue *
 gtk_css_value_repeat_transition (GtkCssValue *start,
                                  GtkCssValue *end,
+                                 guint        property_id,
                                  double       progress)
 {
   return NULL;