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
NoneThe
GList-struct containingAgsRecallContainer.The data is owned by the caller of the function. type-
Type:
GTypeRecall type.
find_flags-
Type:
AgsRecallContainerFindFlagsSearch mask.
recall_id-
Type:
AgsRecallIDAn
AgsRecallID.The data is owned by the caller of the function.