Class

GrlPlugin

Description

class Grl.Plugin : GObject.Object
{
  /* No available fields */
}
No description available.

Ancestors

Instance methods

grl_plugin_get_author

Get the author of the plugin.

since: 0.2.0

grl_plugin_get_description

Get the description of the plugin.

since: 0.2.0

grl_plugin_get_filename

Get the filename containing the plugin.

since: 0.2.0

grl_plugin_get_id

Get the id of the plugin.

since: 0.2.0

grl_plugin_get_license

Get the license of the plugin.

since: 0.2.0

grl_plugin_get_module

Gets the GModule containing the plugin.

since: 0.2.0

grl_plugin_get_module_name

Get the plugin module name.

since: 0.3.0

grl_plugin_get_name

Get the name of the plugin.

since: 0.2.0

grl_plugin_get_site

Get the site of the plugin.

since: 0.2.0

grl_plugin_get_sources

Gets the sources belonging to plugin.

since: 0.2.0

grl_plugin_get_version

Get the version of the plugin.

since: 0.2.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Grl.Plugin:loaded

TRUE if plugin is loaded.

since: 0.2.0

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct GrlPluginClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass

The parent class structure.