summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-04-02 15:35:21 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-04-02 15:35:21 +0200
commit4b9ebee2b336928bd4c8cef30d7aab39bcc6d8b9 (patch)
tree5141ba898ce72615351cedfcc27c17f84314754a /ChangeLog
parent15288eecbacb6aa545886eeb3d5a34c62441fcc2 (diff)
downloadglibmm-4b9ebee2b336928bd4c8cef30d7aab39bcc6d8b9.tar.gz
Slight cleanup to D-Bus example code.
* examples/dbus/server.cc: * examples/dbus/session_bus_service.cc: Remove code to handle the now non-existant GetStdOut D-Bus method. That code was left over from an earlier version of an example.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c317fd22..f9afb20b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2011-04-02 Murray Cumming <murrayc@murrayc.com>
+ Slight cleanup to D-Bus example code.
+
+ * examples/dbus/server.cc:
+ * examples/dbus/session_bus_service.cc: Remove code to handle the now
+ non-existant GetStdOut D-Bus method. That code was left over from an earlier
+ version of an example.
+
+2011-04-02 Murray Cumming <murrayc@murrayc.com>
+
Gio::DBus::NodeInfo::lookup_interface(): Add a method overload with no name.
* gio/src/dbusintrospection.[hg|ccg]: Add a lookup_interface() method overload