File: org.gnome.Mutter.ServiceChannel.xml

package info (click to toggle)
mutter 48.7-0%2Bdeb13u1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 50,268 kB
  • sloc: ansic: 377,044; xml: 3,704; python: 3,060; sh: 391; ruby: 167; makefile: 61; javascript: 26
file content (22 lines) | stat: -rw-r--r-- 631 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
<!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.ServiceChannel">

    <!--
        ServiceClientTypes:
           PORTAL_BACKEND: 1
           FILECHOOSER_PORTAL_BACKEND: 2
           GLOBAL_SHORTCUTS_PORTAL_BACKEND: 3
    -->
    <method name="OpenWaylandServiceConnection">
      <arg name="service_client_type" type="u" direction="in" />
      <annotation name="org.gtk.GDBus.C.UnixFD" value="true"/>
      <arg name="fd" type="h" direction="out" />
    </method>

  </interface>

</node>