Constructor
AgsAudioProgramnew
since: 5.1.0
Declaration [src]
AgsProgram*
ags_program_new (
gchar* control_name
)
Parameters
control_name
-
Type:
gchar*
The control name.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: AgsProgram
A new AgsProgram
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |