cdbe0a27a2
Add a new service client type for a filechooser portal client, and expose the x11_interop protocol to it. This will be used to make Nautilus a file chooser portal implementation. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3694>
21 lines
585 B
XML
21 lines
585 B
XML
<!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
|
|
-->
|
|
<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>
|