Function

AgsAudioRecyclingContextfind_scope

since: 3.0.0

Declaration [src]

GList*
ags_recycling_context_find_scope (
  GList* recycling_context,
  gint sound_scope
)

Description [src]

Find matching sound_scope in recycling_context.

Available since: 3.0.0

Parameters

recycling_context

Type: A list of None

The GList-struct containing AgsRecyclingContext.

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

Type: gint

The sound scope.

Return value

Type: A list of None

The matching GList-struct or NULL if not found.

The data is owned by the called function.