PipeWire  0.3.33
src/pipewire/i18n.h File Reference

Go to the source code of this file.

Macros

#define _(String)   (pw_gettext(String))
 
#define N_(String)   (String)
 

Functions

const char * pw_gettext (const char *msgid)
 
const char * pw_ngettext (const char *msgid, const char *msgid_plural, unsigned long int n)
 

Macro Definition Documentation

◆ _

#define _ (   String)    (pw_gettext(String))

◆ N_

#define N_ (   String)    (String)

Function Documentation

◆ pw_gettext()

const char* pw_gettext ( const char *  msgid)

References spa_i18n_text().

◆ pw_ngettext()

const char* pw_ngettext ( const char *  msgid,
const char *  msgid_plural,
unsigned long int  n 
)

References spa_i18n_ntext().