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

Replace unused getOptions method with getDeviceOptions

üst f8a11b75
......@@ -79,9 +79,10 @@
<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"/>
<method name="getDeviceOptions">
<arg name="busId" type="s" direction="in"/>
<arg name="options" type="a{ss}" direction="in"/>
<arg name="result" type="a{ss}" direction="out"/>
</method>
</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