diff options
| author | Michael Albinus | 2007-12-19 22:50:22 +0000 |
|---|---|---|
| committer | Michael Albinus | 2007-12-19 22:50:22 +0000 |
| commit | 54371585f73e169cd80782592b87d91d4d6bfbfd (patch) | |
| tree | 4830aecd0806336bd2fdedfcfe4cde67636be008 /src/ChangeLog | |
| parent | d57d5a78ba4f2625e86893d2a86e41e53879a581 (diff) | |
| download | emacs-54371585f73e169cd80782592b87d91d4d6bfbfd.tar.gz emacs-54371585f73e169cd80782592b87d91d4d6bfbfd.zip | |
* dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
(QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
(QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
(QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
(QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
(QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type
symbols.
(XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
(XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
(xd_retrieve_value): Removed. Functionality included in ...
(xd_append_arg): New function.
(Fdbus_call_method, Fdbus_send_signal): Apply it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 57d548a315c..85fb6b357c2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2007-12-19 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean) | ||
| 4 | (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32) | ||
| 5 | (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64) | ||
| 6 | (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path) | ||
| 7 | (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant) | ||
| 8 | (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type | ||
| 9 | symbols. | ||
| 10 | (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro. | ||
| 11 | (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types. | ||
| 12 | (xd_retrieve_value): Removed. Functionality included in ... | ||
| 13 | (xd_append_arg): New function. | ||
| 14 | (Fdbus_call_method, Fdbus_send_signal): Apply it. | ||
| 15 | |||
| 1 | 2007-12-16 Michael Albinus <michael.albinus@gmx.de> | 16 | 2007-12-16 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 17 | ||
| 3 | * dbusbind.c (top): Include <stdio.h>. | 18 | * dbusbind.c (top): Include <stdio.h>. |