~mterry/unity8/oobe-revert-geonames

« back to all changes in this revision

Viewing changes to tests/plugins/AccountsService/interfaces.xml

  • Committer: Michael Terry
  • Date: 2016-03-11 17:51:18 UTC
  • mfrom: (1821.227.75 unity8)
  • Revision ID: michael.terry@canonical.com-20160311175118-6za2cj41c21d88ha
Merge silo 64 (soon to be trunk)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
      <arg name="property" type="s" direction="in" />
6
6
      <arg name="value" type="v" direction="out" />
7
7
    </method>
 
8
    <method name="GetAll">
 
9
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
 
10
      <arg name="interface" type="s" direction="in" />
 
11
      <arg name="value" type="a{sv}" direction="out" />
 
12
    </method>
8
13
    <method name="Set">
9
14
      <arg name="interface" type="s" direction="in" />
10
15
      <arg name="property" type="s" direction="in" />
32
37
      <arg name="success" type="b" direction="out" />
33
38
    </method>
34
39
  </interface>
 
40
  <interface name="com.ubuntu.AccountsService.Input" />
35
41
  <interface name="com.ubuntu.touch.AccountsService.SecurityPrivacy" />
36
42
  <interface name="com.ubuntu.location.providers.here.AccountsService" />
37
43
  <interface name="org.freedesktop.Accounts.User">
38
44
    <signal name="Changed" />
39
45
  </interface>
40
46
  <interface name="com.canonical.unity.AccountsService.Private" />
 
47
 
 
48
  <interface name="com.canonical.Unity.Input">
 
49
    <method name="setMousePrimaryButton">
 
50
      <arg name="button" type="i" direction="in" />
 
51
    </method>
 
52
    <!-- Just for testing -->
 
53
    <signal name="setMousePrimaryButtonCalled">
 
54
      <arg name="button" type="i" direction="out" />
 
55
    </signal>
 
56
  </interface>
41
57
</node>