Accept keyword argument introspect=False to Bus.get_object(),
commit336cfd395976627b9c758a48f7ec7db275963bc9
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 9 Jan 2007 13:03:27 +0000 (9 13:03 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 9 Jan 2007 13:03:27 +0000 (9 13:03 +0000)
treefae983d9cd620d2cf7b19f45a08d02f399099594
parent88011f8e449d92959f83e304d8b6b2db44ec02bc
Accept keyword argument introspect=False to Bus.get_object(),
Bus.get_object_by_unique_name() to suppress introspection - off by
default, but necessary to work around broken service implementations
which fail to reply to introspection.
Thanks to Ulisses Furquim <ulissesf at gmail.com> for the patch.
dbus/_dbus.py