GtkTranslateFunc

The function used to translate messages in e.g. #GtkIconFactory and #GtkActionGroup.

alias GtkTranslateFunc = char* function(const(char)* path, void* funcData)

Return Value

the translated message

Meta