summaryrefslogtreecommitdiff
path: root/com.Meego.MainVolume2.xml
blob: 9b5b941107d59f8078d5b7f1ae9e5c979ed2b23c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>