lib: add a function to return the XDG_CONFIG_DIR

This commit is contained in:
Peter Hutterer
2021-07-07 15:17:03 +10:00
committed by George Kiagiadakis
parent 6c3a8d2f83
commit 2e88a115d1
2 changed files with 19 additions and 0 deletions

View File

@@ -68,6 +68,9 @@ const gchar * wp_get_module_dir (void);
WP_API
const gchar * wp_get_xdg_state_dir (void);
WP_API
const gchar * wp_get_xdg_config_dir (void);
WP_API
const gchar * wp_get_config_dir (void);