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.

@FunctionalInterface public static interface TypePluginClass.OnTypePluginCompleteInterfaceInfo
  • 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 #GTypePlugin
      instance_type - the #GType of an instantiatable type to which the interface is added
      interface_type - the #GType of the interface whose info is completed
      info - the #GInterfaceInfo to fill in