summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-04-22 15:32:23 +0200
committerAlexander Larsson <alexl@redhat.com>2016-04-25 18:59:17 +0200
commitb2b05e1175c881e867294444864b95db3cd2bc0c (patch)
treeae25670d43fa1a599baba9a5c01f46a9686de0a3 /data
parent6af6d629a2305cbc94d192399094c1e67ffe46c4 (diff)
downloadxdg-app-b2b05e1175c881e867294444864b95db3cd2bc0c.tar.gz
update/install: Handle deploy using the system service
Diffstat (limited to 'data')
-rw-r--r--data/org.freedesktop.XdgApp.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/data/org.freedesktop.XdgApp.xml b/data/org.freedesktop.XdgApp.xml
index 6f77efc..d90a6e0 100644
--- a/data/org.freedesktop.XdgApp.xml
+++ b/data/org.freedesktop.XdgApp.xml
@@ -84,7 +84,11 @@
<interface name='org.freedesktop.XdgApp.SystemHelper'>
<method name="Deploy">
- <arg type='ay' name='path' direction='in'/>
+ <arg type='ay' name='repo_path' direction='in'/>
+ <arg type='u' name='flags' direction='in'/>
+ <arg type='s' name='ref' direction='in'/>
+ <arg type='s' name='origin' direction='in'/>
+ <arg type='as' name='subpaths' direction='in'/>
</method>
</interface>