NetSurf
Functions
gettext.h File Reference

Localised message support (interface). More...

This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Localised message support (interface).

Provide gettext interface to the utility localisation routines

Definition in file gettext.h.

Function Documentation

◆ dcgettext()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ dgettext()

char * dgettext ( const char *  domainname,
const char *  msgid 
)

Definition at line 35 of file gettext.c.

References dcgettext().

Here is the call graph for this function:

◆ gettext()

char * gettext ( const char *  msgid)

Definition at line 30 of file gettext.c.

References dcgettext().

Here is the call graph for this function: