Package ch.bailu.gtk.gobject
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.
-
Method Summary
Modifier and TypeMethodDescriptiononBoxedCopyFunc
(CallbackHandler __self, Pointer boxed) This function is provided by the user and should produce a copy
of the passed in boxed structure.
-
Method Details
-
onBoxedCopyFunc
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.
-