]> git.eshelyaron.com Git - emacs.git/commit
Implement D-Bus properties with compound type.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 10 Sep 2020 16:49:22 +0000 (18:49 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 10 Sep 2020 16:49:22 +0000 (18:49 +0200)
commitbe5047c0d2a3696f8cbd0e36987ef78ded6df09b
treebd34e941ae20482abce21138437ed46e20cc37c5
parent70a8d06fe125f66266d66ece2a428c01f1d9b4e1
Implement D-Bus properties with compound type.

* lisp/net/dbus.el (dbus-set-property): Fix thinko.
(dbus-register-property, dbus-property-handler): Support compound
properties.

* src/dbusbind.c (dbus-registered-objects-table): Fix docstring.

* test/lisp/net/dbus-tests.el (dbus--test-interface): Make it
different to `dbus--test-service'.
(dbus-test05-register-property)
(dbus-test05-register-property-several-paths): Adapt tests.
lisp/net/dbus.el
src/dbusbind.c
test/lisp/net/dbus-tests.el