GLib.ScannerMsgFunc
function onScannerMsgFunc(scanner: GLib.Scanner, message: String, error: Boolean): void {
}
Specifies the type of the message handler function.
- scanner
- message
the message
- error
true if the message signals an error, false if it signals a warning.