NetSurf
|
Localised gettext message support (implementation). More...
Go to the source code of this file.
Functions | |
char * | gettext (const char *msgid) |
char * | dgettext (const char *domainname, const char *msgid) |
char * | dcgettext (const char *domainname, const char *msgid, int category) |
Localised gettext message support (implementation).
Wrappers for gettext to the internal native language message support.
Definition in file gettext.c.
char * dcgettext | ( | const char * | domainname, |
const char * | msgid, | ||
int | category | ||
) |
Definition at line 40 of file gettext.c.
References messages_get().
Referenced by dgettext(), and gettext().
char * dgettext | ( | const char * | domainname, |
const char * | msgid | ||
) |
Definition at line 35 of file gettext.c.
References dcgettext().
char * gettext | ( | const char * | msgid | ) |
Definition at line 30 of file gettext.c.
References dcgettext().