From: Michael Albinus Date: Mon, 27 Jul 2009 10:11:47 +0000 (+0000) Subject: * dbus.texi (Receiving Method Calls): Describe special return value X-Git-Tag: emacs-pretest-23.1.90~2012 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42fb7e61464d846d233e00bd6796c6c771d523f6;p=emacs.git * dbus.texi (Receiving Method Calls): Describe special return value `:ignore'. --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 7501648595c..8c38e7f8ee3 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,8 @@ +2009-07-27 Michael Albinus + + * dbus.texi (Receiving Method Calls): Describe special return value + `:ignore'. + 2009-07-24 Alan Mackenzie * cc-mode.texi (Config Basics, File Styles): Document that at mode diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi index f1385f66b34..3eb0076649d 100644 --- a/doc/misc/dbus.texi +++ b/doc/misc/dbus.texi @@ -1273,6 +1273,9 @@ If @var{handler} wants to return just one Lisp object and it is not a cons cell, @var{handler} can return this object directly, instead of returning a list containing the object. +In case @var{handler} shall return a reply message with an empty +argument list, @var{handler} must return the symbol @code{:ignore}. + The default D-Bus timeout when waiting for a message reply is 25 seconds. This value could be even smaller, depending on the calling client. Therefore, @var{handler} shall not last longer than