diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-12-10 15:36:44 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-12-10 15:36:44 +0000 |
commit | 93190886959bfa16b835794a4a12a9a945e7777e (patch) | |
tree | cc78ef6d5f30e5b926ddf2b0006abc6f12718f57 /src/mpris2-interfaces.vala | |
parent | f3b321919e3390f3d3af2eea33ad71611616ce61 (diff) | |
download | ayatana-indicator-sound-93190886959bfa16b835794a4a12a9a945e7777e.tar.gz ayatana-indicator-sound-93190886959bfa16b835794a4a12a9a945e7777e.tar.bz2 ayatana-indicator-sound-93190886959bfa16b835794a4a12a9a945e7777e.zip |
proposed extension proven and observations gathered
Diffstat (limited to 'src/mpris2-interfaces.vala')
-rw-r--r-- | src/mpris2-interfaces.vala | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mpris2-interfaces.vala b/src/mpris2-interfaces.vala index ab8ac95..160f454 100644 --- a/src/mpris2-interfaces.vala +++ b/src/mpris2-interfaces.vala @@ -55,8 +55,6 @@ public struct PlaylistDetails{ // TODO: API criticisms // Get_playlists should be able to be async => pass in callback pointer -// Lacking the ability to query the current playlist (should be asyncable) -// - needed to keep client and servers in sync // => get_current_playlist -> // Should return PlaylistDetails struct with each field nil if there is no active playlist. // Otherwise a populated PlaylistDetails |