25#ifndef PIPEWIRE_I18N_H
26#define PIPEWIRE_I18N_H
37#define _(String) (pw_gettext(String))
38#define N_(String) (String)
SPA_FORMAT_ARG_FUNC(1) const char *pw_gettext(const char *msgid)
const char * msgid_plural
Definition: pipewire/src/pipewire/i18n.h:35
const char unsigned long int n
Definition: pipewire/src/pipewire/i18n.h:35
const char * pw_ngettext(const char *msgid, const char *msgid_plural, unsigned long int n)
Definition: pipewire.c:437
const char * pw_gettext(const char *msgid)
Definition: pipewire.c:432