X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkcssstylefuncsprivate.h;h=df13b809490bf6c90228df51fd8f54989d665a88;hb=6f1476edd3fbe31259e59ca3f03a01bf0f8ff67b;hp=e4f1ec46cee7885f1ee6db7f2a2f5b081edd8fb6;hpb=3cf6db8b1a2a4c2b120a3d37310ddd9d63118e82;p=~andy%2Fgtk diff --git a/gtk/gtkcssstylefuncsprivate.h b/gtk/gtkcssstylefuncsprivate.h index e4f1ec46c..df13b8094 100644 --- a/gtk/gtkcssstylefuncsprivate.h +++ b/gtk/gtkcssstylefuncsprivate.h @@ -24,14 +24,16 @@ 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