summaryrefslogtreecommitdiff
path: root/doc/xml-xcb.txt
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2013-11-28 01:52:13 +0200
committerDaniel Martin <consume.noise@gmail.com>2014-07-20 21:42:56 +0200
commitd10037321e8305046cc11af9c208319375cc22f4 (patch)
tree962b3cc58bf890d0accaacb3591df56b6c9ebacf /doc/xml-xcb.txt
parenta66356e0d97e18f567a1fcc14e037fa190916463 (diff)
Add <fd> to xml-xcb.txt
Signed-off-by: Ran Benita <ran234@gmail.com> Reviewed-by: Daniel Martin <consume.noise@gmail.com>
Diffstat (limited to 'doc/xml-xcb.txt')
-rw-r--r--doc/xml-xcb.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/xml-xcb.txt b/doc/xml-xcb.txt
index 7311911..97ce5bf 100644
--- a/doc/xml-xcb.txt
+++ b/doc/xml-xcb.txt
@@ -201,6 +201,14 @@ enum; the value is restricted to one of the constants named in the enum.
declares the data type of the field, and the name attribute gives the name
of the field.
+<fd name="identifier" />
+
+ This element represents a file descriptor field passed with the request. The
+ name attribute gives the name of the field.
+
+ While ordinary fields are encoded as part of the request, file descriptor
+ fields are generally passed via an out-of-band mechanism.
+
<list type="identifier" name="identifier">expression</list>
This element represents an array or list of fields in a data structure. The