* dbus/dbus-connection.c (_dbus_connection_peer_filter): New method
authorJohn (J5) Palmieri <johnp@redhat.com>
Wed, 15 Jun 2005 16:20:28 +0000 (16:20 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Wed, 15 Jun 2005 16:20:28 +0000 (16:20 +0000)
commit6043a0be440c916d6e78463c7e850d9b172b8d6f
tree8ffe58e4939533b08108ddb3928d6bfe873362ed
parenta93f9c04acedc37277ef60dc7225464b8b62f0ee
    * dbus/dbus-connection.c (_dbus_connection_peer_filter): New method
        (_dbus_connection_run_builtin_filters): New method
        (dbus_connection_dispatch): Run the builtin filters which in turn
        runs the peer filter which handles Ping messages.

        * doc/TODO:
         - Ping isn't handled: This patch fixes it

         - Add a test case for the Ping message: added TODO item
ChangeLog
dbus/dbus-connection.c
doc/TODO