summaryrefslogtreecommitdiff
path: root/extensions/all.xml
diff options
context:
space:
mode:
authorAlban Crequy <alban.crequy@collabora.co.uk>2008-09-24 15:24:58 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-02-03 13:28:26 +0000
commit6fe717a264c5270abe9bd37eec90a6024034c389 (patch)
tree48b077480d36415f2e494b1141a0c3145fc790ec /extensions/all.xml
parent18cfbf89af680711c926c25c8039ef53f9d8f3b5 (diff)
downloadtelepathy-salut-6fe717a264c5270abe9bd37eec90a6024034c389.tar.gz
Add the new tube D-Bus API in extensions.
Diffstat (limited to 'extensions/all.xml')
-rw-r--r--extensions/all.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/extensions/all.xml b/extensions/all.xml
index 8a54e2c2..9e9ad6d5 100644
--- a/extensions/all.xml
+++ b/extensions/all.xml
@@ -25,6 +25,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA</p>
<xi:include href="channel.xml"/>
<xi:include href="connection.xml"/>
+<xi:include href="Channel_Type_Stream_Tube.xml"/>
+<xi:include href="Channel_Type_DBus_Tube.xml"/>
+<xi:include href="Channel_Interface_Tube.xml"/>
+
<tp:generic-types>
<tp:external-type name="Contact_Handle" type="u"
from="Telepathy specification"/>
@@ -38,9 +42,17 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA</p>
from="Telepathy specification"/>
<tp:external-type name="Qualified_Property_Value_Map" type="a{sv}"
from="Telepathy specification"/>
+ <tp:external-type name="String_Variant_Map" type="a{sv}"
+ from="Telepathy specification"/>
+
+ <!-- use types from Channel_Type_Tubes -->
+ <tp:external-type name="Socket_Address_Type" type="u"
+ from="Telepathy specification"/>
+ <tp:external-type name="Socket_Access_Control" type="u"
+ from="Telepathy specification"/>
<tp:external-type name="Supported_Socket_Map" type="a{uau}"
from="Telepathy specification"/>
- <tp:external-type name="Unix_Timestamp64" type="t"
+ <tp:external-type name="DBus_Tube_Member" type="(us)"
from="Telepathy specification"/>
</tp:generic-types>