1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00
emacs/doc
Michael Albinus 92f342f38d D-Bus: keep type information in D-Bus events
* doc/misc/dbus.texi (Errors and Events):
* etc/NEWS: D-Bus events keep the type information of their arguments.

* lisp/net/dbus.el (dbus-check-event): Fix docstring.
(dbus-delete-types, dbus-flatten-types): New defuns.
(dbus-handle-event, dbus-register-property, dbus-property-handler):
Handle type information.
(dbus-set-property): Fix thinko.

* src/dbusbind.c (XD_BASIC_DBUS_TYPE): Simplify.
(xd_dbus_type_to_symbol): New function.
(xd_retrieve_arg): Return type information for the arguments.
(xd_read_message_1):  Return type information for the error name.
(dbus-registered-objects-table): Fix docstring.
2020-09-16 14:32:57 +02:00
..
emacs Document use of uniquify-buffer-name-style as a function. 2020-09-15 16:12:54 +02:00
lispintro Merge from origin/emacs-27 2020-08-31 10:45:54 -07:00
lispref ; Fix grammar of previous commit 2020-09-15 17:39:24 +02:00
man Fix syntax error in man page. 2020-04-05 10:19:31 +02:00
misc D-Bus: keep type information in D-Bus events 2020-09-16 14:32:57 +02:00