diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2024-07-08 18:58:28 +0300 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2024-07-08 18:59:14 +0300 |
commit | a5eb53fcbc12342f0a12ef4819146b2d0bb14652 (patch) | |
tree | 0d7bd718644ded44e69b6a6102173d699131c0b2 /interfaces/interfaces.xml | |
parent | 87769ed51d8087ddc4a02705f39fe4f21431b66f (diff) | |
download | xdg-desktop-portal-tde-a5eb53fcbc12342f0a12ef4819146b2d0bb14652.tar.gz xdg-desktop-portal-tde-a5eb53fcbc12342f0a12ef4819146b2d0bb14652.zip |
Added Account portal, permission dialog class, moved some code to util
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'interfaces/interfaces.xml')
-rw-r--r-- | interfaces/interfaces.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/interfaces/interfaces.xml b/interfaces/interfaces.xml index 003cdbd..c6f5357 100644 --- a/interfaces/interfaces.xml +++ b/interfaces/interfaces.xml @@ -1,5 +1,17 @@ <!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"> + <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">+ |