File: org.gnome.Mutter.DebugControl.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 (15 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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.DebugControl">

    <property name="ForceHDR" type="b" access="readwrite" />
    <property name="ForceLinearBlending" type="b" access="readwrite" />
    <property name="SessionManagementProtocol" type="b" access="readwrite" />
    <property name="InhibitHwCursor" type="b" access="readwrite" />
    <property name="A11yManagerWithoutAccessControl" type="b" access="readwrite" />
  </interface>

</node>