_dbus_bindings/mainloop.c: Remove Watch and Timeout.
commit66ebaa801a13be7403e6ec47de1f322ccf310346
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 31 Jul 2007 12:01:04 +0000 (31 13:01 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 31 Jul 2007 12:01:04 +0000 (31 13:01 +0100)
tree1dbfc53f170639887e9f3caa21ba4079b75020fa
parent4856b6c485c430ac15d4a634b6958d5f6af89dfa
_dbus_bindings/mainloop.c: Remove Watch and Timeout.

They were never used, and didn't make a great deal of sense. I now believe the
right direction for pure-Python mainloop support is to define a Pythonic main
loop abstraction and coerce libdbus to fit into it, rather than pretending
the objects in libdbus' abstraction are Python objects.
_dbus_bindings/mainloop.c