diff options
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">+ |