diff options
| author | Javier <dev.git@javispedro.com> | 2014-12-12 23:32:46 +0100 |
|---|---|---|
| committer | Javier <dev.git@javispedro.com> | 2014-12-12 23:32:46 +0100 |
| commit | 492a861a47c5165cf62a051303d4b45e5d5630cd (patch) | |
| tree | ee78b2cb3c176a2a9f76cf7fbf805404e0f23b69 /org.pebbled.Watch.xml | |
| parent | 75352f8cf5a60cfd291a26fe2c93d06281055f31 (diff) | |
query all apps from d-bus
Diffstat (limited to 'org.pebbled.Watch.xml')
| -rw-r--r-- | org.pebbled.Watch.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/org.pebbled.Watch.xml b/org.pebbled.Watch.xml index e076d6c..6336d04 100644 --- a/org.pebbled.Watch.xml +++ b/org.pebbled.Watch.xml @@ -60,5 +60,11 @@ <arg name="uuid" type="s" direction="in"/> <arg name="slot" type="i" direction="in"/> </method> + + <!-- Installed apps (not necessarily uploaded) --> + <property name="AllApps" type="aa{sv}" access="read"> + <annotation name="org.qtproject.QtDBus.QtTypeName" value="QVariantList"/> + </property> + <signal name="AllAppsChanged"/> </interface> </node> |
