Package ch.bailu.gtk.gobject
Interface TypePluginClass.OnTypePluginUnuse
- 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
onTypePluginUnuse
(CallbackHandler __self, TypePlugin plugin) The type of the @unuse_plugin function of #GTypePluginClass.
-
Method Details
-
onTypePluginUnuse
The type of the @unuse_plugin function of #GTypePluginClass.- Parameters:
plugin
- the #GTypePlugin whose use count should be decreased
-