Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6bee44d6
Commit
6bee44d6
authored
Feb 02, 2012
by
Michael Albinus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dbusbind.c (Fdbus_register_method): Mention the return value
:ignore in the docstring.
parent
9f6e692e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
src/ChangeLog
src/ChangeLog
+5
-0
src/dbusbind.c
src/dbusbind.c
+7
-4
No files found.
src/ChangeLog
View file @
6bee44d6
2012-02-02 Michael Albinus <michael.albinus@gmx.de>
* dbusbind.c (Fdbus_register_method): Mention the return value
:ignore in the docstring.
2012-02-02 Glenn Morris <rgm@gnu.org>
* callproc.c (Fcall_process, Fcall_process_region): Doc fix.
...
...
src/dbusbind.c
View file @
6bee44d6
...
...
@@ -2162,10 +2162,13 @@ DONT-REGISTER-SERVICE below).
PATH is the D-Bus object path SERVICE is registered (See discussion of
DONT-REGISTER-SERVICE below). INTERFACE is the interface offered by
SERVICE. It must provide METHOD. HANDLER is a Lisp function to be
called when a method call is received. It must accept the input
arguments of METHOD. The return value of HANDLER is used for
composing the returning D-Bus message.
SERVICE. It must provide METHOD.
HANDLER is a Lisp function to be called when a method call is
received. It must accept the input arguments of METHOD. The return
value of HANDLER is used for composing the returning D-Bus message.
In case HANDLER shall return a reply message with an empty argument
list, HANDLER must return the symbol `:ignore'.
When DONT-REGISTER-SERVICE is non-nil, the known name SERVICE is not
registered. This means that other D-Bus clients have no way of
...
...
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