~pete-woods/libqtdbusmock/cmake-extras-compatibility

« back to all changes in this revision

Viewing changes to data/ofono-modem-mock.xml

  • Committer: CI Train Bot
  • Author(s): Pete Woods, Marcus Tomlinson
  • Date: 2015-03-31 11:22:40 UTC
  • mfrom: (35.1.31 trunk)
  • Revision ID: ci-train-bot@canonical.com-20150331112240-y0fwo7btgfm1658z
Add delegates for urfkill and ofono

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='utf8'?>
 
2
<node name="/">
 
3
  <interface name="org.ofono.Modem">
 
4
    <method name="GetProperties">
 
5
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
 
6
      <arg direction="out" name="properties" type="a{sv}" />
 
7
    </method>
 
8
 
 
9
    <method name="SetProperty">
 
10
      <arg direction="in" name="name" type="s" />
 
11
      <arg direction="in" name="property" type="v" />
 
12
    </method>
 
13
 
 
14
    <signal name="PropertyChanged">
 
15
      <arg type="s" name="name" />
 
16
      <arg type="v" name="value" />
 
17
    </signal>
 
18
  </interface>
 
19
</node>