Function

AgsAudioProgramget_control_name_unique

since: 5.1.0

Declaration [src]

gchar**
ags_program_get_control_name_unique (
  GList* program
)

Description [src]

Retrieve program port control_name.

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.

Return value

Type: An array of utf8

A NULL terminated string array.

The array is NULL-terminated.
The caller of the function takes ownership of the data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.