Interface Gobject.OnBoxedCopyFunc

Enclosing class:
Gobject
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 Gobject.OnBoxedCopyFunc
  • Method Summary

    Modifier and Type
    Method
    Description
    This function is provided by the user and should produce a copy
    of the passed in boxed structure.
  • Method Details

    • 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.
      Parameters:
      boxed - The boxed structure to be copied.
      Returns:
      The newly created copy of the boxed structure.