summaryrefslogtreecommitdiff
path: root/gtk/gtkstylepropertyprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-12-23 14:12:04 +0100
committerBenjamin Otte <otte@redhat.com>2012-01-09 18:37:49 +0100
commiteb38591c917f2eee733a04efddbfcfe31c460a18 (patch)
treeaeb671e54f1234c2fc1ba206498a6222234a518e /gtk/gtkstylepropertyprivate.h
parentf6cf447cad57b98331c0e4439abd545fbfe5d10e (diff)
downloadgtk+-eb38591c917f2eee733a04efddbfcfe31c460a18.tar.gz
css: Add _gtk_style_property_get_id()
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 5e33209b88..5692490e25 100644
--- a/gtk/gtkstylepropertyprivate.h
+++ b/gtk/gtkstylepropertyprivate.h
@@ -76,6 +76,7 @@ void _gtk_style_property_register (GParamSpec
GtkStyleUnsetFunc unset_func);
gboolean _gtk_style_property_is_inherit (const GtkStyleProperty *property);
+guint _gtk_style_property_get_id (const GtkStyleProperty *property);
void _gtk_style_property_default_value (const GtkStyleProperty *property,
GtkStyleProperties *properties,