dbus ChangeLog,1.776,1.777
John Palmieri
johnp at freedesktop.org
Tue May 24 09:30:53 PDT 2005
- Previous message: dbus/python/examples example-signal-emitter.py, 1.4,
1.5 example-signal-recipient.py, 1.4, 1.5
- Next message: dbus/python _dbus.py, 1.4, 1.5 decorators.py, 1.2, 1.3 matchrules.py,
1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv19043
Modified Files:
ChangeLog
Log Message:
* python/decorators.py: add explicitly_pass_message decorator
for passing in the dbus message as keyword for edge case signal
handling
* python/matchrules.py (SignalMatchRule.__repr__): fix output
to conform with what dbus expects for match rules
(SignalMatchRule.execute): add the dbus message as a keyword
if the signal handler has requested it
* python/examples/example/signal-recipient.py: added some more
examples on how to hook up to signals
* python/proxies.py: minor formatting changes
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.776
retrieving revision 1.777
diff -u -d -r1.776 -r1.777
--- ChangeLog 24 May 2005 00:21:07 -0000 1.776
+++ ChangeLog 24 May 2005 16:30:50 -0000 1.777
@@ -1,3 +1,17 @@
+2005-05-24 John (J5) Palmieri <johnp at redhat.com>
+
+ * python/decorators.py: add explicitly_pass_message decorator
+ for passing in the dbus message as keyword for edge case signal
+ handling
+
+ * python/matchrules.py (SignalMatchRule.__repr__): fix output
+ to conform with what dbus expects for match rules
+ (SignalMatchRule.execute): add the dbus message as a keyword
+ if the signal handler has requested it
+
+ * python/examples/example/signal-recipient.py: added some more
+ examples on how to hook up to signals
+
2005-05-23 John (J5) Palmieri <johnp at redhat.com>
* python/decorators.py: import dbus_bindings
- Previous message: dbus/python/examples example-signal-emitter.py, 1.4,
1.5 example-signal-recipient.py, 1.4, 1.5
- Next message: dbus/python _dbus.py, 1.4, 1.5 decorators.py, 1.2, 1.3 matchrules.py,
1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list