Function

AgsAudioRecallContainerfind

since: 3.0.0

Declaration [src]

GList*
ags_recall_container_find (
  GList* recall_container,
  GType type,
  AgsRecallContainerFindFlags find_flags,
  AgsRecallID* recall_id
)

Description [src]

Finds AgsRecall for appropriate search criteria.

Available since: 3.0.0

Parameters

recall_container

Type: A list of None

The GList-struct containing AgsRecallContainer.

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

Type: GType

Recall type.

find_flags

Type: AgsRecallContainerFindFlags

Search mask.

recall_id

Type: AgsRecallID

An AgsRecallID.

The data is owned by the caller of the function.

Return value

Type: A list of None

The matching recalls.

The data is owned by the called function.