]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcssstylefuncsprivate.h
filechooserbutton: In SELECT_FOLDER, when the selection is empty, show (None) in...
[~andy/gtk] / gtk / gtkcssstylefuncsprivate.h
index 2728aa98a169f3883bc481a5c208562e2d67a9d6..df13b809490bf6c90228df51fd8f54989d665a88 100644 (file)
 
 #include "gtkcssparserprivate.h"
 #include "gtkstylecontext.h"
+#include "gtkcssvalueprivate.h"
 
 G_BEGIN_DECLS
 
-gboolean            _gtk_css_style_parse_value             (GValue                 *value,
-                                                            GtkCssParser           *parser,
-                                                            GFile                  *base);
-void                _gtk_css_style_print_value             (const GValue           *value,
-                                                            GString                *string);
-void                _gtk_css_style_compute_value           (GValue                 *computed,
-                                                            GtkStyleContext        *context,
-                                                            const GValue           *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