VLC 4.0.0-dev
|
Functions | |
int | vlc_bindtextdomain (const char *domain) |
const char * | vlc_gettext (const char *msgid) |
In-tree plugins share their gettext domain with LibVLC. | |
const char * | vlc_ngettext (const char *msgid, const char *plural, unsigned long n) |
int vlc_bindtextdomain | ( | const char * | domain | ) |
References config_GetSysPath(), LocaleFree, ToLocale, unlikely, and VLC_LOCALE_DIR.
Referenced by libvlc_InternalInit().
const char * vlc_gettext | ( | const char * | msgid | ) |
In-tree plugins share their gettext domain with LibVLC.
References likely.
Referenced by aout_New(), config_GetIntChoices(), config_GetPszChoices(), config_Write(), decoder_New(), EsOutProgramMeta(), EsOutUpdateInfo(), LanguageGetName(), vlc_config_cat_GetHelp(), vlc_config_subcat_GetHelp(), vlc_config_subcat_GetName(), vlc_http_res_req(), vlc_keycode2str(), vlc_meta_TypeToLocalizedString(), vlc_pgettext_aux(), vlc_player_AddAssociatedMedia(), vlc_playlist_PlaybackOrderChanged(), vlc_playlist_PlaybackRepeatChanged(), vout_CreateVars(), and vout_InitInterlacingSupport().
const char * vlc_ngettext | ( | const char * | msgid, |
const char * | plural, | ||
unsigned long | n | ||
) |
References likely.