Function
GLibTranslateFunc
Description [src]
The type of functions which are used to translate user-visible strings, for output.
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. 
- data
- 
            Type: gpointerUser 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.