Callbacks¶
|
Details¶
- Gsk.ParseErrorFunc(start, end, error, *user_data)¶
- Parameters:
start (
Gsk.ParseLocation
) – start of the error locationend (
Gsk.ParseLocation
) – end of the error locationerror (
GLib.Error
) – the error
Type of callback that is called when an error occurs during node deserialization.