mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
core-util: Add pa_get_config_home_dir()
This commit is contained in:
parent
14845b2c8e
commit
6c5c65a718
2 changed files with 27 additions and 18 deletions
|
|
@ -139,6 +139,7 @@ char *pa_get_runtime_dir(void);
|
|||
char *pa_get_state_dir(void);
|
||||
char *pa_get_home_dir_malloc(void);
|
||||
int pa_append_to_home_dir(const char *path, char **_r);
|
||||
int pa_get_config_home_dir(char **_r);
|
||||
char *pa_get_binary_name_malloc(void);
|
||||
char *pa_runtime_path(const char *fn);
|
||||
char *pa_state_path(const char *fn, bool prepend_machine_id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue