~ubuntu-branches/ubuntu/gutsy/kdebase-workspace/gutsy-backports

« back to all changes in this revision

Viewing changes to solid/networking/org.kde.Solid.Networking.Service.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-09-05 20:45:14 UTC
  • Revision ID: james.westby@ubuntu.com-20070905204514-632hhspl0nvrc84i
Tags: upstream-3.93.0
ImportĀ upstreamĀ versionĀ 3.93.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>