2003-09-26 Seth Nickell <seth@gnome.org>
authorSeth Nickell <seth@gnome.org>
Fri, 26 Sep 2003 10:27:59 +0000 (10:27 +0000)
committerSeth Nickell <seth@gnome.org>
Fri, 26 Sep 2003 10:27:59 +0000 (10:27 +0000)
commitc5cf3857b114d0008a6d8191abf389064b5a66fc
treee89751f02010ba858424769d2cb9f501ea51099c
parent9f2ff915a181585ddeaca079a7cfe057d10a3aed
2003-09-26  Seth Nickell  <seth@gnome.org>

* python/dbus.py:
* python/examples/example-signals.py:

Start implementing some notions of signals. The API
is really terrible, but they sort of work (with the
exception of being able to filter by service, and to
transmit signals *as* a particular service). Need to
figure out how to make messages come from the service
we registered :-(

* python/dbus_bindings.pyx.in:

Removed duplicate message_handler callbacks.
ChangeLog
python/dbus.py
python/dbus_bindings.pyx.in
python/examples/example-signals.py [new file with mode: 0644]