summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-02 16:14:51 +0200
committerwm4 <wm4@nowhere>2015-05-02 16:14:51 +0200
commita52a494fe4e5cfb97aaaaf5a906516a84ce3ece2 (patch)
tree93133a7047b2ca79672705929b7422bc8807851b /osdep
parentdd2c65429ff918112dfe107513d56c7da2e0f0fd (diff)
downloadmpv-a52a494fe4e5cfb97aaaaf5a906516a84ce3ece2.tar.bz2
mpv-a52a494fe4e5cfb97aaaaf5a906516a84ce3ece2.tar.xz
path: update path descriptions
Diffstat (limited to 'osdep')
-rw-r--r--osdep/path.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/osdep/path.h b/osdep/path.h
index 59a3ba7590..f38074b47d 100644
--- a/osdep/path.h
+++ b/osdep/path.h
@@ -7,8 +7,9 @@
// The following type values are defined:
// "home" the native mpv-specific user config dir
// "old_home" same as "home", but lesser priority (compatibility)
-// "osxbundle" OSX bundle path
+// "osxbundle" OSX bundle resource path
// "global" the least priority, global config file location
+// "desktop" path to desktop contents
//
// It is allowed to return a static string, so the caller must set talloc_ctx
// to something other than NULL to avoid memory leaks.