gwenhywfar 5.12.0
i18n_l.h File Reference
#include <gwenhywfar/i18n.h>
Include dependency graph for i18n_l.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define I18N(msg)
#define I18S(msg)

Functions

int GWEN_I18N_ModuleFini ()
int GWEN_I18N_ModuleInit ()

Macro Definition Documentation

◆ I18N

#define I18N ( msg)
Value:
GWEN_I18N_Translate(PACKAGE, msg)
const char * GWEN_I18N_Translate(const char *txtdom, const char *text)
Definition i18n.c:255

Definition at line 46 of file i18n_l.h.

◆ I18S

#define I18S ( msg)
Value:
msg

Definition at line 47 of file i18n_l.h.

Function Documentation

◆ GWEN_I18N_ModuleFini()

int GWEN_I18N_ModuleFini ( )

Definition at line 174 of file i18n.c.

References gwen_i18n__currentlocale, gwen_i18n__localelist, and GWEN_StringList_free().

Referenced by GWEN_Fini().

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

◆ GWEN_I18N_ModuleInit()