File: org.gnome.Shell.xml

package info (click to toggle)
gnome-kiosk 49.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 888 kB
  • sloc: ansic: 8,842; xml: 342; sh: 82; makefile: 6
file content (41 lines) | stat: -rw-r--r-- 1,280 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
                      "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<!-- GDBus 2.66.7 -->
<node>
  <interface name="org.gnome.Shell">
    <method name="GrabAccelerator">
      <arg type="s" name="accelerator" direction="in">
      </arg>
      <arg type="u" name="modeFlags" direction="in">
      </arg>
      <arg type="u" name="grabFlags" direction="in">
      </arg>
      <arg type="u" name="action" direction="out">
      </arg>
    </method>
    <method name="GrabAccelerators">
      <arg type="a(suu)" name="accelerators" direction="in">
      </arg>
      <arg type="au" name="actions" direction="out">
      </arg>
    </method>
    <method name="UngrabAccelerator">
      <arg type="u" name="action" direction="in">
      </arg>
      <arg type="b" name="success" direction="out">
      </arg>
    </method>
    <method name="UngrabAccelerators">
      <arg type="au" name="action" direction="in">
      </arg>
      <arg type="b" name="success" direction="out">
      </arg>
    </method>
    <signal name="AcceleratorActivated">
      <arg type="u" name="action">
      </arg>
      <arg type="a{sv}" name="parameters">
      </arg>
    </signal>
  </interface>
</node>