Function

AgsAudioProgramremove_all_empty

since: 5.4.1

Declaration [src]

GList*
ags_program_remove_all_empty (
  GList* program
)

Description [src]

Remove all empty program.

Available since: 5.4.1

Parameters

program

Type: A list of AgsProgram*

The GList-struct containing AgsProgram.

The data is owned by the caller of the function.

Return value

Type: A list of AgsProgram*

The new beginning of program.

The data is owned by the called function.