LogFatalFunc


Description:

public delegate bool LogFatalFunc (string? log_domain, LogLevelFlags log_levels, string message)

Specifies the prototype of fatal log handler functions.

Parameters:

log_domain

the log domain of the message

message

the message to process

log_level

the log level of the message (including the fatal and recursion flags)

user_data

user data, set in log_set_fatal_handler

Returns:

true if the program should abort, false otherwise


Namespace: GLib.Test
Package: glib-2.0