docs: Add new state transition from STOPPED to PAUSED in graph

This commit is contained in:
Stein Magnus Jodal 2011-06-09 18:16:50 +02:00
parent 4894332160
commit 7bd281942a

View File

@ -263,6 +263,7 @@ class PlaybackController(object):
.. digraph:: state_transitions
"STOPPED" -> "PLAYING" [ label="play" ]
"STOPPED" -> "PAUSED" [ label="pause" ]
"PLAYING" -> "STOPPED" [ label="stop" ]
"PLAYING" -> "PAUSED" [ label="pause" ]
"PLAYING" -> "PLAYING" [ label="play" ]