summaryrefslogtreecommitdiff
path: root/gtk/gtkstylepropertyprivate.h
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/gtkstylepropertyprivate.h
parent54d2b9dbc24e8dbd0e48a0d5e5c5458a2c4d1eff (diff)
downloadgtk+-cdb3f05bf1fc374151285660c35569a3f3928ba3.tar.gz
css: Add _gtk_style_property_get_count()
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 5692490e25..fc52ae51cb 100644
--- a/gtk/gtkstylepropertyprivate.h
+++ b/gtk/gtkstylepropertyprivate.h
@@ -63,6 +63,8 @@ struct _GtkStyleProperty
GtkStyleUnsetFunc unset_func;
};
+guint _gtk_style_property_get_count (void);
+
const GtkStyleProperty * _gtk_style_property_lookup (const char *name);
void _gtk_style_property_register (GParamSpec *pspec,