diff options
| author | Stefan Monnier | 2010-12-10 19:13:08 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2010-12-10 19:13:08 -0500 |
| commit | 2c302df3a13236bfbf8ea1b771d13618fcda8d71 (patch) | |
| tree | f26dc9f22861dc37610de319d05255de058c221b /doc/misc/dbus.texi | |
| parent | 0c747cb143fa227e78f350ac353d703f489209df (diff) | |
| parent | 175069efeb080517afefdd44a06f7a779ea8c25c (diff) | |
| download | emacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.tar.gz emacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.zip | |
Merge from trunk
Diffstat (limited to 'doc/misc/dbus.texi')
| -rw-r--r-- | doc/misc/dbus.texi | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi index f4f96d55391..6f6a897e6dc 100644 --- a/doc/misc/dbus.texi +++ b/doc/misc/dbus.texi | |||
| @@ -890,7 +890,8 @@ symbol can be preceeded to the corresponding Lisp object. Basic D-Bus | |||
| 890 | types are represented by the type symbols @code{:byte}, | 890 | types are represented by the type symbols @code{:byte}, |
| 891 | @code{:boolean}, @code{:int16}, @code{:uint16}, @code{:int32}, | 891 | @code{:boolean}, @code{:int16}, @code{:uint16}, @code{:int32}, |
| 892 | @code{:uint32}, @code{:int64}, @code{:uint64}, @code{:double}, | 892 | @code{:uint32}, @code{:int64}, @code{:uint64}, @code{:double}, |
| 893 | @code{:string}, @code{:object-path} and @code{:signature}. | 893 | @code{:string}, @code{:object-path}, @code{:signature} and |
| 894 | @code{:unix-fd}. | ||
| 894 | 895 | ||
| 895 | @noindent | 896 | @noindent |
| 896 | Example: | 897 | Example: |
| @@ -1009,6 +1010,7 @@ objects. | |||
| 1009 | @item DBUS_TYPE_UINT16 @tab @expansion{} @tab natural number | 1010 | @item DBUS_TYPE_UINT16 @tab @expansion{} @tab natural number |
| 1010 | @item DBUS_TYPE_INT16 @tab @expansion{} @tab integer | 1011 | @item DBUS_TYPE_INT16 @tab @expansion{} @tab integer |
| 1011 | @item DBUS_TYPE_UINT32 @tab @expansion{} @tab natural number or float | 1012 | @item DBUS_TYPE_UINT32 @tab @expansion{} @tab natural number or float |
| 1013 | @item DBUS_TYPE_UNIX_FD @tab @expansion{} @tab natural number or float | ||
| 1012 | @item DBUS_TYPE_INT32 @tab @expansion{} @tab integer or float | 1014 | @item DBUS_TYPE_INT32 @tab @expansion{} @tab integer or float |
| 1013 | @item DBUS_TYPE_UINT64 @tab @expansion{} @tab natural number or float | 1015 | @item DBUS_TYPE_UINT64 @tab @expansion{} @tab natural number or float |
| 1014 | @item DBUS_TYPE_INT64 @tab @expansion{} @tab integer or float | 1016 | @item DBUS_TYPE_INT64 @tab @expansion{} @tab integer or float |
| @@ -1024,9 +1026,9 @@ objects. | |||
| 1024 | @end example | 1026 | @end example |
| 1025 | 1027 | ||
| 1026 | A float object in case of @code{DBUS_TYPE_UINT32}, | 1028 | A float object in case of @code{DBUS_TYPE_UINT32}, |
| 1027 | @code{DBUS_TYPE_INT32}, @code{DBUS_TYPE_UINT64} and | 1029 | @code{DBUS_TYPE_INT32}, @code{DBUS_TYPE_UINT64}, |
| 1028 | @code{DBUS_TYPE_INT6432} is returned, when the C value exceeds the | 1030 | @code{DBUS_TYPE_INT64} and @code{DBUS_TYPE_UNIX_FD} is returned, when |
| 1029 | Emacs number size range. | 1031 | the C value exceeds the Emacs number size range. |
| 1030 | 1032 | ||
| 1031 | The resulting list of the last 4 D-Bus compound types contains as | 1033 | The resulting list of the last 4 D-Bus compound types contains as |
| 1032 | elements the elements of the D-Bus container, mapped according to the | 1034 | elements the elements of the D-Bus container, mapped according to the |