ParserWarningFunc


Description:

[ CCode ( instance_pos = 3.9 ) ]
public delegate void ParserWarningFunc (int64 offset, ParserWarning errcode, string item)

The function signature for a callback to g_mime_parser_options_set_warning_callback.

Parameters:

offset

parser offset where the issue has been detected, or -1 if it is unknown

errcode

a ParserWarning

item

a NUL-terminated string containing the value causing the issue, may be null

user_data

User-supplied callback data.


Namespace: GMime
Package: gmime-3.0