diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2010-12-30 José Alburquerque <jaalburqu@svn.gnome.org> + VariantContainerBase::create: Don't use pointers to pass the children. + + * glib/src/variant.{ccg,hg} (VariantContainerBase::create): Don't use + pointers to the variant children to pass the array of variants, but + instead use copies which might be more intuitive for new programmers. + It is not clear whether this method should remain or not. We'll have + to wait for the example to be written. + +2010-12-30 José Alburquerque <jaalburqu@svn.gnome.org> + VariantContainerBase: Add a create() method from an array of variants. * glib/src/variant.{ccg,hg}: (VariantContainerBase::create): Add this |