Comment #9 on issue 1452 by [email protected]: [PATCH] Add ibus_bus_new_async to asynchronously connect to dbus
http://code.google.com/p/ibus/issues/detail?id=1452
Sorry about that. It still works if you call IBus.Bus.new() directly, but not just IBus.Bus() (at least in python). My thought is to move the connecting to the constructor and add a property "connect-async" to determine which method we should use. I have created a code review:
https://codereview.appspot.com/6210055 It still passes all the tests and now works with my simple python test: from gi.repository import IBus bus = IBus.Bus() print bus.is_connected() -- You received this message because you are subscribed to the Google Groups "ibus-devel" group. iBus project web page: http://code.google.com/p/ibus/ iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
