|
PipeWire
0.3.28
|
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 | ) |
| const char* pw_ngettext | ( | const char * | msgid, |
| const char * | msgid_plural, | ||
| unsigned long int | n | ||
| ) |