Schnittstelle Gobject.OnBoxedCopyFunc

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

@FunctionalInterface public static interface Gobject.OnBoxedCopyFunc
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    This function is provided by the user and should produce a copy
    of the passed in boxed structure.
  • Methodendetails

    • onBoxedCopyFunc

      Pointer onBoxedCopyFunc(CallbackHandler __self, @Nonnull Pointer boxed)
      This function is provided by the user and should produce a copy
      of the passed in boxed structure.
      Parameter:
      boxed - The boxed structure to be copied.
      Gibt zurück:
      The newly created copy of the boxed structure.