[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102319: * dbus.texi (Type Conversion
From: |
Michael Albinus |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102319: * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping. |
Date: |
Wed, 10 Nov 2010 09:41:53 +0100 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102319
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Wed 2010-11-10 09:41:53 +0100
message:
* dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
modified:
doc/misc/ChangeLog
doc/misc/dbus.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog 2010-11-09 22:17:36 +0000
+++ b/doc/misc/ChangeLog 2010-11-10 08:41:53 +0000
@@ -1,3 +1,7 @@
+2010-11-10 Michael Albinus <address@hidden>
+
+ * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
+
2010-11-09 Lars Magne Ingebrigtsen <address@hidden>
* gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
=== modified file 'doc/misc/dbus.texi'
--- a/doc/misc/dbus.texi 2010-08-23 13:48:48 +0000
+++ b/doc/misc/dbus.texi 2010-11-10 08:41:53 +0000
@@ -890,7 +890,8 @@
types are represented by the type symbols @code{:byte},
@code{:boolean}, @code{:int16}, @code{:uint16}, @code{:int32},
@code{:uint32}, @code{:int64}, @code{:uint64}, @code{:double},
address@hidden:string}, @code{:object-path} and @code{:signature}.
address@hidden:string}, @code{:object-path}, @code{:signature} and
address@hidden:unix-fd}.
@noindent
Example:
@@ -1009,6 +1010,7 @@
@item DBUS_TYPE_UINT16 @tab @expansion{} @tab natural number
@item DBUS_TYPE_INT16 @tab @expansion{} @tab integer
@item DBUS_TYPE_UINT32 @tab @expansion{} @tab natural number or float
address@hidden DBUS_TYPE_UNIX_FD @tab @expansion{} @tab natural number or
float
@item DBUS_TYPE_INT32 @tab @expansion{} @tab integer or float
@item DBUS_TYPE_UINT64 @tab @expansion{} @tab natural number or float
@item DBUS_TYPE_INT64 @tab @expansion{} @tab integer or float
@@ -1024,9 +1026,9 @@
@end example
A float object in case of @code{DBUS_TYPE_UINT32},
address@hidden, @code{DBUS_TYPE_UINT64} and
address@hidden is returned, when the C value exceeds the
-Emacs number size range.
address@hidden, @code{DBUS_TYPE_UINT64},
address@hidden and @code{DBUS_TYPE_UNIX_FD} is returned, when
+the C value exceeds the Emacs number size range.
The resulting list of the last 4 D-Bus compound types contains as
elements the elements of the D-Bus container, mapped according to the
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102319: * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.,
Michael Albinus <=