Added server side browsing via xmmsc_xform_media_browse()

This commit is contained in:
Tobias Rundstrom 2006-08-23 17:16:38 -04:00
parent 70c6c3832f
commit 95ff470248
12 changed files with 525 additions and 9 deletions

View file

@ -77,6 +77,13 @@ XMMSHandler::connect (const char *path)
return true;
}
Xmms::Client *
XMMSHandler::getClient ()
{
return &m_client;
}
void
XMMSHandler::restartPlaytime ()
{