|
VLC
3.0.15
|

Functions | |
| int | vlc_bindtextdomain (const char *domain) |
| char * | vlc_gettext (const char *msgid) |
| In-tree plugins share their gettext domain with LibVLC. More... | |
| char * | vlc_ngettext (const char *msgid, const char *plural, unsigned long n) |
| int vlc_bindtextdomain | ( | const char * | domain | ) |
References asprintf(), config_GetDataDir(), DIR_SEP, ToLocaleDup, and unlikely.
Referenced by libvlc_InternalInit().
| char* vlc_gettext | ( | const char * | msgid | ) |
In-tree plugins share their gettext domain with LibVLC.
References likely.
Referenced by aout_New(), config_CategoryHelpGet(), config_CategoryNameGet(), config_GetIntChoices(), decoder_New(), input_vaControl(), LanguageGetCode(), vlc_http_res_req(), vlc_keycode2str(), vout_InitInterlacingSupport(), and xmalloc().
| char* vlc_ngettext | ( | const char * | msgid, |
| const char * | plural, | ||
| unsigned long | n | ||
| ) |
References likely.
1.8.16