Package ch.bailu.gtk.gobject
Interface TypePluginClass.OnTypePluginCompleteInterfaceInfo
- Enclosing class:
- TypePluginClass
- 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
onTypePluginCompleteInterfaceInfo
(CallbackHandler __self, TypePlugin plugin, long instance_type, long interface_type, InterfaceInfo info) The type of the @complete_interface_info function of #GTypePluginClass.
-
Method Details
-
onTypePluginCompleteInterfaceInfo
void onTypePluginCompleteInterfaceInfo(CallbackHandler __self, @Nonnull TypePlugin plugin, long instance_type, long interface_type, @Nonnull InterfaceInfo info) The type of the @complete_interface_info function of #GTypePluginClass.- Parameters:
plugin
- the #GTypePlugininstance_type
- the #GType of an instantiatable type to which the interface is addedinterface_type
- the #GType of the interface whose info is completedinfo
- the #GInterfaceInfo to fill in
-