changeset 104083:5baa98667482

* dbus.texi (Receiving Method Calls): Describe special return value `:ignore'.
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 27 Jul 2009 10:11:36 +0000
parents ecfad742f68c
children 7be2320fbf28
files doc/misc/dbus.texi
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/misc/dbus.texi	Mon Jul 27 10:02:50 2009 +0000
+++ b/doc/misc/dbus.texi	Mon Jul 27 10:11:36 2009 +0000
@@ -1273,6 +1273,9 @@
 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