diff options
Diffstat (limited to 'interfaces/interfaces.xml')
-rw-r--r-- | interfaces/interfaces.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interfaces/interfaces.xml b/interfaces/interfaces.xml index c6f5357..e86379f 100644 --- a/interfaces/interfaces.xml +++ b/interfaces/interfaces.xml @@ -28,6 +28,7 @@ <!-- 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" /> @@ -37,6 +38,7 @@ <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" /> |