summaryrefslogtreecommitdiff
path: root/gtk/gtkstylepropertyprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-01-09 22:06:17 +0100
committerBenjamin Otte <otte@redhat.com>2012-01-09 22:08:48 +0100
commitc4566da282f2a7c291c8c148e5ca17d476152259 (patch)
tree04c6878cb696f4064d3985a82ccfa28412cab8c6 /gtk/gtkstylepropertyprivate.h
parent2dc10600ea430477d3fdd04e659b255e00804609 (diff)
downloadgtk+-c4566da282f2a7c291c8c148e5ca17d476152259.tar.gz
styleproperty: Call style properties init function in more places
In particular, call it when querying properties by id. This is necessary for make check to not die.
Diffstat (limited to 'gtk/gtkstylepropertyprivate.h')
-rw-r--r--gtk/gtkstylepropertyprivate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkstylepropertyprivate.h b/gtk/gtkstylepropertyprivate.h
index 7e97b70fb0..78cef8c4b1 100644
--- a/gtk/gtkstylepropertyprivate.h
+++ b/gtk/gtkstylepropertyprivate.h
@@ -78,6 +78,8 @@ struct _GtkStylePropertyClass
GType _gtk_style_property_get_type (void) G_GNUC_CONST;
+void _gtk_style_property_init_properties (void);
+
GtkStyleProperty * _gtk_style_property_lookup (const char *name);
const char * _gtk_style_property_get_name (GtkStyleProperty *property);