get_module_name


Description:

public unowned string get_module_name ()

Gets the module name.

The module name will be used to find the actual plugin. The way this value will be used depends on the loader (i.e. on the language) of the plugin. This value is also used to uniquely identify a particular plugin.

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

Parameters:

this

A PluginInfo.

Returns:

the module name.