summaryrefslogtreecommitdiff
path: root/spec/Channel_Interface_Media_Signalling.xml
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-02-06 16:34:58 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-02-06 16:34:58 +0000
commitd2974b4b57d51c32698d9aec8ef39ac04b2cdf7c (patch)
tree11ed0cd02d28bb67e53ccc5ddc3b6b887bead9c5 /spec/Channel_Interface_Media_Signalling.xml
parent0b1d815b3002409d1487ae091d70447b8d8a8dd9 (diff)
Channel_Interface_Media_Signalling: add some blank lines for clarity
Diffstat (limited to 'spec/Channel_Interface_Media_Signalling.xml')
-rw-r--r--spec/Channel_Interface_Media_Signalling.xml20
1 files changed, 2 insertions, 18 deletions
diff --git a/spec/Channel_Interface_Media_Signalling.xml b/spec/Channel_Interface_Media_Signalling.xml
index 7bbd720c..36f0ccf5 100644
--- a/spec/Channel_Interface_Media_Signalling.xml
+++ b/spec/Channel_Interface_Media_Signalling.xml
@@ -21,24 +21,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<interface name="org.freedesktop.Telepathy.Channel.Interface.MediaSignalling">
<tp:requires interface="org.freedesktop.Telepathy.Channel"/>
<tp:requires interface="org.freedesktop.Telepathy.Channel.Type.StreamedMedia"/>
-
- <tp:simple-type name="Media_Session_Type" type="s">
- <tp:docstring>The type of a media session. Currently, the only supported
- value is "rtp".</tp:docstring>
- </tp:simple-type>
-
- <tp:struct name="Media_Session_Handler_Info"
- array-name="Media_Session_Handler_Info_List">
- <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="Media_Session_Type" name="Media_Session_Type">
- <tp:docstring>The media session's type</tp:docstring>
- </tp:member>
- </tp:struct>
-
<method name="GetSessionHandlers">
<arg direction="out" type="a(os)" tp:type="Media_Session_Handler_Info[]"/>
<tp:docstring>
@@ -46,6 +28,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
as a list of (session_handler_path, type).
</tp:docstring>
</method>
+
<signal name="NewSessionHandler">
<arg name="Session_Handler" type="o">
<tp:docstring>
@@ -99,6 +82,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
server.
</tp:docstring>
</tp:property>
+
<tp:docstring>
An interface for signalling a channel containing synchronised media
sessions which can contain an arbitrary number of streams. The negotiation