/* Echo Media Player
* Copyright (C) 2008 Shane O'Connell
*
* [ The original file includes a copyright header in this location describing
* the file as being released under the terms of the GNU General Public
* License. It has been removed in order to display the file as part of the
* archive. ]
*/
#ifndef PLAYSOURCEFILTER_H_
#define PLAYSOURCEFILTER_H_
#include <gtkmm.h>
class PlaySourceFilter
{
public:
PlaySourceFilter();
void parse(const Glib::ustring& filter_string);
void add_term(const Glib::ustring&);
};
#endif /* PLAYSOURCEFILTER_H_ */