summaryrefslogtreecommitdiffstats
path: root/options/path.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-15 14:28:49 +0100
committerwm4 <wm4@nowhere>2015-02-15 14:28:49 +0100
commita27aa68dd33c613218d261b14ef1cf763abc1c33 (patch)
treef7196b53f45b0f7875d6cecdde879c61fb97b594 /options/path.h
parentcf073138b289243fb551242f8058a4f8490cc9af (diff)
downloadmpv-a27aa68dd33c613218d261b14ef1cf763abc1c33.tar.bz2
mpv-a27aa68dd33c613218d261b14ef1cf763abc1c33.tar.xz
player: undeprecate 'config' files
Actually, it's pretty simple to look for multiple filenames at once, since mp_find_all_config_files() is already a bit "special" anyway. See #1569. Reverts most of commit db167cd4 (keeps osx-bundle.conf).
Diffstat (limited to 'options/path.h')
-rw-r--r--options/path.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/options/path.h b/options/path.h
index 6e64cd1d3c..44c3489396 100644
--- a/options/path.h
+++ b/options/path.h
@@ -33,7 +33,8 @@ char *mp_find_config_file(void *talloc_ctx, struct mpv_global *global,
const char *filename);
// Find all instances of the given config file. Paths are returned in order
-// from lowest to highest priority.
+// from lowest to highest priority. filename can contain multiple names
+// separated with '|', with the first having highest priority.
char **mp_find_all_config_files(void *talloc_ctx, struct mpv_global *global,
const char *filename);