Package ch.bailu.gtk.glib
Interface OptionGroup.OnOptionErrorFunc
- Enclosing class:
- OptionGroup
- 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
onOptionErrorFunc
(CallbackHandler __self, ch.bailu.gtk.glib.OptionContext context, OptionGroup group, Pointer user_data) The type of function to be used as callback when a parse error occurs.
-
Method Details
-
onOptionErrorFunc
void onOptionErrorFunc(CallbackHandler __self, @Nonnull ch.bailu.gtk.glib.OptionContext context, @Nonnull OptionGroup group, @Nullable Pointer user_data) The type of function to be used as callback when a parse error occurs.- Parameters:
context
- The active #GOptionContextgroup
- The group to which the function belongsuser_data
- User data added to the #GOptionGroup containing the option when it was created with g_option_group_new()
-