Function
AgsAudioRecallDependencyfind_dependency_by_provider
since: 3.0.0
[−]
Declaration [src]
GList*
ags_recall_dependency_find_dependency_by_provider (
GList* recall_dependency,
GObject* provider
)
[−]
Parameters
recall_dependency
-
Type: A list of
AgsRecallDependency*
The
GList
-struct containingAgsRecallDependency
.The data is owned by the caller of the function. provider
-
Type:
GObject
The object providing recall, like
AgsAudio
orAgsChannel
.The data is owned by the caller of the function.
[−]
Return value
Type: A list of AgsRecallDependency*
Next matching GList
-struct or NULL
.
The data is owned by the called function. |