dpgettext2
Description:
[ Version ( since = "2.18" ) ]
[ CCode ( cname = "g_dpgettext2" ) ]
public unowned string dpgettext2 (string? domain, string context, string msgid)
[ CCode ( cname = "g_dpgettext2" ) ]
public unowned string dpgettext2 (string? domain, string context, string msgid)
This function is a variant of dgettext which supports a disambiguating message context.
GNU gettext uses the '\004' character to separate the message context and message id in msgctxtid
.
This uses dgettext internally. See that functions for differences with dgettext proper.
This function differs from C_ in that it is not a macro and thus you may use non-string-literals as context and msgid arguments.
Parameters:
domain |
the translation domain to use, or null to use the domain set with textdomain |
context |
the message context |
msgid |
the message |
Returns:
The translated string |
Namespace: GLib
Package: glib-2.0