~ubuntu-branches/ubuntu/precise/plasma-widget-networkmanagement/precise

« back to all changes in this revision

Viewing changes to libs/service/interfaces/org.kde.networkmanagement.gsminterfaceconnection.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-08-24 15:34:36 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100824153436-9o7x461aj0xthuc3
Tags: 0.9~svn1167391-0ubuntu1
* New upstream snapshot
* Add kubuntu_04_no_tests.diff to not build tests, they fail

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
 
 
3
<node>
 
4
  <interface name="org.kde.networkmanagement.GsmInterfaceConnection">
 
5
    <method name="getAccessTechnology">
 
6
      <arg type="s" direction="out" />
 
7
    </method>
 
8
    <method name="getSignalQuality">
 
9
      <arg type="i" direction="out" />
 
10
    </method>
 
11
    <property name="accessTechnology" type="s" access="read"/>
 
12
    <property name="signalQuality" type="i" access="read"/>
 
13
    <signal name="accessTechnologyChanged">
 
14
      <arg name="tech" type="s" direction="out"/>
 
15
    </signal>
 
16
    <signal name="signalQualityChanged">
 
17
      <arg name="quality" type="i" direction="out"/>
 
18
    </signal>
 
19
  </interface>
 
20
</node>