diff options
author | Benjamin Otte <otte@redhat.com> | 2011-05-31 12:20:47 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-06-02 02:03:52 +0200 |
commit | 4feddc6190f36b8968a94d0b5a0c71a1d5b76e88 (patch) | |
tree | 0f2c20b5d47e398f5527f0124368a08db5a35bb3 /gtk/gtkstyleproperties.c | |
parent | d59081310bfc4489efbc399bc9418ea2a64cfdac (diff) | |
download | gtk+-4feddc6190f36b8968a94d0b5a0c71a1d5b76e88.tar.gz |
styleproperty: Add flags
This allows to set a bunch of specific features, like inheritance in
here, without having to molest the psec.
Diffstat (limited to 'gtk/gtkstyleproperties.c')
-rw-r--r-- | gtk/gtkstyleproperties.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkstyleproperties.c b/gtk/gtkstyleproperties.c index dfe7915427..4f9a4bb112 100644 --- a/gtk/gtkstyleproperties.c +++ b/gtk/gtkstyleproperties.c @@ -312,6 +312,7 @@ gtk_style_properties_register_property (GtkStylePropertyParser parse_func, g_return_if_fail (G_IS_PARAM_SPEC (pspec)); _gtk_style_property_register (pspec, + 0, parse_func, NULL, NULL, |