Kaydet (Commit) a4ec5c80 authored tarafından İşbaran Akçayır's avatar İşbaran Akçayır

changes on authentication parameters

( and a method to set channel )
üst 0be3edc6
......@@ -171,8 +171,19 @@
<arg name="authmode" type="s" direction="in"/>
<arg name="user" type="s" direction="in"/>
<arg name="password" type="s" direction="in"/>
<arg name="auth" type="s" direction="in"/>
<arg name="anon" type="s" direction="in"/>
<arg name="inner" type="s" direction="in"/>
<arg name="ca_cert" type="s" direction="in"/>
<arg name="client_cert" type="s" direction="in"/>
<arg name="private_key" type="s" direction="in"/>
<arg name="private_key_passwd" type="s" direction="in"/>
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="setChannel" access_label="set">
<arg name="name" type="s" direction="in"/>
<arg name="chan" type="s" direction="in"/>
</method>
<method name="setState">
<arg name="name" type="s" direction="in"/>
<arg name="state" type="s" direction="in"/>
......
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