Warning, /sdk/kdesvn/src/kdesvnd/org.kde.kdesvnd.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0002 <node>
0003   <interface name="org.kde.kdesvnd">
0004     <method name="get_login">
0005         <arg type="as" direction="out"/>
0006         <arg name="realm" type="s" direction="in"/>
0007         <arg name="user" type="s" direction="in"/>
0008     </method>
0009     <method name="get_saved_login">
0010         <arg type="as" direction="out"/>
0011         <arg name="realm" type="s" direction="in"/>
0012         <arg name="user" type="s" direction="in"/>
0013     </method>
0014     <method name="get_sslaccept">
0015         <arg type="i" direction="out" />
0016         <arg type="s" direction="in" name="hostname"/>
0017         <arg type="s" direction="in" name="fingerprint"/>
0018         <arg type="s" direction="in" name="validfrom"/>
0019         <arg type="s" direction="in" name="validuntil"/>
0020         <arg type="s" direction="in" name="issuerDName"/>
0021         <arg type="s" direction="in" name="realm"/>
0022     </method>
0023     <method name="get_sslclientcertfile">
0024         <arg type="s" direction="out"/>
0025     </method>
0026     <method name="get_logmsg">
0027     <arg type="as" direction="out" />
0028     </method>
0029     <method name="load_sslclientcertpw">
0030         <arg type="s" direction="out" />
0031         <arg type="s" direction="in" name="realm"/>
0032     </method>
0033     <method name="get_sslclientcertpw">
0034         <arg type="as" direction="out" />
0035         <arg type="s" direction="in" name="realm"/>
0036     </method>
0037     <method name="getActionMenu">
0038         <arg type="as" direction="out"/>
0039         <arg name="wclist" type="as" direction="in"/>
0040     </method>
0041     <method name="getTopLevelActionMenu">
0042         <arg type="as" direction="out"/>
0043         <arg name="wclist" type="as" direction="in"/>
0044     </method>
0045     <method name="getSingleActionMenu">
0046         <arg type="as" direction="out"/>
0047         <arg name="wc" type="s" direction="in"/>
0048     </method>
0049     <method name="registerKioFeedback">
0050         <arg type="t" name="kioid" direction="in"/>
0051     </method>
0052     <method name="unRegisterKioFeedback">
0053         <arg type="t" name="kioid" direction="in"/>
0054     </method>
0055     <method name="setKioStatus">
0056         <arg type="t" name="kioid" direction="in"/>
0057         <arg type="i" name="status" direction="in"/>
0058         <arg type="s" name="message" direction="in"/>
0059     </method>
0060     <method name="canceldKioOperation">
0061        <arg type="t" name="kioid" direction="in"/>
0062        <arg type="b" direction="out"/>
0063     </method>
0064     <method name="maxTransferKioOperation">
0065         <arg type="t" name="kioid" direction="in"/>
0066         <arg type="t" name="maxtransfer" direction="in"/>
0067     </method>
0068     <method name="transferredKioOperation">
0069         <arg type="t" name="kioid" direction="in"/>
0070         <arg type="t" name="transferred" direction="in"/>
0071     </method>
0072     <method name="titleKioOperation">
0073         <arg type="t" name="kioid" direction="in"/>
0074         <arg type="s" name="title" direction="in"/>
0075         <arg type="s" name="label" direction="in"/>
0076     </method>
0077     <method name="notifyKioOperation">
0078         <arg type="s" name="text" direction="in"/>
0079     </method>
0080     <method name="errorKioOperation">
0081         <arg type="s" name="text" direction="in"/>
0082     </method>
0083     </interface>
0084  </node>