diff options
author | Benjamin Otte <otte@redhat.com> | 2011-12-31 19:03:53 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-01-09 18:37:52 +0100 |
commit | edb8bf4b1d9506770f67fc82ce0113ea54a8af1b (patch) | |
tree | 05f72cb50744555dfb8b80b0f94c47787c0176d4 /gtk/gtkstylepropertyprivate.h | |
parent | c9dc9d5a88e21c31a4608144fe22be25e31ba078 (diff) | |
download | gtk+-edb8bf4b1d9506770f67fc82ce0113ea54a8af1b.tar.gz |
styleproperty: Add gtk_style_property_assign()
Diffstat (limited to 'gtk/gtkstylepropertyprivate.h')
-rw-r--r-- | gtk/gtkstylepropertyprivate.h | 4 |
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 |