PanelPluginCheck


Description:

[ 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.

Parameters:

screen

the Screen the panel is running on

Returns:

true if the plugin can be started, false otherwise.


Namespace: Xfce