Grl.Plugin¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
Plugin is loaded |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Grl.Plugin(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- get_author()¶
- Returns:
the author of the self
- Return type:
Get the author of the plugin
New in version 0.2.0.
- get_description()¶
- Returns:
the description of the self
- Return type:
Get the description of the plugin
New in version 0.2.0.
- get_filename()¶
- Returns:
the filename containing self
- Return type:
Get the filename containing the plugin
New in version 0.2.0.
- get_id()¶
- Returns:
the id of the self
- Return type:
Get the id of the plugin
New in version 0.2.0.
- get_license()¶
- Returns:
the license of the self
- Return type:
Get the license of the plugin
New in version 0.2.0.
- get_module_name()¶
- Returns:
the module name containing self
- Return type:
Get the plugin module name
New in version 0.3.0.
- get_name()¶
- Returns:
the name of the self
- Return type:
Get the name of the plugin
New in version 0.2.0.
- get_site()¶
- Returns:
the site of the self
- Return type:
Get the site of the plugin
New in version 0.2.0.
- get_sources()¶
- Returns:
a
GLib.List
ofGrl.Source
s. The content of the list should not be modified or freed. Use g_list_free() when done using the list.- Return type:
Gets the sources belonging to self.
New in version 0.2.0.