|
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. More... | |
| 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_CategoryHelpGet(), config_CategoryNameGet(), config_GetIntChoices(), config_GetPszChoices(), config_Write(), decoder_New(), EsOutProgramMeta(), EsOutUpdateInfo(), LanguageGetName(), vlc_http_res_req(), vlc_keycode2str(), vlc_meta_TypeToLocalizedString(), vlc_pgettext_aux(), vlc_player_AddAssociatedMedia(), vlc_playlist_PlaybackOrderChanged(), vlc_playlist_PlaybackRepeatChanged(), vlc_reallocarray(), vout_CreateVars(), and vout_InitInterlacingSupport().
| const char* vlc_ngettext | ( | const char * | msgid, |
| const char * | plural, | ||
| unsigned long | n | ||
| ) |
References likely.
Referenced by vlc_reallocarray().
1.8.13