* dbus/dbus-connection.c (dbus_connection_read_write): Add new
authorJohn (J5) Palmieri <johnp@redhat.com>
Wed, 30 Nov 2005 20:30:02 +0000 (20:30 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Wed, 30 Nov 2005 20:30:02 +0000 (20:30 +0000)
commit263d1dfdd40b87f62648c4c5c50e8a6472fd5322
treed11ab5f717ed29e3cf96efaf528d8e0e5f5ae12d
parent982592992055de23aa7fee61a72d7c71228c1469
* dbus/dbus-connection.c (dbus_connection_read_write): Add new
  method for getting messages off the bus in the absence of a
  mainloop.  This method is much like
  dbus_connection_read_write_dispatch except it does not dispatch
  the messages to a registered filter function.  Instead it
  allows a developer to process messages by directly popping
  them off the bus.
ChangeLog
dbus/dbus-connection.c
dbus/dbus-connection.h