
Defines | |
| #define | UNICODE |
Functions | |
| char * | config_GetLibDir (void) |
| Determines the architecture-dependent data directory. | |
| char * | config_GetDataDir (void) |
| Determines the shared data directory. | |
| const char * | config_GetConfDir (void) |
| Determines the system configuration directory. | |
| static char * | config_GetShellDir (int csidl) |
| static char * | config_GetAppDir (void) |
| char * | config_GetUserDir (vlc_userdir_t type) |
| #define UNICODE |
| static char* config_GetAppDir | ( | void | ) | [static] |
References asprintf(), and config_GetShellDir().
Referenced by config_GetUserDir().
| const char* config_GetConfDir | ( | void | ) |
Determines the system configuration directory.
References config_GetLibDir().
| 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 char* config_GetShellDir | ( | int | csidl | ) | [static] |
Referenced by config_GetAppDir(), and config_GetUserDir().
| char* config_GetUserDir | ( | vlc_userdir_t | type | ) |
1.7.1