summaryrefslogtreecommitdiff
path: root/spec/Channel_Interface_Media_Signalling.xml
diff options
context:
space:
mode:
author <tobias.hunger@basyskom.de>2008-02-20 15:22:45 +0000
committer <tobias.hunger@basyskom.de>2008-02-20 15:22:45 +0000
commit04f1884e18fa8cc38e872357e4ed52ff181d58eb (patch)
treed29c617f719930b7b8fd3b7ee3ae3490cacce7f2 /spec/Channel_Interface_Media_Signalling.xml
parent68c93c9bc02175907e3a134cff0ace1a67cfb857 (diff)
Introduce Session_Handler_Type.
Introduce Session_Handler_Type into channel_interface_media_signaling as suggested by smcv. 20080220152245-fc3cd-175d4f149cd1a88c745243953955353b9cab0070.gz
Diffstat (limited to 'spec/Channel_Interface_Media_Signalling.xml')
-rw-r--r--spec/Channel_Interface_Media_Signalling.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/spec/Channel_Interface_Media_Signalling.xml b/spec/Channel_Interface_Media_Signalling.xml
index ba9e0381..6cc508c9 100644
--- a/spec/Channel_Interface_Media_Signalling.xml
+++ b/spec/Channel_Interface_Media_Signalling.xml
@@ -22,14 +22,15 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<tp:requires interface="org.freedesktop.Telepathy.Channel"/>
<tp:requires interface="org.freedesktop.Telepathy.Channel.Type.StreamedMedia"/>
+ <tp:simple-type name="Session_Handler_Type" type="s"/>
<tp:struct name="Session_Handler_Info">
<tp:docstring>A struct representing a active session handler.</tp:docstring>
<tp:member type="o" name="Session_Handler">
<tp:docstring>The object path of the session handler, which is on the
same bus name as the channel.</tp:docstring>
</tp:member>
- <tp:member type="s" tp:type="DBus_Interface" name="Session_Handler_Type">
- <tp:docstring>The session handler's type.</tp:docstring>
+ <tp:member type="s" tp:type="Session_Handler_Type" name="Session_Handler_Type">
+ <tp:docstring>The session handler's type (e.g. &quot;&quot;).</tp:docstring>
</tp:member>
</tp:struct>
@@ -46,7 +47,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
Object path of the new MediaSessionHandler object
</tp:docstring>
</arg>
- <arg name="type" type="s">
+ <arg name="type" tp:type="Session_Handler_Type" type="s">
<tp:docstring>
String indicating type of session, eg &quot;rtp&quot;
</tp:docstring>