Package ch.bailu.gtk.gsk
Interface RenderNode.OnParseErrorFunc
- Enclosing class:
- RenderNode
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onParseErrorFunc
(CallbackHandler __self, ParseLocation start, ParseLocation end, Error error, Pointer user_data) Type of callback that is called when an error occurs
during node deserialization.
-
Method Details
-
onParseErrorFunc
void onParseErrorFunc(CallbackHandler __self, @Nonnull ParseLocation start, @Nonnull ParseLocation end, @Nonnull Error error, @Nullable Pointer user_data) Type of callback that is called when an error occurs
during node deserialization.- Parameters:
start
- start of the error locationend
- end of the error locationerror
- the erroruser_data
- user data
-