is_builtin


Description:

public bool is_builtin ()

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

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

Parameters:

this

A PluginInfo.

Returns:

true if the plugin is a builtin plugin, false if not.