Added AVAHI support to promoe. Check the promoe.pro file to enable / disable it.
This commit is contained in:
parent
dec1b66342
commit
056e50ea51
7 changed files with 280 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue