summaryrefslogtreecommitdiff
path: root/com.Meego.MainVolume2.xml
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2016-09-02 19:11:27 +0200
committerJavier <dev.git@javispedro.com>2016-09-02 19:11:27 +0200
commit01e9344b49c1b4877a0a15a620477fb78b3a5d37 (patch)
tree5cfb75573359cd84e830046c456ee02a4c15e6b4 /com.Meego.MainVolume2.xml
parentbbbc4b88c8bfb69dd652e1ffd2f6f8afdb2fe0fc (diff)
downloadlibwatchfish-01e9344b49c1b4877a0a15a620477fb78b3a5d37.tar.gz
libwatchfish-01e9344b49c1b4877a0a15a620477fb78b3a5d37.zip
add partial volume controller
Diffstat (limited to 'com.Meego.MainVolume2.xml')
-rw-r--r--com.Meego.MainVolume2.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/com.Meego.MainVolume2.xml b/com.Meego.MainVolume2.xml
new file mode 100644
index 0000000..9b5b941
--- /dev/null
+++ b/com.Meego.MainVolume2.xml
@@ -0,0 +1,13 @@
+<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
+"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+<node>
+ <interface name="com.Meego.MainVolume2">
+ <property name="StepCount" type="u" access="read"/>
+ <property name="CurrentStep" type="u" access="readwrite"/>
+ <signal name="StepsUpdated">
+ <arg name="StepCount" type="u" direction="out"/>
+ <arg name="CurrentStep" type="u" direction="out"/>
+ </signal>
+ </interface>
+</node>
+