summaryrefslogtreecommitdiff
path: root/gtk/gtkstyleproperty.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-12-23 14:30:59 +0100
committerBenjamin Otte <otte@redhat.com>2012-01-09 18:37:49 +0100
commitcdb3f05bf1fc374151285660c35569a3f3928ba3 (patch)
tree9c39e5292c1e4292c86ada9894b7867a13731947 /gtk/gtkstyleproperty.c
parent54d2b9dbc24e8dbd0e48a0d5e5c5458a2c4d1eff (diff)
downloadgtk+-cdb3f05bf1fc374151285660c35569a3f3928ba3.tar.gz
css: Add _gtk_style_property_get_count()
Diffstat (limited to 'gtk/gtkstyleproperty.c')
-rw-r--r--gtk/gtkstyleproperty.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkstyleproperty.c b/gtk/gtkstyleproperty.c
index f1738b15cc..681acf6de7 100644
--- a/gtk/gtkstyleproperty.c
+++ b/gtk/gtkstyleproperty.c
@@ -2241,6 +2241,12 @@ border_color_default_value (GtkStyleProperties *props,
/*** API ***/
+guint
+_gtk_style_property_get_count (void)
+{
+ return __n_style_properties;
+}
+
static void
css_string_funcs_init (void)
{