]> git.eshelyaron.com Git - emacs.git/commit
More strict D-Bus type checking
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 29 Sep 2020 17:43:02 +0000 (19:43 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 29 Sep 2020 17:43:02 +0000 (19:43 +0200)
commit7e45ed3a9674e9f436c337bed647ce9f60939ee0
tree60c51def12fcbce14fb69e5f0cf2454d5356c9fd
parent7f2c35d02874129723cc5e89d54cc3ab5bf07a31
More strict D-Bus type checking

* lisp/net/dbus.el (dbus-register-monitor): Register proper key.
(dbus-monitor-handler): Adapt docstring.  Use grave text-quoting-style.

* src/dbusbind.c (xd_signature, xd_append_arg): More strict tests.
(syms_of_dbusbind): Adapt docstring.

* test/lisp/net/dbus-tests.el (dbus-test01-basic-types): Extend test.
lisp/net/dbus.el
src/dbusbind.c
test/lisp/net/dbus-tests.el