Function

AgsPluginwrite

since: 3.0.0

Declaration [src]

xmlNode*
ags_plugin_write (
  GObject* file,
  xmlNode* parent,
  AgsPlugin* plugin
)

Description [src]

Write to file.

Available since: 3.0.0

Parameters

file

Type: GObject

The GObject.

The data is owned by the caller of the function.
parent

Type: xmlNode

The parent node.

The data is owned by the caller of the function.
plugin

Type: AgsPlugin

The AgsPlugin.

The data is owned by the caller of the function.

Return value

Type: xmlNode

The new node you created.

The data is owned by the called function.