updating dbus APIs files
authorAlexander Akimov <ext-alexander.akimov@nokia.com>
Wed, 1 Sep 2010 05:54:57 +0000 (08:54 +0300)
committerAlexander Akimov <ext-alexander.akimov@nokia.com>
Wed, 1 Sep 2010 05:54:57 +0000 (08:54 +0300)
libsignon-glib/signondaemon.xml
libsignon-glib/signonidentity.xml

index 3e6b13a9d15f71bb6e10b3c71ee4dc536fca806f..e36a4e6481c2a08b80023614a816e3fb39cb060f 100644 (file)
@@ -6,9 +6,14 @@
     </method>
     <method name="registerStoredIdentity">
       <arg name="id" type="u" direction="in"/>
-      <arg type="o" direction="out"/>
+      <arg name="objectPath" type="o" direction="out"/>
       <arg name="identityData" type="av" direction="out"/>
     </method>
+    <method name="getAuthSessionObjectPath">
+      <arg type="s" direction="out"/>
+      <arg name="id" type="u" direction="in"/>
+      <arg name="type" type="s" direction="in"/>
+    </method>
     <method name="queryMethods">
       <arg type="as" direction="out"/>
     </method>
     <method name="clear">
       <arg type="b" direction="out"/>
     </method>
-    <method name="getAuthSessionObjectPath">
-      <arg type="s" direction="out"/>
-      <arg name="id" type="u" direction="in"/>
-      <arg name="type" type="s" direction="in"/>
-    </method>
     <method name="setDeviceLockCode">
       <arg type="b" direction="out"/>
+      <arg name="lockCode" type="ay" direction="in"/>
       <arg name="oldLockCode" type="ay" direction="in"/>
-      <arg name="newLockCode" type="ay" direction="in"/>
-    </method>
-    <method name="setSim">
-      <arg type="b" direction="out"/>
-      <arg name="simData" type="ay" direction="in"/>
-      <arg name="checkData" type="ay" direction="in"/>
     </method>
     <method name="remoteLock">
       <arg type="b" direction="out"/>
       <arg name="lockCode" type="ay" direction="in"/>
     </method>
+    <method name="backupStarts">
+      <arg type="y" direction="out"/>
+    </method>
+    <method name="backupFinished">
+      <arg type="y" direction="out"/>
+    </method>
+    <method name="restoreStarts">
+      <arg type="y" direction="out"/>
+    </method>
+    <method name="restoreFinished">
+      <arg type="y" direction="out"/>
+    </method>
   </interface>
-</node>
+</node>
\ No newline at end of file
index 84dd6b72812afeb131b9243f61a0eac10ded13a9..d4fcd74444d88329f266d62754ba7fdb4bd31251 100644 (file)
@@ -1,6 +1,8 @@
 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
 <node>
   <interface name="com.nokia.SingleSignOn.Identity">
+    <signal name="unregistered">
+    </signal>
     <signal name="infoUpdated">
       <arg type="i" direction="out"/>
     </signal>
@@ -38,4 +40,4 @@
       <arg name="type" type="i" direction="in"/>
     </method>
   </interface>
-</node>
+</node>
\ No newline at end of file