You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
2.6 KiB
62 lines
2.6 KiB
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
<node name="/org/freedesktop/portal/desktop">
|
|
<!-- Account -->
|
|
<interface name="org.freedesktop.impl.portal.Account">
|
|
<method name="GetUserInformation">
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
|
|
<arg type="o" name="handle" direction="in"/>
|
|
<arg type="s" name="app_id" direction="in"/>
|
|
<arg type="s" name="window" direction="in"/>
|
|
<arg type="a{sv}" name="options" direction="in"/>
|
|
<arg type="u" name="response" direction="out"/>
|
|
<arg type="a{sv}" name="results" direction="out"/>
|
|
</method>
|
|
</interface>
|
|
|
|
<!-- Email -->
|
|
<interface name="org.freedesktop.impl.portal.Email">
|
|
<method name="ComposeEmail">+
|
|
<arg type="o" name="handle" direction="in"/>
|
|
<arg type="s" name="app_id" direction="in"/>
|
|
<arg type="s" name="parent_window" direction="in"/>
|
|
<arg type="a{sv}" name="options" direction="in"/>
|
|
<arg type="u" name="response" direction="out"/>
|
|
<arg type="a{sv}" name="results" direction="out"/>
|
|
</method>
|
|
<property name="version" type="u" access="read"/>
|
|
</interface>
|
|
|
|
<!-- FileChooser -->
|
|
<interface name="org.freedesktop.impl.portal.FileChooser">
|
|
<method name="OpenFile">
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
|
|
<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">
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
|
|
<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">
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
|
|
<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> |