Function

AgsAudioAutomationadd

since: 3.0.0

Declaration [src]

GList*
ags_automation_add (
  GList* automation,
  AgsAutomation* new_automation
)

Description [src]

Add new_automation sorted to automation.

Available since: 3.0.0

Parameters

automation

Type: A list of None

The GList-struct containing AgsAutomation.

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

Type: AgsAutomation

The AgsAutomation to add.

The data is owned by the caller of the function.

Return value

Type: A list of None

The new beginning of automation.

The data is owned by the called function.