Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
f2ba521b
Commit
f2ba521b
authored
May 05, 2008
by
Rémi Denis-Courmont
Browse files
Export config_Get*Dir
parent
5cd6f285
Changes
3
Hide whitespace changes
Inline
Side-by-side
include/vlc_configuration.h
View file @
f2ba521b
...
...
@@ -215,6 +215,9 @@ VLC_EXPORT( void, __config_ResetAll, ( vlc_object_t * ) );
VLC_EXPORT
(
module_config_t
*
,
config_FindConfig
,(
vlc_object_t
*
,
const
char
*
)
);
VLC_EXPORT
(
const
char
*
,
config_GetDataDir
,
(
void
));
VLC_EXPORT
(
char
*
,
config_GetConfigDir
,
(
void
)
);
VLC_EXPORT
(
char
*
,
config_GetUserDataDir
,
(
void
)
);
VLC_EXPORT
(
char
*
,
config_GetCacheDir
,
(
void
)
);
VLC_EXPORT
(
void
,
__config_AddIntf
,
(
vlc_object_t
*
,
const
char
*
)
);
VLC_EXPORT
(
void
,
__config_RemoveIntf
,
(
vlc_object_t
*
,
const
char
*
)
);
...
...
src/config/configuration.h
View file @
f2ba521b
...
...
@@ -44,9 +44,6 @@ void config_UnsetCallbacks( module_config_t *, size_t );
int
__config_LoadCmdLine
(
vlc_object_t
*
,
int
*
,
const
char
*
[],
bool
);
char
*
config_GetHomeDir
(
void
);
char
*
config_GetConfigDir
(
void
);
char
*
config_GetUserDataDir
(
void
);
char
*
config_GetCacheDir
(
void
);
char
*
config_GetConfigFile
(
libvlc_int_t
*
);
char
*
config_GetCustomConfigFile
(
libvlc_int_t
*
);
int
__config_LoadConfigFile
(
vlc_object_t
*
,
const
char
*
);
...
...
src/libvlc.sym
View file @
f2ba521b
...
...
@@ -50,11 +50,14 @@ config_ChainDestroy
__config_ChainParse
__config_ExistIntf
config_FindConfig
config_GetCacheDir
config_GetConfigDir
config_GetDataDir
__config_GetFloat
__config_GetInt
__config_GetPsz
__config_GetType
config_GetUserDataDir
__config_PutFloat
__config_PutInt
__config_PutPsz
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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