ocarina/include/ocarina/settings.h
Bryan Schumaker 83719838aa ocarina: Refresh path list when library is updated
I respond to the LIBRARY_REFRESH callback by creating new path panels to
show the updated information.
2011-10-20 18:46:54 -04:00

16 lines
285 B
C++

#ifndef OCARINA_SETTINGS_H
#define OCARINA_SETTINGS_H
#include <ocarina/gtk.h>
#include <string>
using namespace std;
void settings_init();
void add_settings_page(string, GtkWidget *);
void library_settings_init();
void library_settings_refresh();
#endif /* OCARINA_SETTINGS_H */