PluginLoader


Object Hierarchy:

Object hierarchy for PluginLoader

Description:

public class PluginLoader : ModuleLoader

This class is responsible for plugin loading.

It probes for shared library files in a specific directory, tries to find a module_init() function with this signature: void module_init (DcsPluginLoader* loader);

It then calls that function, passing a pointer to itself. The loaded module can then add plugins to Dcs by calling the dcs_plugin_loader_add_plugin() function.


Namespace: Dcs
Package: dcs-0.1

Content:

Creation methods:

Methods:

Signals:

Inherited Members:

All known members inherited from class Dcs.ModuleLoader
All known members inherited from class GLib.Object