X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fclient.h;h=31bdbec4d70ce6a571425a2dc51e2988ee2d29fd;hb=3bd92c1fa7a85b47356cd6f2bad23893955a0785;hp=fa2ea8d02ebdcfff8002b74e9f8bbb77071d894d;hpb=ed777426d367df15a67082f5dae0911c21472b5f;p=xinema.git diff --git a/source/client.h b/source/client.h index fa2ea8d..31bdbec 100644 --- a/source/client.h +++ b/source/client.h @@ -32,6 +32,7 @@ private: void list_directory(const Msp::FS::Path &); void stream_created(XineStream &); + void stream_title_changed(const std::string &); void stream_duration_changed(const Msp::Time::TimeDelta &); void stream_position_changed(const Msp::Time::TimeDelta &); };