|
VLC
2.1.0-git
|

Macros | |
| #define | UNICODE |
Functions | |
| char * | config_GetLibDir (void) |
| Determines the architecture-dependent data directory. | |
| char * | config_GetDataDir (void) |
| Determines the shared data directory. | |
| static char * | config_GetShellDir (int csidl) |
| static char * | config_GetAppDir (void) |
| char * | config_GetUserDir (vlc_userdir_t type) |
| #define UNICODE |
|
static |
References asprintf(), and config_GetShellDir().
Referenced by config_GetUserDir().
| char* config_GetDataDir | ( | void | ) |
Determines the shared data directory.
References config_GetLibDir(), getenv(), and strdup().
| char* config_GetLibDir | ( | void | ) |
Determines the architecture-dependent data directory.
References config_GetLibDir(), FromLocaleDup, PACKAGE, and system_Init().
|
static |
Referenced by config_GetAppDir(), and config_GetUserDir().
| char* config_GetUserDir | ( | vlc_userdir_t | type | ) |
1.8.1.2