GTranslateFunc

The type of functions which are used to translate user-visible strings, for <option>--help</option> output.

alias GTranslateFunc = const(char)* function(const(char)* str, void* data)

Return Value

a translation of the string for the current locale. The returned string is owned by GLib and must not be freed.