Server session persistence is implemented
[qtrapids] / dbus / com.ixonos.qtrapids.xml
index 92f5702..1496a78 100644 (file)
@@ -20,7 +20,7 @@
     </method>
 
     <signal name="alert">
-      <arg type="(ssuuuuuuut)" name="info" direction="out"/>
+      <arg type="(ssuuuuuuuut)" name="info" direction="out"/>
       <annotation name="com.trolltech.QtDBus.QtTypeName.In0" 
                   value="qtrapids::TorrentState"/>
       <arg type="a{ss}" name="other_info" direction="out"/>
                   value="qtrapids::ParamsMap_t"/>
     </signal>
 
+    <method name="getOptions">
+      <arg type="a{ss}" direction="out" name="options"/>
+      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" 
+                  value="qtrapids::ParamsMap_t"/>
+    </method>
+
+    <method name="setOption">
+      <arg type="s" direction="in" name="name"/>
+      <arg type="s" direction="in" name="value"/>
+    </method>
+
   </interface>
 
 </node>