API updates
This commit is contained in:
parent
d356989d5e
commit
018f3c97a8
2 changed files with 15 additions and 15 deletions
|
@ -15,10 +15,10 @@ class XMMSHandler : public QObject, public sigc::trackable {
|
|||
public:
|
||||
XMMSHandler (MainWindow *mw);
|
||||
~XMMSHandler ();
|
||||
void playback_playtime (XMMSResult *res);
|
||||
void playback_current_id (XMMSResult *res);
|
||||
void medialib_info (XMMSResult *res);
|
||||
void playback_status (XMMSResult *res);
|
||||
void playback_playtime (XMMSResultValueUint *res);
|
||||
void playback_current_id (XMMSResultValueUint *res);
|
||||
void medialib_info (XMMSResultDict *res);
|
||||
void playback_status (XMMSResultValueUint *res);
|
||||
|
||||
const XMMSClient *getXMMS () { return m_xmmsc; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue