Function
GLibScannerMsgFunc
Declaration
void
(*GScannerMsgFunc)(
GScanner*scanner,
gchar*message,
gbooleanerror
)
Description [src]
Specifies the type of the message handler function.
Parameters
scanner-
Type:
GScannerA
GScanner.The data is owned by the caller of the function. message-
Type:
gchar*The message.
The data is owned by the caller of the function.The value is a NUL terminated UTF-8 string. error-
Type:
gbooleanTRUEif the message signals an error,FALSEif it signals a warning.