Package ch.bailu.gtk.gobject
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onTypePluginUse
(CallbackHandler __self, TypePlugin plugin) The type of the @use_plugin function of #GTypePluginClass, which gets called
to increase the use count of @plugin.
-
Method Details
-
onTypePluginUse
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
-