Function
AgsAudioRecalltemplate_find_provider
since: 3.0.0
Declaration [src]
GList*
ags_recall_template_find_provider (
GList* recall,
GObject* provider
)
Description [src]
Finds provider eg. AgsAudio or AgsChannel within recall containig AgsRecall.
Available since: 3.0.0
Parameters
recall-
Type: A list of
NoneThe
GList-struct containingAgsRecall.The data is owned by the caller of the function. provider-
Type:
GObjectThe
GObjectas provider.The data is owned by the caller of the function.