Function
Gimpbind_text_domain
Declaration [src]
void
gimp_bind_text_domain (
const gchar* domain_name,
const gchar* dir_name
)
Description [src]
This function wraps bindtextdomain on UNIX and wbintextdomain on Windows.
dir_name
is expected to be in the encoding used by the C library on UNIX
and UTF-8 on Windows.
Available since: | 3.0 |