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: Richard M. Stallman
Subject: [Emacs-diffs] emacs/doc/misc dbus.texi
Date: Fri, 28 Nov 2008 14:47:54 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       08/11/28 14:47:54

Modified files:
        doc/misc       : dbus.texi 

Log message:
        (Receiving Method Calls): Clean up previous change.

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

Patches:
Index: dbus.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/misc/dbus.texi,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- dbus.texi   26 Nov 2008 20:13:50 -0000      1.26
+++ dbus.texi   28 Nov 2008 14:47:54 -0000      1.27
@@ -1254,14 +1254,16 @@
 @var{interface} is the interface offered by @var{service}.  It must
 provide @var{method}.
 
address@hidden is a Lisp function to be called when when a @var{method}
-call is is received.  It must accept as arguments the input arguments
-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.
address@hidden is a Lisp function to be called when a @var{method} call
+is received.  It must accept as arguments the input arguments of
address@hidden  @var{handler} should return a list, whose elements are
+to be used as arguments for the reply message of @var{method}.  This
+list can be composed like the input parameters in @ref{Type
+Conversion}.
+
+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.
 
 The default D-Bus timeout when waiting for a message reply is 25
 seconds.  This value could be even smaller, depending on the calling




reply via email to

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