File: org.kde.Solid.Networking.Service.xml

package info (click to toggle)
kde-runtime 4%3A4.8.4-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 24,712 kB
  • sloc: cpp: 130,244; ansic: 2,447; xml: 1,691; perl: 1,570; sh: 504; python: 455; makefile: 13
file content (20 lines) | stat: -rw-r--r-- 788 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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.Solid.Networking.Service">
    <method name="networks">
      <arg type="as" direction="out"/>
    </method>
    <method name="setNetworkStatus">
      <arg name="networkName" type="s" direction="in"/>
      <arg name="status" type="i" direction="in"/>
    </method>
    <method name="registerNetwork">
      <arg name="networkName" type="s" direction="in"/>
      <arg name="status" type="i" direction="in"/>
      <arg name="serviceName" type="s" direction="in"/>
    </method>
    <method name="unregisterNetwork">
      <arg name="networkName" type="s" direction="in"/>
    </method>
  </interface>
</node>