summaryrefslogtreecommitdiff
path: root/gtk/gtkcssshorthandpropertyprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-12-31 15:05:09 +0100
committerBenjamin Otte <otte@redhat.com>2012-01-09 18:37:52 +0100
commitd4344164acf993cfa2deb65e8df124ee8ebd2ad6 (patch)
tree7631647caa93f3377aebea8d215328c2c109bb11 /gtk/gtkcssshorthandpropertyprivate.h
parent6b386dc5740cba2142e5cfd44cdf29c0291cda0f (diff)
downloadgtk+-d4344164acf993cfa2deb65e8df124ee8ebd2ad6.tar.gz
styleproperty: Move shorthand declarations to new file
Diffstat (limited to 'gtk/gtkcssshorthandpropertyprivate.h')
-rw-r--r--gtk/gtkcssshorthandpropertyprivate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkcssshorthandpropertyprivate.h b/gtk/gtkcssshorthandpropertyprivate.h
index d93a8f3837..50eaa2ba57 100644
--- a/gtk/gtkcssshorthandpropertyprivate.h
+++ b/gtk/gtkcssshorthandpropertyprivate.h
@@ -47,6 +47,8 @@ struct _GtkCssShorthandPropertyClass
GtkStylePropertyClass parent_class;
};
+void _gtk_css_shorthand_property_init_properties (void);
+
GType _gtk_css_shorthand_property_get_type (void) G_GNUC_CONST;