Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
d0eb579a
Commit
d0eb579a
authored
Aug 24, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define all XDG user directories (not implemented yet)
parent
fe664dcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
include/vlc_configuration.h
include/vlc_configuration.h
+9
-4
No files found.
include/vlc_configuration.h
View file @
d0eb579a
...
...
@@ -222,10 +222,15 @@ 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_DOWNLOAD_DIR
,
/* VLC-specific download directory */
VLC_PICTURE_DIR
,
/* VLC-specific snapshot directory */
VLC_MUSIC_DIR
,
/* VLC-specific music directory */
VLC_VIDEO_DIR
,
/* VLC-specific video directory */
/* Generic directories (same as XDG) */
VLC_DESKTOP_DIR
,
VLC_DOWNLOAD_DIR
,
VLC_TEMPLATES_DIR
,
VLC_PUBLICSHARE_DIR
,
VLC_DOCUMENTS_DIR
,
VLC_MUSIC_DIR
,
VLC_PICTURES_DIR
,
VLC_VIDEOS_DIR
,
}
vlc_userdir_t
;
VLC_EXPORT
(
char
*
,
config_GetUserDir
,
(
vlc_userdir_t
)
LIBVLC_USED
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment