On Wed, 2005-05-25 at 09:04 -0400, Daniel B. Faken wrote: > The app can then call dbus_connection_read_write_dispatch() or > dbus_connection_dispatch() and check the pointer afterwards to see > if it got a message. Why don't you just use dbus_connection_pop_message() and avoid calling dispatch() at all? Havoc