diff options
author | Robert Staudinger <robsta@gnome.org> | 2009-08-10 18:14:46 +0200 |
---|---|---|
committer | Robert Staudinger <robsta@gnome.org> | 2009-08-10 18:14:46 +0200 |
commit | 6c88fa50f03c3ab8f0d0c9fd1b0a9f6659875457 (patch) | |
tree | cca6d3a90a83c6fcd4627d03b151aa0531f82a91 /ccss-gtk | |
parent | 1cbe0728d9a52a03ec3ee39b3021f017e2f3834f (diff) |
[property] Initialise new "serialize" method in property vtables.
Diffstat (limited to 'ccss-gtk')
-rw-r--r-- | ccss-gtk/ccss-gtk-property.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ccss-gtk/ccss-gtk-property.c b/ccss-gtk/ccss-gtk-property.c index f9ca73e..d6e631e 100644 --- a/ccss-gtk/ccss-gtk-property.c +++ b/ccss-gtk/ccss-gtk-property.c @@ -537,7 +537,8 @@ static ccss_property_class_t const _properties[] = { .destroy = (ccss_property_destroy_f) property_destroy, .convert = (ccss_property_convert_f) property_convert, .factory = property_factory, - .inherit = NULL + .inherit = NULL, + .serialize = NULL }, { .name = NULL } |