1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
4 <interface name="org.kde.kopete.Client">
5 <method name="networks">
6 <arg type="as" direction="out"/>
9 <arg name="host" type="s" direction="in"/>
10 <arg type="i" direction="out"/>
12 <method name="request">
13 <arg name="host" type="s" direction="in"/>
14 <arg name="userInitiated" type="b" direction="in"/>
15 <arg type="i" direction="out"/>
17 <method name="reportFailure">
18 <arg name="host" type="s" direction="in"/>
19 <arg type="b" direction="out"/>
21 <signal name="statusChange">
25 <signal name="shutdownRequested">