summaryrefslogtreecommitdiff
path: root/gtk/gtkstylepropertyprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-01-02 00:45:29 +0100
committerBenjamin Otte <otte@redhat.com>2012-01-09 18:37:53 +0100
commite876d9fed586d6486894b3c6652a07a47557f20e (patch)
treed440509544f645e7290b8fe850571c24d4f0ab12 /gtk/gtkstylepropertyprivate.h
parent4821e52cf2ce967e024d37a9f329008a8ed46658 (diff)
downloadgtk+-e876d9fed586d6486894b3c6652a07a47557f20e.tar.gz
styleproperty: Make parse_value() a vfunc
Diffstat (limited to 'gtk/gtkstylepropertyprivate.h')
-rw-r--r--gtk/gtkstylepropertyprivate.h4
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;
};