summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45f407ff..737cbb7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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