Package ch.bailu.gtk.gobject
Interface InterfaceInfo.OnInterfaceFinalizeFunc
- Enclosing class:
- InterfaceInfo
- 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
onInterfaceFinalizeFunc
(CallbackHandler __self, Pointer g_iface, Pointer iface_data) A callback function used by the type system to finalize an interface.
-
Method Details
-
onInterfaceFinalizeFunc
void onInterfaceFinalizeFunc(CallbackHandler __self, @Nonnull Pointer g_iface, @Nullable Pointer iface_data) A callback function used by the type system to finalize an interface.
This function should destroy any internal data and release any resources
allocated by the corresponding GInterfaceInitFunc() function.- Parameters:
g_iface
- The interface structure to finalizeiface_data
- The @interface_data supplied via the #GInterfaceInfo structure
-