summaryrefslogtreecommitdiff
path: root/docs/tubes.xml
diff options
context:
space:
mode:
authorAlban Crequy <alban.crequy@collabora.co.uk>2008-08-15 19:43:43 +0100
committerAlban Crequy <alban.crequy@collabora.co.uk>2008-08-15 19:43:43 +0100
commita2304d6f8664a4dec48330ffcd184303b445faf8 (patch)
tree3f0bc234dd841ecdaca1e22a553cd5ccc8916951 /docs/tubes.xml
parent8446850029110327be1aa428e393ce238816db08 (diff)
downloadtelepathy-gabble-a2304d6f8664a4dec48330ffcd184303b445faf8.tar.gz
D-Bus signature for INT16 is 'n', not 'h'
Diffstat (limited to 'docs/tubes.xml')
-rw-r--r--docs/tubes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tubes.xml b/docs/tubes.xml
index 99d069fdf..cf12eeab3 100644
--- a/docs/tubes.xml
+++ b/docs/tubes.xml
@@ -741,7 +741,7 @@
decimal integer. This corresponds to xs:unsignedInt in XML
Schema Part 2.</li>
<li>"int": A signed integer representable in 32 bits using two's
- complement. The corresponding D-Bus signature is 'i' or 'h' on input,
+ complement. The corresponding D-Bus signature is 'i' or 'n' on input,
'i' on output, and the element's character content is an ASCII
decimal integer, possibly starting with '-' or '+'. This corresponds
to xs:int in XML Schema Part 2.</li>