You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xdg-desktop-portal-tde/interfaces/filechooser.xml

32 lines
1.4 KiB
XML

<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/">
<interface name="org.freedesktop.impl.portal.FileChooser">
<method name="OpenFile">
<arg name="handle" type="o" direction="in" />
<arg name="app_id" type="s" direction="in" />
<arg name="parent_window" type="s" direction="in" />
<arg name="title" type="s" direction="in" />
<arg name="options" type="a{sv}" direction="in" />
<arg name="response" type="u" direction="out" />
<arg name="results" type="a{sv}" direction="out" />
</method>
<method name="SaveFile">
<arg name="handle" type="o" direction="in" />
<arg name="app_id" type="s" direction="in" />
<arg name="parent_window" type="s" direction="in" />
<arg name="title" type="s" direction="in" />
<arg name="options" type="a{sv}" direction="in" />
<arg name="response" type="u" direction="out" />
<arg name="results" type="a{sv}" direction="out" />
</method>
<method name="SaveFiles">
<arg name="handle" type="o" direction="in" />
<arg name="app_id" type="s" direction="in" />
<arg name="parent_window" type="s" direction="in" />
<arg name="title" type="s" direction="in" />
<arg name="options" type="a{sv}" direction="in" />
<arg name="response" type="u" direction="out" />
<arg name="results" type="a{sv}" direction="out" />
</method>
</interface>
</node>