aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbusbind.c
diff options
context:
space:
mode:
authorJoakim Verona2012-02-05 14:40:28 +0100
committerJoakim Verona2012-02-05 14:40:28 +0100
commit8c5c7f5afa968d06efb6788cf680d5463c389d85 (patch)
treea70876b87a7dbdcb936524880492f8fdc661fab0 /src/dbusbind.c
parentfbdce5fed745bc78911980466d9374d1101487fc (diff)
parent1ff980ae49715eb372acff8a193e36497a7665c4 (diff)
downloademacs-8c5c7f5afa968d06efb6788cf680d5463c389d85.tar.gz
emacs-8c5c7f5afa968d06efb6788cf680d5463c389d85.zip
ustream
Diffstat (limited to 'src/dbusbind.c')
-rw-r--r--src/dbusbind.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c
index c89867fbae6..ad1a3f3cbe8 100644
--- a/src/dbusbind.c
+++ b/src/dbusbind.c
@@ -2162,10 +2162,13 @@ DONT-REGISTER-SERVICE below).
2162 2162
2163PATH is the D-Bus object path SERVICE is registered (See discussion of 2163PATH is the D-Bus object path SERVICE is registered (See discussion of
2164DONT-REGISTER-SERVICE below). INTERFACE is the interface offered by 2164DONT-REGISTER-SERVICE below). INTERFACE is the interface offered by
2165SERVICE. It must provide METHOD. HANDLER is a Lisp function to be 2165SERVICE. It must provide METHOD.
2166called when a method call is received. It must accept the input 2166
2167arguments of METHOD. The return value of HANDLER is used for 2167HANDLER is a Lisp function to be called when a method call is
2168composing the returning D-Bus message. 2168received. It must accept the input arguments of METHOD. The return
2169value of HANDLER is used for composing the returning D-Bus message.
2170In case HANDLER shall return a reply message with an empty argument
2171list, HANDLER must return the symbol `:ignore'.
2169 2172
2170When DONT-REGISTER-SERVICE is non-nil, the known name SERVICE is not 2173When DONT-REGISTER-SERVICE is non-nil, the known name SERVICE is not
2171registered. This means that other D-Bus clients have no way of 2174registered. This means that other D-Bus clients have no way of