X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_configuration.h;h=c208509efc117b657e989c819e2ff83f280334df;hb=439eed0f4d55150e0d2beb1d9679e8365717a7cd;hp=3e272938a5e4d57afed38357b2dfa1bb71945bc5;hpb=d0eb579af27486c1c38224cc5da42c87bc8c9b21;p=vlc diff --git a/include/vlc_configuration.h b/include/vlc_configuration.h index 3e272938a5..c208509efc 100644 --- a/include/vlc_configuration.h +++ b/include/vlc_configuration.h @@ -222,8 +222,9 @@ typedef enum vlc_userdir VLC_HOME_DIR, /* User's home */ VLC_CONFIG_DIR, /* VLC-specific configuration directory */ VLC_DATA_DIR, /* VLC-specific data directory */ + VLC_CACHE_DIR, /* VLC-specific user cached data directory */ /* Generic directories (same as XDG) */ - VLC_DESKTOP_DIR, + VLC_DESKTOP_DIR=0x80, VLC_DOWNLOAD_DIR, VLC_TEMPLATES_DIR, VLC_PUBLICSHARE_DIR, @@ -234,7 +235,6 @@ typedef enum vlc_userdir } vlc_userdir_t; VLC_EXPORT(char *, config_GetUserDir, ( vlc_userdir_t ) LIBVLC_USED); -VLC_EXPORT(char *, config_GetCacheDir, ( void ) LIBVLC_USED); VLC_EXPORT( void, __config_AddIntf, ( vlc_object_t *, const char * ) ); VLC_EXPORT( void, __config_RemoveIntf, ( vlc_object_t *, const char * ) );