* dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
This commit is contained in:
parent
12aeeb576a
commit
4a7c4c40fb
2 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2008-03-21 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
|
||||
|
||||
2008-03-17 Bill Wohler <wohler@newt.com>
|
||||
|
||||
* mh-e.texi (Viewing): Update URL for adding header fields to
|
||||
|
|
|
|||
|
|
@ -545,6 +545,10 @@ of @var{method}. @var{handler} must return a list, which elements are
|
|||
used as arguments for the reply message of @var{method}. This list
|
||||
can be composed like the input parameters in @ref{Type Conversion}.
|
||||
|
||||
The default D-Bus timeout when waiting for a message reply is 25
|
||||
seconds. Therefore, @var{handler} shall not last longer than
|
||||
absolutely necessary.
|
||||
|
||||
@code{dbus-register-method} returns a Lisp symbol, which can be used
|
||||
as argument in @code{dbus-unregister-object} for removing the
|
||||
registration for @var{method}. Example:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue