Kaydet (Commit) 7b22aa62 authored tarafından Bahadır Kandemir's avatar Bahadır Kandemir

Fixed method signatures

üst 0bb9eccd
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<arg name="result" type="s" direction="out"/> <arg name="result" type="s" direction="out"/>
</method> </method>
<method name="authParameters" action_id=""> <method name="authParameters" action_id="">
<arg name="name" type="s" direction="in"/> <arg name="method" type="s" direction="in"/>
<arg name="info" type="a(sss)" direction="out"/> <arg name="info" type="a(sss)" direction="out"/>
</method> </method>
<method name="setAuthMethod" action_id="tr.org.pardus.comar.net.link.set"> <method name="setAuthMethod" action_id="tr.org.pardus.comar.net.link.set">
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
<arg name="remotes" type="aa{sv}" direction="out"/> <arg name="remotes" type="aa{sv}" direction="out"/>
</method> </method>
<method name="setRemote" action_id="tr.org.pardus.comar.net.link.set"> <method name="setRemote" action_id="tr.org.pardus.comar.net.link.set">
<arg name="name" type="s" direction="in"/>
<arg name="remote" type="s" direction="in"/> <arg name="remote" type="s" direction="in"/>
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method> </method>
......
<comarModel> <comarModel>
<interface name="System.Manager"> <interface name="System.Manager">
<method name="installPackage"> <method name="installPackage">
<arg name="package" type="as" direction="in"/> <arg name="package" type="s" direction="in"/>
</method> </method>
<method name="updatePackage"> <method name="updatePackage">
<arg name="package" type="as" direction="in"/> <arg name="package" type="s" direction="in"/>
</method> </method>
<method name="removePackage"> <method name="removePackage">
<arg name="package" type="as" direction="in"/> <arg name="package" type="s" direction="in"/>
</method> </method>
<method name="updateRepository"> <method name="updateRepository">
<arg name="repository" type="s" direction="in"/> <arg name="repository" type="s" direction="in"/>
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<arg name="repository" type="s" direction="in"/> <arg name="repository" type="s" direction="in"/>
</method> </method>
<method name="setRepositories"> <method name="setRepositories">
<arg name="repositories" type="as" direction="in"/> <arg name="repositories" type="a(ss)" direction="in"/>
</method> </method>
<method name="setRepoActivities"> <method name="setRepoActivities">
<arg name="repos" type="a{sb}" direction="in"/> <arg name="repos" type="a{sb}" direction="in"/>
......
...@@ -12,10 +12,10 @@ ...@@ -12,10 +12,10 @@
<method name="getDate" access_label="get"> <method name="getDate" access_label="get">
<arg name="date" type="s" direction="out"/> <arg name="date" type="s" direction="out"/>
</method> </method>
<method name="loadFromHW" access_label="get"> <method name="loadFromHW">
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method> </method>
<method name="saveToHW" access_label="set"> <method name="saveToHW">
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method> </method>
<method name="setTimeZone" access_label="set"> <method name="setTimeZone" access_label="set">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment