This repository has been archived on 2025-12-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
xfce4-eyes-plugin/panel-plugin/themes.h
Nick Schermer 2dc8facea7 * Commit new eyes plugin.
(Old svn revision: 2018)
2006-09-11 13:47:32 +00:00

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__ */