[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGLib2' (#lcl)

TGTestLogFatalFunc

Declaration

Source position: lazglib2.pas line 3652

type TGTestLogFatalFunc = function(

  log_domain: Pgchar;

  log_level: TGLogLevelFlags;

  message: Pgchar;

  user_data: gpointer

):gboolean;