Function
AgsAudioRecyclingContextfind_scope
since: 3.0.0
[−]
Declaration [src]
GList*
ags_recycling_context_find_scope (
GList* recycling_context,
gint sound_scope
)
[−]
Parameters
recycling_context
-
Type: A list of
None
The
GList
-struct containingAgsRecyclingContext
.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. |