2023-01-27 21:49:56 +01:00
|
|
|
<!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
|
2024-04-09 16:11:59 -03:00
|
|
|
FILECHOOSER_PORTAL_BACKEND: 2
|
2023-01-27 21:49:56 +01:00
|
|
|
-->
|
|
|
|
<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>
|