diff options
author | Benjamin Otte <otte@redhat.com> | 2012-01-02 00:45:29 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-01-09 18:37:53 +0100 |
commit | e876d9fed586d6486894b3c6652a07a47557f20e (patch) | |
tree | d440509544f645e7290b8fe850571c24d4f0ab12 /gtk/gtkstylepropertyprivate.h | |
parent | 4821e52cf2ce967e024d37a9f329008a8ed46658 (diff) | |
download | gtk+-e876d9fed586d6486894b3c6652a07a47557f20e.tar.gz |
styleproperty: Make parse_value() a vfunc
Diffstat (limited to 'gtk/gtkstylepropertyprivate.h')
-rw-r--r-- | gtk/gtkstylepropertyprivate.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkstylepropertyprivate.h b/gtk/gtkstylepropertyprivate.h index 73bd23fe75..2326a0933d 100644 --- a/gtk/gtkstylepropertyprivate.h +++ b/gtk/gtkstylepropertyprivate.h @@ -78,6 +78,10 @@ struct _GtkStylePropertyClass GtkStateFlags state, GtkStylePropertyContext *context, GValue *value); + gboolean (* parse_value) (GtkStyleProperty * property, + GValue *value, + GtkCssParser *parser, + GFile *base); GHashTable *properties; }; |