~ubuntu-branches/ubuntu/trusty/powerd/trusty

« back to all changes in this revision

Viewing changes to data/com.canonical.powerd.xml

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Matthew Fischer, Ubuntu daily release
  • Date: 2013-07-20 02:01:50 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20130720020150-dkohn1ywvoinuwwh
Tags: 0.13+13.10.20130720-0ubuntu1
[ Matthew Fischer ]
* Simplify the API by dropping the special brightness setting and
  instead make it a flag.

[ Ubuntu daily release ]
* Automatic snapshot from revision 72

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
    <method name="requestDisplayState">
17
17
      <arg type="i" name="state" direction="in" />
18
 
      <arg type="i" name="brightness" direction="in" />
19
18
      <arg type="u" name="flags" direction="in" />
20
19
      <arg type="s" name="cookie" direction="out" />
21
20
    </method>
23
22
    <method name="updateDisplayState">
24
23
      <arg type="s" name="cookie" direction="in" />
25
24
      <arg type="i" name="state" direction="in" />
26
 
      <arg type="i" name="brightness" direction="in" />
27
25
      <arg type="u" name="flags" direction="in" />
28
26
    </method>
29
27
 
37
35
    </method>
38
36
 
39
37
    <method name="listDisplayRequests">
40
 
      <arg type="a(siiu)" name="requestList" direction="out" />
 
38
      <arg type="a(siu)" name="requestList" direction="out" />
41
39
    </method>
42
40
 
43
41
    <!-- Signals -->
46
44
    </signal>
47
45
 
48
46
    <signal name="DisplayPowerStateChange">
49
 
      <arg type="(iiu)" name="displayState" direction="out" />
 
47
      <arg type="(iu)" name="displayState" direction="out" />
50
48
    </signal>
51
49
  </interface>
52
50
</node>