mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
61 lines
2.8 KiB
XML
61 lines
2.8 KiB
XML
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
<node>
|
|
<interface name="org.kde.KPasswdServer" >
|
|
<signal name="checkAuthInfoAsyncResult" >
|
|
<arg type="x" name="requestId" />
|
|
<arg type="x" name="seqNr" />
|
|
<arg type="(ysssssssssbbbba{s(siv)})" name="info" />
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="KIO::AuthInfo" />
|
|
</signal>
|
|
<signal name="queryAuthInfoAsyncResult" >
|
|
<arg type="x" name="requestId" />
|
|
<arg type="x" name="seqNr" />
|
|
<arg type="(ysssssssssbbbba{s(siv)})" name="info" />
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="KIO::AuthInfo" />
|
|
</signal>
|
|
<method name="checkAuthInfo" >
|
|
<arg direction="out" type="ay" />
|
|
<arg direction="in" type="ay" name="data" />
|
|
<arg direction="in" type="x" name="windowId" />
|
|
<arg direction="in" type="x" name="usertime" />
|
|
</method>
|
|
<method name="queryAuthInfo" >
|
|
<arg direction="out" type="ay" />
|
|
<arg direction="in" type="ay" name="data" />
|
|
<arg direction="in" type="s" name="errorMsg" />
|
|
<arg direction="in" type="x" name="windowId" />
|
|
<arg direction="in" type="x" name="seqNr" />
|
|
<arg direction="in" type="x" name="usertime" />
|
|
</method>
|
|
<method name="checkAuthInfoAsync" >
|
|
<arg direction="out" type="x" />
|
|
<arg direction="in" type="(ysssssssssbbbba{s(siv)})" name="info" />
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="KIO::AuthInfo" />
|
|
<arg direction="in" type="x" name="windowId" />
|
|
<arg direction="in" type="x" name="usertime" />
|
|
</method>
|
|
<method name="queryAuthInfoAsync" >
|
|
<arg direction="out" type="x" />
|
|
<arg direction="in" type="(ysssssssssbbbba{s(siv)})" name="info" />
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="KIO::AuthInfo" />
|
|
<arg direction="in" type="s" name="errorMsg" />
|
|
<arg direction="in" type="x" name="windowId" />
|
|
<arg direction="in" type="x" name="seqNr" />
|
|
<arg direction="in" type="x" name="usertime" />
|
|
</method>
|
|
<method name="addAuthInfo" >
|
|
<arg direction="in" type="ay" name="data" />
|
|
<arg direction="in" type="x" name="windowId" />
|
|
</method>
|
|
<method name="addAuthInfo" >
|
|
<arg direction="in" type="(ysssssssssbbbba{s(siv)})" name="info" />
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="KIO::AuthInfo" />
|
|
<arg direction="in" type="x" name="windowId" />
|
|
</method>
|
|
<method name="removeAuthInfo" >
|
|
<arg direction="in" type="s" name="host" />
|
|
<arg direction="in" type="s" name="protocol" />
|
|
<arg direction="in" type="s" name="user" />
|
|
</method>
|
|
</interface>
|
|
</node>
|