ScannerMsgFunc


Description:

[ CCode ( has_target = false ) ]
public delegate void ScannerMsgFunc (Scanner scanner, string message, bool error)

Specifies the type of the message handler function.

Parameters:

scanner

a Scanner

message

the message

error

true if the message signals an error, false if it signals a warning.


Namespace: GLib
Package: glib-2.0