| Top |
|
|
ags_plugin_get_name () |
|
|
ags_plugin_set_name () |
|
|
ags_plugin_get_version () |
|
|
ags_plugin_set_version () |
|
|
ags_plugin_get_build_id () |
|
|
ags_plugin_set_build_id () |
|
|
ags_plugin_get_xml_type () |
|
|
ags_plugin_set_xml_type () |
|
|
ags_plugin_get_ports () |
|
|
ags_plugin_set_ports () |
|
|
ags_plugin_read () |
|
|
ags_plugin_write () |
The
gchar * ags_plugin_get_name ();AgsPlugin *plugin
Retrieve the name of the plugin.
void ags_plugin_set_name (,AgsPlugin *plugin);gchar *name
Set the name of the plugin.
gchar * ags_plugin_get_version ();AgsPlugin *plugin
Retrieve the version of the plugin.
void ags_plugin_set_version (,AgsPlugin *plugin);gchar *version
Set the version of the plugin.
gchar * ags_plugin_get_build_id ();AgsPlugin *plugin
Retrieve the build id of the plugin.
void ags_plugin_set_build_id (,AgsPlugin *plugin);gchar *build_id
Set the build id of the plugin.
gchar * ags_plugin_get_xml_type ();AgsPlugin *plugin
Retrieve the xml type of the plugin.
void ags_plugin_set_xml_type (,AgsPlugin *plugin);gchar *xml_type
Set the build id of the plugin.
GList * ags_plugin_get_ports ();AgsPlugin *plugin
Retrieve the ports of the plugin.
void ags_plugin_set_ports (,AgsPlugin *plugin);GList *ports
Set the build id of the plugin.
void ags_plugin_read (,AgsFile *file,xmlNode *node);AgsPlugin *plugin
Read of file.