Package ch.bailu.gtk.gobject
Interface Gobject.OnBoxedFreeFunc
- 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 TypeMethodDescriptionvoid
onBoxedFreeFunc
(CallbackHandler __self, Pointer boxed) This function is provided by the user and should free the boxed
structure passed.
-
Method Details
-
onBoxedFreeFunc
This function is provided by the user and should free the boxed
structure passed.- Parameters:
boxed
- The boxed structure to be freed.
-