summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburquerque@gmail.com>2013-06-06 11:16:10 -0400
committerJosé Alburquerque <jaalburquerque@gmail.com>2013-06-06 11:16:10 -0400
commitd424a09781e2167d833a7d682a9cf58df644c88c (patch)
tree0f9d3146677badf0172723b157a854e802fa6d3d /ChangeLog
parent8e3da2e4d6eb6a201e4874fef6139307e092a162 (diff)
downloadglibmm-d424a09781e2167d833a7d682a9cf58df644c88c.tar.gz
Gio::DBusInterfaceSkeleton: Constant corrections.
* gio/src/dbusinterfaceskeleton.hg (get_info): Add a const get_info() method returning a constant InterfaceInfo and make the original one non-constant. (has_connection): Accept the Connection as constant because it should not be modified. * tools/m4/convert_gio.m4: Add a needed conversion.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 85e6ff13..589ebca7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2013-06-06 José Alburquerque <jaalburquerque@gmail.com>
+
+ Gio::DBusInterfaceSkeleton: Constant corrections.
+
+ * gio/src/dbusinterfaceskeleton.hg (get_info): Add a const get_info()
+ method returning a constant InterfaceInfo and make the original one
+ non-constant.
+ (has_connection): Accept the Connection as constant because it should
+ not be modified.
+ * tools/m4/convert_gio.m4: Add a needed conversion.
+
2013-06-05 José Alburquerque <jaalburquerque@gmail.com>
giomm: Add the Gio::DBus::InterfaceSkeleton class.