PluginInfo.isBuiltin

Check if the plugin is a builtin plugin.

A builtin plugin is a plugin which cannot be enabled or disabled by the user through a plugin manager (like #PeasGtkPluginManager). Loading or unloading such plugins is the responsibility of the application alone. Most applications will usually load those plugins immediately after the initialization of the #PeasEngine.

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

class PluginInfo
bool
isBuiltin
()

Return Value

Type: bool

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

Meta