[ CCode ( has_target = false ) ]
public delegate bool PanelPluginCheck (Screen screen)
Callback function that is run before creating a plugin.
It should return false if the plugin is not available for whatever reason. The function can be given as argument to one of the registration macros.
| screen |
the Screen the panel is running on |
|
true if the plugin can be started, false otherwise. |