Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

loadedPlugins?: string[]

The list of loaded plugins.

This will be modified when [methodEngine.load_plugin] or [methodEngine.unload_plugin] is called.

This can be used with [classGio.Settings] to save the loaded plugins by binding to this property after instantiating the engine by doing:

  g_settings_bind (gsettings_object,
LOADED_PLUGINS_KEY,
engine,
"loaded-plugins",
G_SETTINGS_BIND_DEFAULT);

Note: notify will not be called when the engine is being destroyed.

nonglobalLoaders?: boolean

If non-global plugin loaders should be used.

See [ctorEngine.new_with_nonglobal_loaders] for more information.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method