Kaydet (Commit) f8a11b75 authored tarafından Fatih Aşıcı's avatar Fatih Aşıcı

getInfo and listDrivers methods

üst 1f0454cc
......@@ -13,6 +13,9 @@
<method name="activeDeviceID" access_label="get">
<arg name="result" type="s" direction="out"/>
</method>
<method name="listDrivers" access_label="get">
<arg name="drivers" type="as" direction="out"/>
</method>
<method name="setDriver" access_label="set">
<arg name="driver" type="s" direction="in"/>
</method>
......@@ -73,6 +76,9 @@
<arg name="device" type="a{ss}" direction="in"/>
<arg name="result" type="a{ss}" direction="out"/>
</method>
<method name="getInfo">
<arg name="info" type="a{ss}" direction="out"/>
</method>
<method name="getOptions">
<arg name="device" type="a{ss}" direction="in"/>
<arg name="options" type="a{ss}" 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