Mercurial > emacs
changeset 93130:83be756929f1
* dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Fri, 21 Mar 2008 20:46:47 +0000 |
parents | 27c6d48ee793 |
children | 076c6e36a4a8 |
files | doc/misc/dbus.texi |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/misc/dbus.texi Fri Mar 21 18:04:42 2008 +0000 +++ b/doc/misc/dbus.texi Fri Mar 21 20:46:47 2008 +0000 @@ -545,6 +545,10 @@ 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: