diff options
author | Havoc Pennington <hp@redhat.com> | 2003-03-14 05:17:19 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-03-14 05:17:19 +0000 |
commit | f468907fb09e8198c4cce7e8f2ddeae8b5476b9e (patch) | |
tree | d32279fabd95573712f11343282ee698d347392c /dbus/dbus-server.c | |
parent | 3bea935316ff048e68dea6a26c2e8e9fd314477f (diff) |
2003-03-14 Havoc Pennington <hp@pobox.com>
* bus/loop.c (bus_loop_iterate): add this so we can "run loop
until no work remains" in test code. (the large diff here
is just code movement, no actual changes)
* dbus/dbus-server-debug.c (DEFAULT_INTERVAL): change interval to
1, no point waiting around for test code.
(_dbus_server_debug_accept_transport): unref the timeout
after adding it (right?)
* dbus/dbus-transport-debug.c (DEFAULT_INTERVAL): ditto
Diffstat (limited to 'dbus/dbus-server.c')
-rw-r--r-- | dbus/dbus-server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-server.c b/dbus/dbus-server.c index 99a5a2af..cfcc0dd5 100644 --- a/dbus/dbus-server.c +++ b/dbus/dbus-server.c @@ -146,7 +146,7 @@ _dbus_server_remove_watch (DBusServer *server, /** * Adds a timeout for this server, chaining out to application-provided - * timeout handlers. + * timeout handlers. The timeout will fire only one time. * * @param server the server. * @param timeout the timeout to add. |