File: org.gnome.Mutter.ColorManager.xml

package info (click to toggle)
mutter 49.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 51,732 kB
  • sloc: ansic: 397,916; xml: 3,384; python: 3,270; sh: 389; ruby: 167; makefile: 61; javascript: 26
file content (31 lines) | stat: -rw-r--r-- 791 bytes parent folder | download
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
28
29
30
31
<!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="org.gnome.Mutter.ColorManager">

    <method name="CalibrateMonitor">
      <arg name="connector" type="s" direction="in" />
      <arg name="session" type="o" direction="out" />
    </method>

  </interface>

  <interface name="org.gnome.Mutter.ColorManager.Calibration">

    <method name="SetCrtcGammaLut">
      <arg name="red" direction="in" type="aq" />
      <arg name="green" direction="in" type="aq" />
      <arg name="blue" direction="in" type="aq" />
    </method>

    <method name="Stop"/>

    <property name="GammaLutSize" type="u" access="read" />

    <signal name="Stopped" />

  </interface>

</node>