set_warning_callback_full


Description:

public void set_warning_callback_full (owned ParserWarningFunc warning_cb)

Registers the callback function being called if the parser detects any issues.

Parameters:

this

a ParserOptions

warning_cb

a ParserWarningFunc or null to clear the callback

notify

callback function ran on destruction

user_data

data passed to the warning callback function