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

[ #7863 ] It work, here we go again

parent 568d9c2e
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ FIND_PACKAGE ( Qt4 REQUIRED ) ...@@ -17,7 +17,7 @@ FIND_PACKAGE ( Qt4 REQUIRED )
INCLUDE ( KDE4Defaults ) INCLUDE ( KDE4Defaults )
set(GENERIC_LIB_VERSION "0.9.8") set(GENERIC_LIB_VERSION "1.0.2")
INCLUDE_DIRECTORIES ( ${QT_INCLUDES} ${CMAKE_CURRENT_BINARY_DIR}) INCLUDE_DIRECTORIES ( ${QT_INCLUDES} ${CMAKE_CURRENT_BINARY_DIR})
......
...@@ -289,7 +289,7 @@ ...@@ -289,7 +289,7 @@
A map containing the ID of the conferences A map containing the ID of the conferences
and their states: and their states:
<ul> <ul>
<li>ACTIVE_ATACHED</li> <li>ACTIVE_ATTACHED</li>
<li>ACTIVE_DETACHED</li> <li>ACTIVE_DETACHED</li>
<li>HOLD</li> <li>HOLD</li>
</ul> </ul>
......
...@@ -71,11 +71,11 @@ ...@@ -71,11 +71,11 @@
<tp:rationale>Account settings are written to the configuration file when sflphone properly quits.</tp:rationale> <tp:rationale>Account settings are written to the configuration file when sflphone properly quits.</tp:rationale>
<tp:rationale>After calling this method, the core will emit the signal <tp:member-ref>accountsChanged</tp:member-ref> with the updated data. The client must subscribe to this signal and use it to update its internal data structure.</tp:rationale> <tp:rationale>After calling this method, the core will emit the signal <tp:member-ref>accountsChanged</tp:member-ref> with the updated data. The client must subscribe to this signal and use it to update its internal data structure.</tp:rationale>
</tp:docstring> </tp:docstring>
<annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="MapStringString"/>
<arg type="s" name="accountID" direction="in"> <arg type="s" name="accountID" direction="in">
<tp:docstring> <tp:docstring>
</tp:docstring> </tp:docstring>
</arg> </arg>
<annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="MapStringString"/>
<arg type="a{ss}" name="details" direction="in" tp:type="String_String_Map"> <arg type="a{ss}" name="details" direction="in" tp:type="String_String_Map">
<tp:docstring> <tp:docstring>
</tp:docstring> </tp:docstring>
...@@ -101,6 +101,7 @@ ...@@ -101,6 +101,7 @@
Get configuration settings of the IP2IP_PROFILE. They are sligthly different from account settings since no VoIP accounts are involved. Get configuration settings of the IP2IP_PROFILE. They are sligthly different from account settings since no VoIP accounts are involved.
</tp:docstring> </tp:docstring>
<annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="MapStringString"/> <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="MapStringString"/>
<!--<annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="MapStringString"/>-->
<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">
<tp:docstring> <tp:docstring>
Available parameters are: Available parameters are:
...@@ -307,12 +308,12 @@ ...@@ -307,12 +308,12 @@
<method name="getActiveAudioCodecList" tp:name-for-bindings="getActiveAudioCodecList"> <method name="getActiveAudioCodecList" tp:name-for-bindings="getActiveAudioCodecList">
<tp:docstring> <tp:docstring>
</tp:docstring> </tp:docstring>
<annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="VectorString"/> <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="VectorInt"/>
<arg type="s" name="accountID" direction="in"> <arg type="s" name="accountID" direction="in">
<tp:docstring> <tp:docstring>
</tp:docstring> </tp:docstring>
</arg> </arg>
<arg type="as" name="list" direction="out"> <arg type="ai" name="list" direction="out">
<tp:docstring> <tp:docstring>
</tp:docstring> </tp:docstring>
</arg> </arg>
...@@ -605,6 +606,7 @@ ...@@ -605,6 +606,7 @@
<method name="getHistory" tp:name-for-bindings="getHistory"> <method name="getHistory" tp:name-for-bindings="getHistory">
<tp:docstring> <tp:docstring>
</tp:docstring> </tp:docstring>
<annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="MapStringString"/>
<arg type="as" name="entries" direction="out"> <arg type="as" name="entries" direction="out">
<tp:docstring> <tp:docstring>
</tp:docstring> </tp:docstring>
...@@ -706,9 +708,9 @@ ...@@ -706,9 +708,9 @@
</method> </method>
<method name="getShortcuts" tp:name-for-bindings="getShortcuts"> <method name="getShortcuts" tp:name-for-bindings="getShortcuts">
<annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="MapStringString"/>
<tp:docstring> <tp:docstring>
</tp:docstring> </tp:docstring>
<annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="MapStringString"/>
<arg type="a{ss}" name="shortcutsMap" direction="out"> <arg type="a{ss}" name="shortcutsMap" direction="out">
<tp:docstring> <tp:docstring>
</tp:docstring> </tp:docstring>
...@@ -716,9 +718,9 @@ ...@@ -716,9 +718,9 @@
</method> </method>
<method name="setShortcuts" tp:name-for-bindings="setShortcuts"> <method name="setShortcuts" tp:name-for-bindings="setShortcuts">
<annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="MapStringString"/>
<tp:docstring> <tp:docstring>
</tp:docstring> </tp:docstring>
<annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="MapStringString"/>
<arg type="a{ss}" name="shortcutsMap" direction="in"> <arg type="a{ss}" name="shortcutsMap" direction="in">
<tp:docstring> <tp:docstring>
</tp:docstring> </tp:docstring>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment