Skip to content
Snippets Groups Projects
Commit 3c5603ce authored by Emmanuel Lepage Vallee's avatar Emmanuel Lepage Vallee
Browse files

Sync XML

parent c7ac6738
No related branches found
No related tags found
No related merge requests found
...@@ -407,6 +407,14 @@ ...@@ -407,6 +407,14 @@
<arg type="s" name="codecName" direction="out"/> <arg type="s" name="codecName" direction="out"/>
</method> </method>
<method name="switchInput" tp:name-for-bindings="switchInput">
<tp:docstring>
Switch input for the specified call
</tp:docstring>
<arg type="s" name="callID" direction="in"/>
<arg type="s" name="input" direction="in"/>
</method>
<method name="sendTextMessage" tp:name-for-bindings="sendTextMessage"> <method name="sendTextMessage" tp:name-for-bindings="sendTextMessage">
<tp:docstring> <tp:docstring>
Send a text message to the specified call Send a text message to the specified call
......
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
<method name="getAccountTemplate" tp:name-for-bindings="getAccountTemplate"> <method name="getAccountTemplate" tp:name-for-bindings="getAccountTemplate">
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="MapStringString"/> <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="MapStringString"/>
<arg type="s" name="accountType" direction="in" tp:type="String">
</arg>
<arg type="a{ss}" name="details" direction="out" tp:type="String_String_Map"> <arg type="a{ss}" name="details" direction="out" tp:type="String_String_Map">
</arg> </arg>
</method> </method>
...@@ -382,6 +384,15 @@ ...@@ -382,6 +384,15 @@
</arg> </arg>
</method> </method>
<method name="setCodecDetails" tp:name-for-bindings="setCodecDetails">
<arg type="b" name="result" direction="out"></arg>
<arg type="s" name="accountID" direction="in"></arg>
<arg type="u" name="codecId" direction="in"></arg>
<annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="MapStringString"/>
<arg type="a{ss}" name="details" direction="in" tp:type="String_String_Map">
</arg>
</method>
<method name="getActiveCodecList" tp:name-for-bindings="getActiveCodecList"> <method name="getActiveCodecList" tp:name-for-bindings="getActiveCodecList">
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="VectorUInt"/> <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="VectorUInt"/>
<arg type="s" name="accountID" direction="in"> <arg type="s" name="accountID" direction="in">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment