19 #ifndef CORE_UBUNTU_MEDIA_TRACK_LIST_STUB_H_
20 #define CORE_UBUNTU_MEDIA_TRACK_LIST_STUB_H_
26 #include <core/dbus/stub.h>
40 const std::shared_ptr<Player>& parent,
41 const core::dbus::Object::Ptr&
object);
45 const core::Property<Container>&
tracks()
const;
66 const core::Signal<std::pair<Track::Id, bool>>&
on_go_to_track()
const;
70 std::unique_ptr<Private> d;
76 #endif // CORE_UBUNTU_MEDIA_TRACK_LIST_STUB_H_