Searched refs:msgctxtid (Results 1 – 3 of 3) sorted by relevance
150 glib_pgettext (const gchar *msgctxtid, in glib_pgettext() argument155 return g_dpgettext (GETTEXT_PACKAGE, msgctxtid, msgidoffset); in glib_pgettext()213 const gchar *msgctxtid, in g_dpgettext() argument219 translation = g_dgettext (domain, msgctxtid); in g_dpgettext()221 if (translation == msgctxtid) in g_dpgettext()224 return msgctxtid + msgidoffset; in g_dpgettext()225 sep = strchr (msgctxtid, '|'); in g_dpgettext()232 gchar *tmp = g_alloca (strlen (msgctxtid) + 1); in g_dpgettext()233 strcpy (tmp, msgctxtid); in g_dpgettext()234 tmp[sep - msgctxtid] = '\004'; in g_dpgettext()
54 const gchar *msgctxtid,
11 const gchar * glib_pgettext (const gchar *msgctxtid,