Function
AgsAudioAutomationadd
since: 3.0.0
[−]
Declaration [src]
GList*
ags_automation_add (
GList* automation,
AgsAutomation* new_automation
)
[−]
Parameters
automation
-
Type: A list of
None
The
GList
-struct containingAgsAutomation
.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. |