Function
AgsAudioRecallfind_provider
since: 3.0.0
Declaration [src]
GList*
ags_recall_find_provider (
GList* recall,
GObject* provider
)
Description [src]
Finds next matching recall for type which has provider
. The provider
may be either an AgsChannel
or an AgsAudio
object. This function tries to find the corresponding AgsRecallChannel
and AgsRecallAudio
objects of a AgsRecall
to find. If these recalls contains the provider
, the function will return.
Available since: 3.0.0
Parameters
recall
-
Type: A list of
None
The
GList
-struct containingAgsRecall
.The data is owned by the caller of the function. provider
-
Type:
GObject
The
GObject
, eitherAgsAudio
,AgsChannel
,AgsRecycling
orAgsAudioSignal
.The data is owned by the caller of the function.