| 
    PipeWire
    0.3.34
    
   | 
 
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) | 
| #define _ | ( | String | ) | (pw_gettext(String)) | 
| #define N_ | ( | String | ) | (String) | 
| const char* pw_gettext | ( | const char * | msgid | ) | 
References spa_i18n_text().
| const char* pw_ngettext | ( | const char * | msgid, | 
| const char * | msgid_plural, | ||
| unsigned long int | n | ||
| ) | 
References spa_i18n_ntext().