diff options
Diffstat (limited to 'dbus/dbus-server.c')
| -rw-r--r-- | dbus/dbus-server.c | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/dbus/dbus-server.c b/dbus/dbus-server.c index cfcc0dd5..a5e5e2b7 100644 --- a/dbus/dbus-server.c +++ b/dbus/dbus-server.c @@ -145,8 +145,10 @@ _dbus_server_remove_watch  (DBusServer *server,  }  /** - * Adds a timeout for this server, chaining out to application-provided - * timeout handlers. The timeout will fire only one time. + * Adds a timeout for this server, chaining out to + * application-provided timeout handlers. The timeout should be + * repeatedly handled with dbus_timeout_handle() at its given interval + * until it is removed.   *   * @param server the server.   * @param timeout the timeout to add. | 
