~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to libs/solid/control/org.kde.Solid.Networking.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

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">
 
4
    <property name="Status" type="u" access="read"/>
 
5
    <signal name="statusChanged">
 
6
      <arg type="u" direction="out"/>
 
7
    </signal>
 
8
    <method name="requestConnection">
 
9
      <arg type="u" direction="out"/>
 
10
    </method>
 
11
    <method name="releaseConnection">
 
12
    </method>
 
13
    <method name="status">
 
14
      <arg type="u" direction="out"/>
 
15
    </method>
 
16
  </interface>
 
17
</node>