gi18n-lib.h File Reference
API published in:
API deprecated in:
#include <glib/gstrfuncs.h>
#include <libintl.h>
Go to the source code of this file.
|
Defines |
#define | _(String) dgettext (GETTEXT_PACKAGE, String) |
#define | Q_(String) g_strip_context ((String), dgettext (GETTEXT_PACKAGE, String)) |
#define | N_(String) (String) |
Define Documentation
#define _ | ( | String | | ) | dgettext (GETTEXT_PACKAGE, String) |
|
#define N_ | ( | String | | ) | (String) |
|
#define Q_ | ( | String | | ) | g_strip_context ((String), dgettext (GETTEXT_PACKAGE, String)) |
|