Ags.Plugin¶
- Implementations:
Methods¶
class |
|
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
|
|
|
|
|
|
|
|
|
|
|
|
|
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- class Ags.Plugin¶
- Bases:
- Structure:
- classmethod read(file, node, plugin)¶
- Parameters:
file (
GObject.Object
) – theGObject.Object
node (
libxml2.Node
) – the nodeplugin (
Ags.Plugin
) – theAgs.Plugin
Read of file.
New in version 3.0.0.
- classmethod write(file, parent, plugin)¶
- Parameters:
file (
GObject.Object
) – theGObject.Object
parent (
libxml2.Node
) – the parent nodeplugin (
Ags.Plugin
) – theAgs.Plugin
- Returns:
the new node you created
- Return type:
Write to file.
New in version 3.0.0.
- get_build_id()¶
- Returns:
the plugins build id
- Return type:
Retrieve the build id of the plugin.
New in version 3.0.0.
- get_name()¶
- Returns:
the plugins name
- Return type:
Retrieve the name of the plugin.
New in version 3.0.0.
- get_ports()¶
- Returns:
the plugins ports
- Return type:
Retrieve the ports of the plugin.
New in version 3.0.0.
- get_version()¶
- Returns:
the plugins version
- Return type:
Retrieve the version of the plugin.
New in version 3.0.0.
- get_xml_type()¶
- Returns:
the plugins xml type
- Return type:
Retrieve the xml type of the plugin.
New in version 3.0.0.
- set_build_id(build_id)¶
- Parameters:
build_id (
str
) – the build id of plugin
Set the build id of the plugin.
New in version 3.0.0.
- set_name(name)¶
- Parameters:
name (
str
) – the name of plugin
Set the name of the plugin.
New in version 3.0.0.
- set_ports(ports)¶
- Parameters:
ports ([
GObject.Object
]) – the build id of plugin
Set the build id of the plugin.
New in version 3.0.0.
- set_version(version)¶
- Parameters:
version (
str
) – the version of plugin
Set the version of the plugin.
New in version 3.0.0.
- set_xml_type(xml_type)¶
- Parameters:
xml_type (
str
) – the build id of plugin
Set the build id of the plugin.
New in version 3.0.0.
- do_get_build_id() virtual¶
- Returns:
the plugins build id
- Return type:
Retrieve the build id of the plugin.
New in version 3.0.0.
- do_get_name() virtual¶
- Returns:
the plugins name
- Return type:
Retrieve the name of the plugin.
New in version 3.0.0.
- do_get_ports() virtual¶
- Returns:
the plugins ports
- Return type:
Retrieve the ports of the plugin.
New in version 3.0.0.
- do_get_version() virtual¶
- Returns:
the plugins version
- Return type:
Retrieve the version of the plugin.
New in version 3.0.0.
- do_get_xml_type() virtual¶
- Returns:
the plugins xml type
- Return type:
Retrieve the xml type of the plugin.
New in version 3.0.0.
- do_set_build_id(build_id) virtual¶
- Parameters:
build_id (
str
) – the build id of plugin
Set the build id of the plugin.
New in version 3.0.0.
- do_set_name(name) virtual¶
- Parameters:
name (
str
) – the name of plugin
Set the name of the plugin.
New in version 3.0.0.
- do_set_ports(ports) virtual¶
- Parameters:
ports ([
GObject.Object
]) – the build id of plugin
Set the build id of the plugin.
New in version 3.0.0.