[ CCode ( has_target = false ) ]
public delegate void ScannerMsgFunc (Scanner scanner, string message, bool error)
Specifies the type of the message handler function.
scanner |
a Scanner |
message |
the message |
error |
true if the message signals an error, false if it signals a warning. |