Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7b66ce51
Commit
7b66ce51
authored
Nov 26, 2008
by
Michael Albinus
Browse files
* dbus.texi (Receiving Method Calls): Precise return values of
`dbus-register-method'.
parent
2674569b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
doc/misc/ChangeLog
doc/misc/ChangeLog
+1
-1
doc/misc/dbus.texi
doc/misc/dbus.texi
+3
-0
No files found.
doc/misc/ChangeLog
View file @
7b66ce51
...
...
@@ -4,7 +4,7 @@
`dbus-escape-as-identifier', `dbus-byte-array-to-string' and
`dbus-unescape-from-identifier'.
(Receiving Method Calls): New constants `dbus-service-emacs' and
`dbus-path-emacs'.
`dbus-path-emacs'.
Precise return values of `dbus-register-method'.
(Signals): Use the constants in the example.
2008-11-24 Carsten Dominik <dominik@science.uva.nl>
...
...
doc/misc/dbus.texi
View file @
7b66ce51
...
...
@@ -1259,6 +1259,9 @@ 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.
The default D-Bus timeout when waiting for a message reply is 25
seconds. This value could be even smaller, depending on the calling
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment