Skip to content
Snippets Groups Projects
Commit e4a08dcd authored by Vladimir Stoiakin's avatar Vladimir Stoiakin
Browse files

dbus: fix Qt annotations in the interface description files

Gitlab: #1091
Change-Id: I0cd0b567045c7a4408be81fc433ac9a40f1031a3
parent 55a6eb8a
No related branches found
No related tags found
No related merge requests found
...@@ -87,8 +87,8 @@ ...@@ -87,8 +87,8 @@
<tp:docstring> <tp:docstring>
Once enabled using the startSmartInfo method, this signal is emitted every refreshTimeMS Once enabled using the startSmartInfo method, this signal is emitted every refreshTimeMS
</tp:docstring> </tp:docstring>
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="MapStringString"/> <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="MapStringString"/>
<arg type="a{ss}" name="info" direction="out" /> <arg type="a{ss}" name="info"/>
</signal> </signal>
<method name="accept" tp:name-for-bindings="accept"> <method name="accept" tp:name-for-bindings="accept">
...@@ -761,7 +761,7 @@ ...@@ -761,7 +761,7 @@
The caller phone number. The caller phone number.
</tp:docstring> </tp:docstring>
</arg> </arg>
<annotation name="org.qtproject.QtDBus.QtTypeName.In3" value="VectorMapStringString"/> <annotation name="org.qtproject.QtDBus.QtTypeName.Out3" value="VectorMapStringString"/>
<arg type="aa{ss}" name="mediaList"> <arg type="aa{ss}" name="mediaList">
<tp:docstring> <tp:docstring>
The list of media offered in the incoming call. The list of media offered in the incoming call.
...@@ -791,7 +791,7 @@ ...@@ -791,7 +791,7 @@
Call ID of the incoming call. Call ID of the incoming call.
</tp:docstring> </tp:docstring>
</arg> </arg>
<annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="VectorMapStringString"/> <annotation name="org.qtproject.QtDBus.QtTypeName.Out2" value="VectorMapStringString"/>
<arg type="aa{ss}" name="mediaList"> <arg type="aa{ss}" name="mediaList">
<tp:docstring> <tp:docstring>
The list of media offered in the incoming call. The list of media offered in the incoming call.
...@@ -807,7 +807,7 @@ ...@@ -807,7 +807,7 @@
<arg type="s" name="accountId" /> <arg type="s" name="accountId" />
<arg type="s" name="callId" /> <arg type="s" name="callId" />
<arg type="s" name="from" /> <arg type="s" name="from" />
<annotation name="org.qtproject.QtDBus.QtTypeName.In3" value="MapStringString"/> <annotation name="org.qtproject.QtDBus.QtTypeName.Out3" value="MapStringString"/>
<arg type="a{ss}" name="messages" /> <arg type="a{ss}" name="messages" />
</signal> </signal>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment