Function

AgsPluginread

since: 3.0.0

Declaration [src]

void
ags_plugin_read (
  GObject* file,
  xmlNode* node,
  AgsPlugin* plugin
)

Description [src]

Read of file.

Available since: 3.0.0

Parameters

file

Type: GObject

The GObject.

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

Type: xmlNode

The 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.