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.

@FunctionalInterface public static interface TypePluginClass.OnTypePluginCompleteTypeInfo
  • 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 #GTypePlugin
      g_type - the #GType whose info is completed
      info - the #GTypeInfo struct to fill in
      value_table - the #GTypeValueTable to fill in