emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/misc dbus.texi


From: Michael Albinus
Subject: [Emacs-diffs] emacs/doc/misc dbus.texi
Date: Mon, 27 Jul 2009 10:11:36 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       09/07/27 10:11:36

Modified files:
        doc/misc       : dbus.texi 

Log message:
        * dbus.texi (Receiving Method Calls): Describe special return value
        `:ignore'.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/misc/dbus.texi?cvsroot=emacs&r1=1.33&r2=1.34

Patches:
Index: dbus.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/misc/dbus.texi,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- dbus.texi   1 Jul 2009 15:15:52 -0000       1.33
+++ dbus.texi   27 Jul 2009 10:11:36 -0000      1.34
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]