]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcssshorthandpropertyprivate.h
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkcssshorthandpropertyprivate.h
index 9a79a3d6c8413e4569b48ad983c6252da8d32143..d5483703140973f5a907f6fda0702d8103b6d0bb 100644 (file)
@@ -39,14 +39,14 @@ typedef struct _GtkCssShorthandProperty           GtkCssShorthandProperty;
 typedef struct _GtkCssShorthandPropertyClass      GtkCssShorthandPropertyClass;
 
 typedef gboolean              (* GtkCssShorthandPropertyParseFunc)      (GtkCssShorthandProperty *shorthand,
-                                                                         GValue                  *values,
-                                                                         GtkCssParser            *parser,
-                                                                         GFile                   *base);
+                                                                         GtkCssValue            **values,
+                                                                         GtkCssParser            *parser);
 typedef void                  (* GtkCssShorthandPropertyAssignFunc)     (GtkCssShorthandProperty *shorthand,
                                                                          GtkStyleProperties      *props,
                                                                          GtkStateFlags            state,
                                                                          const GValue            *value);
-typedef GtkCssValue *         (* GtkCssShorthandPropertyQueryFunc)      (GtkCssShorthandProperty *shorthand,
+typedef void                  (* GtkCssShorthandPropertyQueryFunc)      (GtkCssShorthandProperty *shorthand,
+                                                                         GValue                  *value,
                                                                          GtkStyleQueryFunc        query_func,
                                                                          gpointer                 query_data);