summaryrefslogtreecommitdiff
path: root/gtk/gtkstylepropertyprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-12-23 12:31:16 +0100
committerBenjamin Otte <otte@redhat.com>2012-01-09 18:37:49 +0100
commitf6cf447cad57b98331c0e4439abd545fbfe5d10e (patch)
tree491190f13ca8690dab15e8508fd2c289e73c2ba3 /gtk/gtkstylepropertyprivate.h
parenteddd36d1d91f51271cc389b9533cb672c0294bb8 (diff)
downloadgtk+-f6cf447cad57b98331c0e4439abd545fbfe5d10e.tar.gz
styleproperty: Assign a unique id to every styleproperty
Diffstat (limited to 'gtk/gtkstylepropertyprivate.h')
-rw-r--r--gtk/gtkstylepropertyprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkstylepropertyprivate.h b/gtk/gtkstylepropertyprivate.h
index 6aa6d59c54..5e33209b88 100644
--- a/gtk/gtkstylepropertyprivate.h
+++ b/gtk/gtkstylepropertyprivate.h
@@ -52,6 +52,7 @@ struct _GtkStyleProperty
{
GParamSpec *pspec;
GtkStylePropertyFlags flags;
+ guint id;
GtkStylePropertyParser property_parse_func;
GtkStyleUnpackFunc unpack_func;