Interface TypePluginClass.OnTypePluginUse

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.OnTypePluginUse
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The type of the @use_plugin function of #GTypePluginClass, which gets called
    to increase the use count of @plugin.
  • Method Details

    • onTypePluginUse

      void onTypePluginUse(CallbackHandler __self, @Nonnull TypePlugin plugin)
      The type of the @use_plugin function of #GTypePluginClass, which gets called
      to increase the use count of @plugin.
      Parameters:
      plugin - the #GTypePlugin whose use count should be increased