labwc/include/common/dir.h

14 lines
292 B
C
Raw Permalink Normal View History

2021-11-13 21:56:53 +00:00
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __LABWC_DIR_H
#define __LABWC_DIR_H
char *config_dir(void);
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);
#endif /* __LABWC_DIR_H */