diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-03-23 08:03:02 -0400 |
---|---|---|
committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2011-03-23 08:03:02 -0400 |
commit | da843ceb9c02daa29264a84274fbe29980759781 (patch) | |
tree | 29832939d94854deb28655f2c3ed2612a86385c5 /vapi/common-defs.vapi | |
parent | b731b7b95a7507d2a900ae5f08af7ce54c8148a9 (diff) | |
parent | b7b6431edc4b20512f76be9c8688e67cda01831e (diff) | |
download | ayatana-indicator-sound-da843ceb9c02daa29264a84274fbe29980759781.tar.gz ayatana-indicator-sound-da843ceb9c02daa29264a84274fbe29980759781.tar.bz2 ayatana-indicator-sound-da843ceb9c02daa29264a84274fbe29980759781.zip |
* New upstream release.
- Media player should be automatically started up when play button is
pressed (LP: #714750)
- volume goes to zero when using some players like banshee or
rhythmbox (LP: #730925)
- handle banshee id change (LP: #737447)
- filter out video playlists (LP: #739273)
Diffstat (limited to 'vapi/common-defs.vapi')
-rw-r--r-- | vapi/common-defs.vapi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vapi/common-defs.vapi b/vapi/common-defs.vapi index 7cac0de..0d28cdb 100644 --- a/vapi/common-defs.vapi +++ b/vapi/common-defs.vapi @@ -59,10 +59,12 @@ namespace Transport{ PLAY_PAUSE, NEXT, REWIND, - FORWIND + FORWIND, + NO_ACTION } public enum State{ PLAYING, - PAUSED + PAUSED, + LAUNCHING } } |