diff options
author | Alex Merry <dev@randomguy3.me.uk> | 2012-08-09 10:13:26 +0100 |
---|---|---|
committer | Alex Merry <dev@randomguy3.me.uk> | 2012-08-09 10:13:26 +0100 |
commit | 1e18459ae6f27871abc141a0d93f6e21be2d7a2d (patch) | |
tree | d2869be041044b9f4e08701c3eabd75788f13a61 | |
parent | d5b9e5ff8d2c8e7962ee3e5b4f85bcecff9c7984 (diff) |
Clarify behaviour of Play() when paused
Play() should behave exactly like PlayPause(), except when
PlaybackStatus is "Playing".
-rw-r--r-- | spec/Player_Node.xml | 1 | ||||
-rw-r--r-- | spec/all.xml | 13 |
2 files changed, 3 insertions, 11 deletions
diff --git a/spec/Player_Node.xml b/spec/Player_Node.xml index 5e18d51..bd39984 100644 --- a/spec/Player_Node.xml +++ b/spec/Player_Node.xml @@ -194,6 +194,7 @@ <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>Starts or resumes playback.</p> <p>If already playing, this has no effect.</p> + <p>If paused, playback resumes from the current position.</p> <p>If there is no track to play, this has no effect.</p> <p> If <tp:member-ref>CanPlay</tp:member-ref> is diff --git a/spec/all.xml b/spec/all.xml index 53948fe..e1ece7c 100644 --- a/spec/all.xml +++ b/spec/all.xml @@ -84,25 +84,16 @@ </tp:docstring> </tp:section> - <!-- (Only list corrections to the current version) <tp:section name="Corrections"> <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <ul> <li> - 2010-09-26: Added EmitsChangedSignal annotation to Volume property - on the Player interface. - </li> - <li> - 2011-01-26: Added PlaylistChanged signal to the Playlists interface. - </li> - <li> - 2011-11-04: Clarified the type of the mpris:trackid entry in the - Metadata property of the Player interface. + 2012-08-07: Clarified behaviour of the Play method + of the Player interface when paused. </li> </ul> </tp:docstring> </tp:section> ---> <tp:section name="Bus Name Policy"> <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> |