Method

AgsPluginget_xml_type

since: 3.0.0

Declaration [src]

gchar*
ags_plugin_get_xml_type (
  AgsPlugin* plugin
)

Description [src]

Retrieve the xml type of the plugin.

Available since: 3.0.0

Return value

Type: gchar*

The plugins xml type.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.