menu: generalize filtering, introduce interfaces
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#ifndef _STATUS_CHECKER_H
|
||||
#define _STATUS_CHECKER_H
|
||||
|
||||
#include "interfaces.h"
|
||||
#include "mpdpp.h"
|
||||
#include "ncmpcpp.h"
|
||||
|
||||
@@ -46,7 +47,7 @@ void ShowMessage(const char *, ...) GNUC_PRINTF(1, 2);
|
||||
|
||||
void StatusbarMPDCallback();
|
||||
void StatusbarGetStringHelper(const std::wstring &);
|
||||
void StatusbarApplyFilterImmediately(const std::wstring &);
|
||||
void StatusbarApplyFilterImmediately(Filterable *f, const std::wstring &ws);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user