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

New methods for Disk.Manager

üst 224151b5
...@@ -7,6 +7,14 @@ ...@@ -7,6 +7,14 @@
<arg name="label" type="s" direction="in"/> <arg name="label" type="s" direction="in"/>
<arg name="device" type="s" direction="out"/> <arg name="device" type="s" direction="out"/>
</method> </method>
<method name="isMounted" access_label="get">
<arg name="device" type="s" direction="in"/>
<arg name="path" type="s" direction="out"/>
</method>
<method name="getFSType" access_label="get">
<arg name="part" type="s" direction="in"/>
<arg name="type" type="s" direction="out"/>
</method>
<method name="getDeviceParts" access_label="get"> <method name="getDeviceParts" access_label="get">
<arg name="device" type="s" direction="in"/> <arg name="device" type="s" direction="in"/>
<arg name="parts" type="as" direction="out"/> <arg name="parts" type="as" direction="out"/>
......
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