summaryrefslogtreecommitdiff
path: root/gtk/gtkstylepropertyprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-12-31 19:03:53 +0100
committerBenjamin Otte <otte@redhat.com>2012-01-09 18:37:52 +0100
commitedb8bf4b1d9506770f67fc82ce0113ea54a8af1b (patch)
tree05f72cb50744555dfb8b80b0f94c47787c0176d4 /gtk/gtkstylepropertyprivate.h
parentc9dc9d5a88e21c31a4608144fe22be25e31ba078 (diff)
downloadgtk+-edb8bf4b1d9506770f67fc82ce0113ea54a8af1b.tar.gz
styleproperty: Add gtk_style_property_assign()
Diffstat (limited to 'gtk/gtkstylepropertyprivate.h')
-rw-r--r--gtk/gtkstylepropertyprivate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkstylepropertyprivate.h b/gtk/gtkstylepropertyprivate.h
index a7ca9da737..cc03728198 100644
--- a/gtk/gtkstylepropertyprivate.h
+++ b/gtk/gtkstylepropertyprivate.h
@@ -120,6 +120,10 @@ void _gtk_style_property_query (GtkStyleProperty *
GtkStateFlags state,
GtkStylePropertyContext *context,
GValue *value);
+void _gtk_style_property_assign (GtkStyleProperty *property,
+ GtkStyleProperties *props,
+ GtkStateFlags state,
+ const GValue *value);
G_END_DECLS