Method

AgsPluginset_xml_type

since: 3.0.0

Declaration [src]

void
ags_plugin_set_xml_type (
  AgsPlugin* plugin,
  gchar* xml_type
)

Description [src]

Set the build id of the plugin.

Available since: 3.0.0

Parameters

xml_type

Type: gchar*

The build id of plugin.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.