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

Fixed method signatures

üst 0bb9eccd
......@@ -16,7 +16,7 @@
<arg name="result" type="s" direction="out"/>
</method>
<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"/>
</method>
<method name="setAuthMethod" action_id="tr.org.pardus.comar.net.link.set">
......@@ -52,6 +52,7 @@
<arg name="remotes" type="aa{sv}" direction="out"/>
</method>
<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"/>
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
......
<comarModel>
<interface name="System.Manager">
<method name="installPackage">
<arg name="package" type="as" direction="in"/>
<arg name="package" type="s" direction="in"/>
</method>
<method name="updatePackage">
<arg name="package" type="as" direction="in"/>
<arg name="package" type="s" direction="in"/>
</method>
<method name="removePackage">
<arg name="package" type="as" direction="in"/>
<arg name="package" type="s" direction="in"/>
</method>
<method name="updateRepository">
<arg name="repository" type="s" direction="in"/>
......@@ -21,7 +21,7 @@
<arg name="repository" type="s" direction="in"/>
</method>
<method name="setRepositories">
<arg name="repositories" type="as" direction="in"/>
<arg name="repositories" type="a(ss)" direction="in"/>
</method>
<method name="setRepoActivities">
<arg name="repos" type="a{sb}" direction="in"/>
......
......@@ -12,10 +12,10 @@
<method name="getDate" access_label="get">
<arg name="date" type="s" direction="out"/>
</method>
<method name="loadFromHW" access_label="get">
<method name="loadFromHW">
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="saveToHW" access_label="set">
<method name="saveToHW">
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<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