1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <interface name="org.kde.Solid.Networking.Service">
4 <method name="networks">
5 <arg type="as" direction="out"/>
7 <method name="setNetworkStatus">
8 <arg name="networkName" type="s" direction="in"/>
9 <arg name="status" type="i" direction="in"/>
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"/>
16 <method name="unregisterNetwork">
17 <arg name="networkName" type="s" direction="in"/>