Added AVAHI support to promoe. Check the promoe.pro file to enable / disable it.

This commit is contained in:
Tobias Rundstrom 2006-03-09 00:42:12 -03:00
parent dec1b66342
commit 056e50ea51
7 changed files with 280 additions and 5 deletions

View file

@ -14,6 +14,9 @@ class XMMSHandler : public QObject, public sigc::trackable {
static XMMSHandler *getInstance (void);
XMMSHandler (void);
~XMMSHandler ();
bool connect (const char *path);
void playback_playtime (XMMSResultValue<uint> *res);
void playback_current_id (XMMSResultValue<uint> *res);
void medialib_info (XMMSResultDict *res);