]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcssstylefuncsprivate.h
a11y: Emit text-changed signals directly
[~andy/gtk] / gtk / gtkcssstylefuncsprivate.h
index f8b180bae7378beaafc5c535a4ec48630304dbac..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);
+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