File: org.Cinnamon.xml

package info (click to toggle)
nemo 6.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,088 kB
  • sloc: ansic: 127,474; xml: 1,555; python: 1,434; sh: 57; makefile: 20
file content (20 lines) | stat: -rw-r--r-- 741 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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">
    <method name="GetMonitors">
      <arg type="ai" direction="out" name="monitors" />
    </method>
    <method name="GetMonitorWorkRect">
      <arg type="i" direction="in" name="monitor" />
      <arg type="ai" direction="out" name="rect" />
    </method>
    <signal name="MonitorsChanged"/>
    <property name="RunState" type="i" access="read" />
    <method name="GetRunState">
        <arg type="i" direction="out" name="state" />
    </method>
    <signal name="RunStateChanged"/>
  </interface>
</node>