Function

AgsAudioProgramadd

since: 5.1.0

Declaration [src]

GList*
ags_program_add (
  GList* program,
  AgsProgram* new_program
)

Description [src]

Add new_program sorted to program.

Available since: 5.1.0

Parameters

program

Type: A list of AgsProgram*

The GList-struct containing AgsProgram.

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

Type: AgsProgram

The AgsProgram to add.

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.