Kaydet (Commit) 8819279c authored tarafından Bahadır Kandemir's avatar Bahadır Kandemir

Minor fixes to Disk.Manager model

üst 4840b688
......@@ -586,18 +586,21 @@
<arg name="device" type="s" direction="in"/>
</method>
<method name="listEntries" access_label="get">
<arg name="devices" type="a{ss}" direction="out"/>
<arg name="devices" type="a(s{ss})" direction="out"/>
</method>
<method name="addEntry" access_label="set">
<arg name="device" type="s" direction="in"/>
<arg name="path" type="s" direction="in"/>
<arg name="options" type="{ss}" direction="in"/>
</method>
<method name="getEntry" access_label="get">
<arg name="device" type="s" direction="in"/>
<arg name="info" type="{ss}" direction="out"/>
<arg name="path" type="s" direction="out"/>
<arg name="options" type="{ss}" direction="out"/>
</method>
<method name="removeEntry" access_label="set">
<arg name="device" type="s" direction="in"/>
</method>
<signal name="changed"/>
</interface>
</comarModel>
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