Package ch.bailu.gtk.gobject
Interface TypePluginClass.OnTypePluginCompleteTypeInfo
- 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 TypeMethodDescriptionvoidonTypePluginCompleteTypeInfo(CallbackHandler __self, TypePlugin plugin, long g_type, TypeInfo info, TypeValueTable value_table) The type of the @complete_type_info function of #GTypePluginClass.
-
Method Details
-
onTypePluginCompleteTypeInfo
void onTypePluginCompleteTypeInfo(CallbackHandler __self, @Nonnull TypePlugin plugin, long g_type, @Nonnull TypeInfo info, @Nonnull TypeValueTable value_table) The type of the @complete_type_info function of #GTypePluginClass.- Parameters:
plugin- the #GTypePluging_type- the #GType whose info is completedinfo- the #GTypeInfo struct to fill invalue_table- the #GTypeValueTable to fill in
-