dbus._dbus, dbus.proxies: Raise RuntimeError when user tries to do async calls or...
commit280061c0e03fb59f1eabf950fa4ab0716b4b7a39
authorSimon McVittie <smcv@celebrin.pseudorandom.co.uk>
Wed, 15 Nov 2006 19:26:56 +0000 (15 19:26 +0000)
committerSimon McVittie <smcv@celebrin.pseudorandom.co.uk>
Wed, 15 Nov 2006 19:26:56 +0000 (15 19:26 +0000)
treeeb4209dde60fc1b4f92c418472b58b394bb539aa
parent48a87921075edbe3b94cdd1ddfef90b8f6e3a152
dbus._dbus, dbus.proxies: Raise RuntimeError when user tries to do async calls or receive signals without a main loop
This makes the Connection base class useless, but should let people know
that they need to use dbus.glib for async functionality. I do intend to
replace the mainloop integration so GLib isn't the only option.
dbus/_dbus.py
dbus/proxies.py