PluginInfo.isHidden

Check if the plugin is a hidden plugin.

A hidden plugin is a plugin which cannot be seen by a user through a plugin manager (like #PeasGtkPluginManager). Loading and unloading such plugins is the responsibility of the application alone or through plugins that depend on them.

The relevant key in the plugin info file is "Hidden".

class PluginInfo
bool
isHidden
()

Return Value

Type: bool

%TRUE if the plugin is a hidden plugin, %FALSE if not.

Meta