summaryrefslogtreecommitdiff
path: root/com.Meego.MainVolume2.xml
diff options
context:
space:
mode:
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>
+