Package ch.bailu.gtk.gobject
Interface Gobject.OnTypeInterfaceCheckFunc
- 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
onTypeInterfaceCheckFunc
(CallbackHandler __self, Pointer check_data, Pointer g_iface) A callback called after an interface vtable is initialized.
-
Method Details
-
onTypeInterfaceCheckFunc
void onTypeInterfaceCheckFunc(CallbackHandler __self, @Nullable Pointer check_data, @Nonnull Pointer g_iface) A callback called after an interface vtable is initialized.
See g_type_add_interface_check().- Parameters:
check_data
- data passed to g_type_add_interface_check()g_iface
- the interface that has been initialized
-