Function

AgsAudioRecallIDfind_parent_recycling_context

since: 3.0.0

Declaration [src]

AgsRecallID*
ags_recall_id_find_parent_recycling_context (
  GList* recall_id,
  AgsRecyclingContext* parent_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.
parent_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.