~alfonsosanchezbeato/media-hub/reimplement-shuffling

« back to all changes in this revision

Viewing changes to src/core/media/track_list_stub.h

  • Committer: Alfonso Sanchez-Beato
  • Date: 2015-11-17 08:07:22 UTC
  • mfrom: (162.1.17 media-hub)
  • Revision ID: alfonso.sanchez-beato@canonical.com-20151117080722-jz5uecejzr1arq5e
MergeĀ lp:~phablet-team/media-hub/add_move_trackĀ (go_to)

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    bool move_track(const Track::Id& id, const Track::Id& to);
53
53
    void remove_track(const Track::Id& id);
54
54
 
55
 
    void go_to(const Track::Id& track, bool toggle_player_state);
 
55
    void go_to(const Track::Id& track);
56
56
 
57
57
    Track::Id next();
58
58
    Track::Id previous();
69
69
    const core::Signal<Track::Id>& on_track_removed() const;
70
70
    const core::Signal<void>& on_track_list_reset() const;
71
71
    const core::Signal<Track::Id>& on_track_changed() const;
72
 
    const core::Signal<std::pair<Track::Id, bool>>& on_go_to_track() const;
 
72
    const core::Signal<Track::Id>& on_go_to_track() const;
73
73
    const core::Signal<void>& on_end_of_tracklist() const;
74
74
 
75
75
private: