Schnittstelle TypePluginClass.OnTypePluginCompleteInterfaceInfo

Umschließende Klasse:
TypePluginClass
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface TypePluginClass.OnTypePluginCompleteInterfaceInfo
  • Methodendetails

    • 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.
      Parameter:
      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