labwc/include/common/dir.h
2020-08-10 17:24:17 +01:00

12 lines
248 B
C

#ifndef __LABWC_DIR_H
#define __LABWC_DIR_H
char *config_dir(void);
/**
* theme_dir - find theme directory containing theme @theme_name
* @theme_name: theme to search for
*/
char *theme_dir(const char *theme_name);
#endif /* __LABWC_DIR_H */