Schnittstelle OptionGroup.OnOptionErrorFunc

Umschließende Klasse:
OptionGroup
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface OptionGroup.OnOptionErrorFunc
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    onOptionErrorFunc(CallbackHandler __self, ch.bailu.gtk.glib.OptionContext context, OptionGroup group, Pointer data)
    The type of function to be used as callback when a parse error occurs.
  • Methodendetails

    • onOptionErrorFunc

      void onOptionErrorFunc(CallbackHandler __self, @Nonnull ch.bailu.gtk.glib.OptionContext context, @Nonnull OptionGroup group, @Nullable Pointer data)
      The type of function to be used as callback when a parse error occurs.
      Parameter:
      context - The active #GOptionContext
      group - The group to which the function belongs
      data - User data added to the #GOptionGroup containing the option when it was created with g_option_group_new()