File: org.cinnamon.SettingsDaemon.Power.Screen.xml

package info (click to toggle)
cinnamon-settings-daemon 6.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,780 kB
  • sloc: ansic: 29,305; xml: 205; python: 66; sh: 50; makefile: 24
file content (27 lines) | stat: -rw-r--r-- 1,009 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
                      "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<!-- GDBus 2.48.1 -->

<node>
  <interface name='org.cinnamon.SettingsDaemon.Power.Screen'>
    <method name='StepUp'>
      <arg type='u' name='new_percentage' direction='out'/>
      <arg type='i' name='output_x' direction='out'/>
      <arg type='i' name='output_y' direction='out'/>
    </method>
    <method name='StepDown'>
      <arg type='u' name='new_percentage' direction='out'/>
      <arg type='i' name='output_x' direction='out'/>
      <arg type='i' name='output_y' direction='out'/>
    </method>
    <method name='GetPercentage'>
      <arg type='u' name='percentage' direction='out'/>
    </method>
    <method name='SetPercentage'>
      <arg type='u' name='percentage' direction='in'/>
      <arg type='u' name='new_percentage' direction='out'/>
    </method>
    <signal name='Changed'>
    </signal>
  </interface>
</node>