8 lines
151 B
C
8 lines
151 B
C
#ifndef __THEMES_H__
|
|
#define __THEMES_H__
|
|
#include <gtk/gtk.h>
|
|
|
|
void
|
|
load_theme (EyesPlugin *eyes, const gchar *theme_dir);
|
|
|
|
#endif /* __THEMES_H__ */
|