summaryrefslogtreecommitdiffstats
path: root/interfaces
diff options
context:
space:
mode:
authorMavridis Philippe <[email protected]>2024-10-02 20:39:12 +0300
committerMavridis Philippe <[email protected]>2024-10-02 20:39:12 +0300
commitb0aeeeb9669438db204b88711ab318a5dcab8f98 (patch)
tree8a7e74c15899b67343cda288e01b449ccd9db60b /interfaces
parent2397c7e9cb9eba2b2b7934ef7d59e1bd3035c67d (diff)
downloadxdg-desktop-portal-tde-b0aeeeb9669438db204b88711ab318a5dcab8f98.tar.gz
xdg-desktop-portal-tde-b0aeeeb9669438db204b88711ab318a5dcab8f98.zip
Port TDEFileChooserPortal::SaveFiles and TDEAccountPortal to DialogResultSender
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'interfaces')
-rw-r--r--interfaces/interfaces.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/interfaces/interfaces.xml b/interfaces/interfaces.xml
index e86379f..7b9c2c8 100644
--- a/interfaces/interfaces.xml
+++ b/interfaces/interfaces.xml
@@ -3,6 +3,7 @@
<!-- 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"/>
@@ -48,6 +49,7 @@
<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" />