Function

AgsAudioProgramfilter

since: 5.4.0

Declaration [src]

GList*
ags_program_filter (
  GList* program,
  gchar* specifier
)

Description [src]

Filter program by specifier.

Available since: 5.4.0

Parameters

program

Type: A list of AgsProgram*

The GList-struct containing AgsProgram.

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

Type: gchar*

The string specifier 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*

The copied and filtered list.

The caller of the function takes ownership of the data, and is responsible for freeing it.