summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2013-04-25 00:44:04 -0400
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2013-04-25 00:44:04 -0400
commitc99706f217ebad78f17f8f5b9067cd8e4ab4831f (patch)
treebb6cfe463bc8c000fff5c03121f15614aa2d639f /ChangeLog
parenta88d2341144533ac698432b48f85b72642c0362e (diff)
downloadglibmm-c99706f217ebad78f17f8f5b9067cd8e4ab4831f.tar.gz
Interface: Add a comment about overriding properties in constructor.
* glib/glibmm/interface.cc (Interface(onst Interface_Class&)): Explain what is happening with the lines that override the properties of the implemented interface, if any, for a custom type.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0888ff6c..61e3d076 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2013-04-25 José Alburquerque <jaalburquerque@gmail.com>
+ Interface: Add a comment about overriding properties in constructor.
+
+ * glib/glibmm/interface.cc (Interface(onst Interface_Class&)): Explain
+ what is happening with the lines that override the properties of the
+ implemented interface, if any, for a custom type.
+
+2013-04-25 José Alburquerque <jaalburquerque@gmail.com>
+
Settings: Wrap the properties.
* gio/src/settings.hg: