diff options
author | Mike Ruprecht <mike.ruprecht@collabora.co.uk> | 2010-01-26 13:42:38 -0600 |
---|---|---|
committer | Mike Ruprecht <mike.ruprecht@collabora.co.uk> | 2010-01-26 13:42:38 -0600 |
commit | a88d7a50c4978125a92bdfb4bc1c7721ba2c868e (patch) | |
tree | 71db2d5225b1f52de2af63c547ab3bad86f0901f /spec/Call_Stream.xml | |
parent | 1108a0cbac32f880242bd984e6a98f228df5eff6 (diff) |
Call.Stream: Fix the docstring node for SetSending().
Diffstat (limited to 'spec/Call_Stream.xml')
-rw-r--r-- | spec/Call_Stream.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/spec/Call_Stream.xml b/spec/Call_Stream.xml index 302bd5e9..dc7d7849 100644 --- a/spec/Call_Stream.xml +++ b/spec/Call_Stream.xml @@ -30,8 +30,10 @@ </tp:docstring> <method name="SetSending" tp:name-for-bindings="Set_Sending"> - <p>Set the stream to start or stop sending media from the local - user to other contacts.</p> + <tp:docstring> + Set the stream to start or stop sending media from the local + user to other contacts. + </tp:docstring> <arg name="Send" type="b" direction="in"> <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> |