GTestLogFatalFunc

Specifies the prototype of fatal log handler functions.

alias GTestLogFatalFunc = int function(const(char)* logDomain, GLogLevelFlags logLevel, const(char)* message, void* userData)

Return Value

TRUE if the program should abort, FALSE otherwise

Meta

Since

2.22