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.

@FunctionalInterface public static interface OptionGroup.OnOptionErrorFunc
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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 #GOptionContext
      group - The group to which the function belongs
      user_data - User data added to the #GOptionGroup containing the option when it was created with g_option_group_new()