diff options
| author | Conor Curran <conor.curran@canonical.com> | 2011-01-27 17:08:08 -0600 |
|---|---|---|
| committer | Conor Curran <conor.curran@canonical.com> | 2011-01-27 17:08:08 -0600 |
| commit | b03499a823ded3f262aa065ee24b3e30a4cf0ca3 (patch) | |
| tree | 53e523624e195a02084e78153638aa2e1df1fe73 /src/mpris2-interfaces.vala | |
| parent | 4e0d98ea31ff315c03d2a297af0743cd92acfedf (diff) | |
| download | ayatana-indicator-sound-b03499a823ded3f262aa065ee24b3e30a4cf0ca3.tar.gz ayatana-indicator-sound-b03499a823ded3f262aa065ee24b3e30a4cf0ca3.tar.bz2 ayatana-indicator-sound-b03499a823ded3f262aa065ee24b3e30a4cf0ca3.zip | |
playlist fetching is now async and some compilation warnings sorted
Diffstat (limited to 'src/mpris2-interfaces.vala')
| -rw-r--r-- | src/mpris2-interfaces.vala | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mpris2-interfaces.vala b/src/mpris2-interfaces.vala index 9d0b8c9..0a0909f 100644 --- a/src/mpris2-interfaces.vala +++ b/src/mpris2-interfaces.vala @@ -68,8 +68,8 @@ public interface MprisPlaylists : Object { //methods public abstract async void ActivatePlaylist(ObjectPath playlist_id) throws IOError; - public abstract PlaylistDetails[] GetPlaylists ( uint32 index, - uint32 max_count, - string order, - bool reverse_order ) throws IOError; + public abstract async PlaylistDetails[] GetPlaylists ( uint32 index, + uint32 max_count, + string order, + bool reverse_order ) throws IOError; }
\ No newline at end of file |
