# HG changeset patch # User Michael Albinus # Date 1227730430 0 # Node ID cd82ae256e46d5c9b52a79c776764cff9e699872 # Parent df75ffc11cacec0b466ef36390455348f62b3f9b * dbus.texi (Receiving Method Calls): Precise return values of `dbus-register-method'. diff -r df75ffc11cac -r cd82ae256e46 doc/misc/dbus.texi --- a/doc/misc/dbus.texi Wed Nov 26 16:11:58 2008 +0000 +++ b/doc/misc/dbus.texi Wed Nov 26 20:13:50 2008 +0000 @@ -1259,6 +1259,9 @@ 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}. +If only one Lisp object is returned, and this object is not a consp, +then @var{handler} can return this object directly, instead of of list +of this object. The default D-Bus timeout when waiting for a message reply is 25 seconds. This value could be even smaller, depending on the calling