VLC  2.1.0-git
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
textdomain.c File Reference
Include dependency graph for textdomain.c:

Functions

int vlc_bindtextdomain (const char *domain)
char * vlc_gettext (const char *msgid)
 In-tree plugins share their gettext domain with LibVLC.
char * vlc_ngettext (const char *msgid, const char *plural, unsigned long n)

Function Documentation

int vlc_bindtextdomain ( const char *  domain)
char* vlc_gettext ( const char *  msgid)
char* vlc_ngettext ( const char *  msgid,
const char *  plural,
unsigned long  n 
)

References likely.

Referenced by Usage().