diff options
author | Mirsal Ennaime <mirsal.ennaime@gmail.com> | 2010-08-11 23:24:28 +0200 |
---|---|---|
committer | Mirsal Ennaime <mirsal.ennaime@gmail.com> | 2010-08-11 23:24:28 +0200 |
commit | 456b255f13052635c5e2577daad79ec643f532dc (patch) | |
tree | 0dce2556674a2e62c62d027ec32e97bba54f3069 | |
parent | c556866cb8e5f366de1c93fcbec7ea69d87fde35 (diff) |
Add the CanSetVolume property
-rw-r--r-- | spec/Player_Node.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/spec/Player_Node.xml b/spec/Player_Node.xml index 25b9721..1dd0b53 100644 --- a/spec/Player_Node.xml +++ b/spec/Player_Node.xml @@ -618,6 +618,27 @@ </tp:docstring> </property> + <property name="CanSetVolume" tp:name-for-bindings="Can_Set_Volume" type="b" access="read"> + <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> + <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> + <p> + Whether the <tp:member-ref>Volume</tp:member-ref> property + can be set. If this property is <strong>false</strong>, then the + <tp:member-ref>Volume</tp:member-ref> property is read-only. + </p> + <p> + When this property changes, the + <tp:member-ref>PropertiesChanged</tp:member-ref> signal is emited with + the new value. + </p> + <p> + If <tp:member-ref>CanControl</tp:member-ref> is + <strong>false</strong>, this property should also be + <strong>false</strong>. + </p> + </tp:docstring> + </property> + <property name="CanControl" tp:name-for-bindings="Can_Control" type="b" access="read"> <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> |