summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.