]> git.eshelyaron.com Git - emacs.git/commit
D-Bus: Implement other compound types of properties
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 11 Sep 2020 13:34:33 +0000 (15:34 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 11 Sep 2020 13:34:33 +0000 (15:34 +0200)
commitdbd8994e0daafc12153765315acefc3269b55b97
tree8fab1185bd2c3539943165d7c06a98892d0057a3
parent2862f6b2bf92c9469132283fd9d2abb72c1ae45e
D-Bus: Implement other compound types of properties

* doc/misc/dbus.texi (Errors and Events):
* etc/NEWS: Mention dbus-show-dbus-errors.

* lisp/net/dbus.el (dbus-compound-types): New defconst.
(dbus): New defgroup.
(dbus-show-dbus-errors): New defcustom.
(dbus-ignore-errors): Use it.
(dbus-set-property): Simplify.
(dbus-property-handler): Implement other compound types of properties.

* test/lisp/net/dbus-tests.el (dbus--test-register-service)
(dbus-test05-register-property): Extend tests.
doc/misc/dbus.texi
etc/NEWS
lisp/net/dbus.el
test/lisp/net/dbus-tests.el