]> git.eshelyaron.com Git - emacs.git/commit
Document D-Bus monitoring
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 27 Sep 2020 16:59:04 +0000 (18:59 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 27 Sep 2020 16:59:04 +0000 (18:59 +0200)
commit4155ca273ade47bc7e19fe4af1f41c4e764a59ba
tree27cb915a5768177b297966f083718d2c76b1a58d
parentf2a6bbefa919c0fcde66c0a8fb54aa5fb499de65
Document D-Bus monitoring

* doc/misc/dbus.texi: Replace "symbol" by "keyword" where appropriate.
(Alternative Buses): Adapt dbus-init-bus description.
(Errors and Events): Adapt dbus-event structure.  New defuns
dbus-event-destination-name, dbus-event-handler and dbus-event-arguments.
(Monitoring Events): New node.

* lisp/net/dbus.el: Replace "symbol" by "keyword" where appropriate.
(cl-lib): Require.
(dbus-register-monitor): Adapt the argument list.
(dbus-monitor-handler): Extend.
(dbus-init-bus): Adapt docstring.

* test/lisp/net/dbus-tests.el (dbus-test01-compound-types):
Skip if needed.  Extend test.
doc/misc/dbus.texi
lisp/net/dbus.el
test/lisp/net/dbus-tests.el