Function

AgsAudioProgramfind_control_name

since: 5.1.0

Declaration [src]

GList*
ags_program_find_control_name (
  GList* program,
  gchar* control_name
)

Description [src]

Find 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.
control_name

Type: gchar*

The string control_name to find.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: A list of AgsProgram*

Next matching GList.

The data is owned by the called function.