Function

AgsAudioRecallfind_type_with_recycling_context

since: 3.0.0

Declaration [src]

GList*
ags_recall_find_type_with_recycling_context (
  GList* recall,
  GType type,
  GObject* recycling_context
)

Description [src]

Finds next matching recall for type which has recycling_context, see AgsRecallId for further details about AgsRecyclingContext. Intended to be used as iteration function.

Available since: 3.0.0

Parameters

recall

Type: A list of None

The GList-struct containing AgsRecall.

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

Type: GType

The GType.

recycling_context

Type: GObject

The AgsRecyclingContext.

The data is owned by the caller of the function.

Return value

Type: A list of None

Next matching GList-struct, or NULL if not found.

The data is owned by the called function.