PluginLoader


Object Hierarchy:

Object hierarchy for PluginLoader

Description:

public class PluginLoader : RecursiveModuleLoader

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 (RygelPluginLoader* loader);

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


Namespace: Rygel
Package: librygel-core

Content:

Creation methods:

Methods:

Signals:

Inherited Members:

All known members inherited from class Rygel.RecursiveModuleLoader
 
All known members inherited from class GLib.Object