Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / workspace / solid / networking / org.kde.Solid.Networking.Service.xml
blobbee85ea60a8c30006ccd825971c498f1f5573e7e
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
2 <node>
3   <interface name="org.kde.Solid.Networking.Service">
4     <method name="networks">
5       <arg type="as" direction="out"/>
6     </method>
7     <method name="setNetworkStatus">
8       <arg name="networkName" type="s" direction="in"/>
9       <arg name="status" type="i" direction="in"/>
10     </method>
11     <method name="registerNetwork">
12       <arg name="networkName" type="s" direction="in"/>
13       <arg name="status" type="i" direction="in"/>
14       <arg name="serviceName" type="s" direction="in"/>
15     </method>
16     <method name="unregisterNetwork">
17       <arg name="networkName" type="s" direction="in"/>
18     </method>
19   </interface>
20 </node>