From 3e77824dff9ea3e903f92b6d290a9ca87ae28b84 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Mon, 1 Dec 2003 20:49:53 +0000 Subject: 2003-12-01 David Zeuthen * python/dbus.py: Add the actual message when calling the reciever of a signal such that parameters can be inspected. Add the method remove_signal_receiver --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e75e88b2..08af5331 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-12-01 David Zeuthen + + * python/dbus.py: Add the actual message when calling the reciever + of a signal such that parameters can be inspected. Add the method + remove_signal_receiver + 2003-11-26 Mikael Hallendal * bus/*.[ch]: -- cgit