summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-03-14 14:26:35 +0100
committerAlexander Larsson <alexl@redhat.com>2016-03-14 14:26:35 +0100
commit30a536f6dc4dd263b34b355a5443c390e3299d25 (patch)
tree66f27e3578e9686a839c667c6518c1304f4b4a8f /data
parent56f0ffcb2b335ac96db2ce684c094058a10ae1bf (diff)
downloadxdg-app-30a536f6dc4dd263b34b355a5443c390e3299d25.tar.gz
Add change notification for the permissions store
Diffstat (limited to 'data')
-rw-r--r--data/org.freedesktop.XdgApp.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/org.freedesktop.XdgApp.xml b/data/org.freedesktop.XdgApp.xml
index b156c94..9d3b7e2 100644
--- a/data/org.freedesktop.XdgApp.xml
+++ b/data/org.freedesktop.XdgApp.xml
@@ -73,6 +73,13 @@
<arg name='ids' type='as' direction='out'/>
</method>
+ <signal name="Changed">
+ <arg name='table' type='s' direction='out'/>
+ <arg name='id' type='s' direction='out'/>
+ <arg name='deleted' type='b' direction='out'/>
+ <arg name='data' type='v' direction='out'/>
+ <arg name='permissions' type='a{sas}' direction='out'/>
+ </signal>
</interface>
</node>