Function
AgsAudioRecallContainerfind
since: 3.0.0
Declaration [src]
GList*
ags_recall_container_find (
GList* recall_container,
GType type,
AgsRecallContainerFindFlags find_flags,
AgsRecallID* recall_id
)
Parameters
recall_container
-
Type: A list of
None
The
GList
-struct containingAgsRecallContainer
.The data is owned by the caller of the function. type
-
Type:
GType
Recall type.
find_flags
-
Type:
AgsRecallContainerFindFlags
Search mask.
recall_id
-
Type:
AgsRecallID
An
AgsRecallID
.The data is owned by the caller of the function.