NetSurf
Functions
gettext.c File Reference

Localised gettext message support (implementation). More...

#include <stdlib.h>
#include "utils/messages.h"
#include "gtk/gettext.h"
Include dependency graph for gettext.c:

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 gettext message support (implementation).

Wrappers for gettext to the internal native language message support.

Definition in file gettext.c.

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: