# HG changeset patch # User Michael Albinus # Date 1206132407 0 # Node ID 83be756929f1521fafe998c708f2b2684133bfa8 # Parent 27c6d48ee793358fa434da7ede710f2bae33fcbc * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout. diff -r 27c6d48ee793 -r 83be756929f1 doc/misc/dbus.texi --- 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: