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

« back to all changes in this revision

Viewing changes to powerdevil/daemon/org.kde.Solid.PowerManagement.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.PowerManagement">
 
4
    <method name="refreshStatus" />
 
5
    <method name="reloadCurrentProfile" />
 
6
    <method name="reparseConfiguration" />
 
7
    <method name="backendCapabilities">
 
8
      <arg type="u" direction="out" />
 
9
    </method>
 
10
    <method name="loadProfile">
 
11
      <arg type="s" direction="in" />
 
12
    </method>
 
13
    <method name="currentProfile">
 
14
      <arg type="s" direction="out" />
 
15
    </method>
 
16
    <method name="availableProfiles">
 
17
      <arg type="a{ss}" direction="out" />
 
18
      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="StringStringMap"/>
 
19
    </method>
 
20
    <method name="setBrightness">
 
21
      <arg type="i" direction="in" />
 
22
    </method>
 
23
    <method name="brightness">
 
24
      <arg type="i" direction="out" />
 
25
    </method>
 
26
    <method name="batteryRemainingTime">
 
27
      <arg type="t" direction="out" />
 
28
    </method>
 
29
    <method name="suspendToRam">
 
30
    </method>
 
31
    <method name="suspendToDisk">
 
32
    </method>
 
33
    <method name="suspendHybrid">
 
34
    </method>
 
35
    <!--<method name="turnOffScreen" />-->
 
36
    
 
37
    <!--<method name="getSupportedSuspendMethods">
 
38
      <arg type="a{sv}" direction="out" />
 
39
      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap" />
 
40
    </method>-->
 
41
    
 
42
    <!--<signal name="DPMSconfigUpdated">
 
43
    </signal>-->
 
44
    <signal name="brightnessChanged">
 
45
      <arg type="i" direction="out" />
 
46
    </signal>
 
47
    <signal name="profileChanged">
 
48
      <arg type="s" direction="out" />
 
49
    </signal>
 
50
    <signal name="configurationReloaded">
 
51
    </signal>
 
52
    <signal name="batteryRemainingTimeChanged">
 
53
      <arg type="t" direction="out" />
 
54
    </signal>
 
55
    <signal name="resumingFromSuspend">
 
56
    </signal>
 
57
  </interface>
 
58
</node>