Function
AgsAudioProgramadd
since: 5.1.0
Declaration [src]
GList*
ags_program_add (
GList* program,
AgsProgram* new_program
)
Parameters
program
-
Type: A list of
AgsProgram*
The
GList
-struct containingAgsProgram
.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.