Function

AgsAudioRecallIDfind_recycling_context

since: 3.0.0

Declaration [src]

AgsRecallID*
ags_recall_id_find_recycling_context (
  GList* recall_id,
  AgsRecyclingContext* recycling_context
)

Description [src]

Retrieve recall id by recycling context.

Available since: 3.0.0

Parameters

recall_id

Type: A list of AgsRecallID*

The GList-struct containing AgsRecallID.

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

Type: AgsRecyclingContext

The AgsRecyclingContext to match.

The data is owned by the caller of the function.

Return value

Type: AgsRecallID

Matching AgsRecallID.

The data is owned by the called function.