Function

AgsAudioAutomationremove_all_empty

since: 5.3.8

Declaration [src]

GList*
ags_automation_remove_all_empty (
  GList* automation
)

Description [src]

Remove all empty automation.

Available since: 5.3.8

Parameters

automation

Type: A list of None

The GList-struct containing AgsAutomation.

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.