Mirage.Plugin¶
- Subclasses:
None
Methods¶
- Inherited:
GObject.TypeModule (7), GObject.Object (37), GObject.TypePlugin (4)
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
The filename of the module |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Mirage.Plugin(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
All the fields in the
Mirage.Plugin
structure are private to theMirage.Plugin
implementation and should never be accessed directly.- classmethod new(filename)¶
- Parameters:
filename (
str
) – plugin’s filename- Returns:
a new
Mirage.Plugin
object that represents plugin. It should be released withGObject.Object.unref
() when no longer needed.- Return type:
Creates new plugin.