]> git.eshelyaron.com Git - emacs.git/commit
Add D-Bus tests
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 21 Sep 2020 11:41:30 +0000 (13:41 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 21 Sep 2020 11:41:30 +0000 (13:41 +0200)
commit63f9d9af81a2758bfb3699ce223d9cbf891257d6
treecbc9dd6e1103dc8425ab4dd78ad5e0a6f3b5e749
parent81aed7becfdc66af464e54c90680e9507693bdaf
Add D-Bus tests

* doc/misc/dbus.texi (Type Conversion): Precise basic type values.

* lisp/net/dbus.el (dbus-register-property): Send signal directly.

* src/dbusbind.c (xd_signature): Accept non-nil objects for
DBUS_TYPE_BOOLEAN.

* test/lisp/net/dbus-tests.el (dbus-test01-basic-types)
(dbus-test01-compound-types): New tests.
doc/misc/dbus.texi
lisp/net/dbus.el
src/dbusbind.c
test/lisp/net/dbus-tests.el