File: com.cutefish.PowerManager.xml

package info (click to toggle)
cutefish-core 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,076 kB
  • sloc: cpp: 11,327; xml: 443; sh: 29; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 545 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
  <interface name="com.cutefish.PowerManager">
    <method name="setDimDisplayTimeout">
        <arg name="value" type="i" direction="in"/>
    </method>

    <method name="setSleepWhenClosedScreen">
      <arg name="value" type="b" direction="in"/>
    </method>

    <method name="setLockWhenClosedScreen">
      <arg name="value" type="b" direction="in"/>
    </method>
  </interface>
</node>