Function
GLibTranslateFunc
Parameters
str
-
Type:
const gchar*
The untranslated string.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. user_data
-
Type:
gpointer
User data specified when installing the function, e.g. in
g_option_group_set_translate_func()
The argument can be NULL
.The data is owned by the caller of the function.