labwc/include/theme/theme-dir.h

11 lines
241 B
C
Raw Normal View History

2020-08-03 20:56:38 +01:00
#ifndef __LABWC_THEME_DIR_H
#define __LABWC_THEME_DIR_H
2020-08-07 20:21:14 +01:00
/**
* theme_dir - find theme directory containing theme @theme_name
* @theme_name: theme to search for
*/
char *theme_dir(const char *theme_name);
2020-08-03 20:56:38 +01:00
#endif /* __LABWC_THEME_DIR_H */