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
1a27c64e
Commit
1a27c64e
authored
Jan 10, 2011
by
Michael Albinus
Browse files
* net/dbus.el (dbus-register-property): Use `dont-register' keyword.
parent
5b83ba18
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/net/dbus.el
lisp/net/dbus.el
+5
-5
No files found.
lisp/ChangeLog
View file @
1a27c64e
2011-01-10 Michael Albinus <michael.albinus@gmx.de>
* net/dbus.el (dbus-register-property): Use `dont-register' keyword.
2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
* net/dbus.el (dbus-unregister-service): Translate returned
...
...
lisp/net/dbus.el
View file @
1a27c64e
...
...
@@ -922,13 +922,13 @@ clients from discovering the still incomplete interface."
;; Add handlers for the three property-related methods.
(
dbus-register-method
bus
service
path
dbus-interface-properties
"Get"
'dbus-property-handler
t
)
'dbus-property-handler
'dont-register
)
(
dbus-register-method
bus
service
path
dbus-interface-properties
"GetAll"
'dbus-property-handler
t
)
bus
service
path
dbus-interface-properties
"GetAll"
'dbus-property-handler
'dont-register
)
(
dbus-register-method
bus
service
path
dbus-interface-properties
"Set"
'dbus-property-handler
t
)
bus
service
path
dbus-interface-properties
"Set"
'dbus-property-handler
'dont-register
)
;; Register the name SERVICE with BUS.
(
unless
dont-register-service
...
...
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