123456789101112131415161718192021222324252627282930313233343536373839 |
- #ifndef __THEME_H__
- #define __THEME_H__
- #include <gtk/gtk.h>
- #define THEMERC "themerc"
- G_BEGIN_DECLS
- gchar *get_unity_theme_dir (const gchar *theme, const gchar *default_path);
- gchar *test_theme_dir (const gchar *theme, const char *themedir, const gchar *file);
- G_END_DECLS
- #endif
|