]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcssstylefuncsprivate.h
gtkfilechooserbutton: In tests, allow the possibility of doing unselect_all
[~andy/gtk] / gtk / gtkcssstylefuncsprivate.h
index e4f1ec46cee7885f1ee6db7f2a2f5b081edd8fb6..df13b809490bf6c90228df51fd8f54989d665a88 100644 (file)
 
 G_BEGIN_DECLS
 
-gboolean            _gtk_css_style_parse_value             (GValue                 *value,
-                                                            GtkCssParser           *parser);
-void                _gtk_css_style_print_value             (const GValue           *value,
-                                                            GString                *string);
-GtkCssValue *       _gtk_css_style_compute_value           (GtkStyleContext        *context,
-                                                           GType                   target_type,
-                                                            GtkCssValue            *specified,
-                                                            GtkCssDependencies     *dependencies);
+gboolean            _gtk_css_style_parse_value             (GValue                  *value,
+                                                            GtkCssParser            *parser);
+void                _gtk_css_style_print_value             (const GValue            *value,
+                                                            GString                 *string);
+GtkCssValue *       _gtk_css_style_compute_value           (GtkStyleProviderPrivate *provider,
+                                                            GtkCssComputedValues    *values,
+                                                            GtkCssComputedValues    *parent_values,
+                                                           GType                    target_type,
+                                                            GtkCssValue             *specified,
+                                                            GtkCssDependencies      *dependencies);
 
 G_END_DECLS