Function

AgsAudioRecallDependencyfind_dependency_by_provider

since: 3.0.0

Declaration [src]

GList*
ags_recall_dependency_find_dependency_by_provider (
  GList* recall_dependency,
  GObject* provider
)

Description [src]

Retrieve dependency by provider.

Available since: 3.0.0

Parameters

recall_dependency

Type: A list of AgsRecallDependency*

The GList-struct containing AgsRecallDependency.

The data is owned by the caller of the function.
provider

Type: GObject

The object providing recall, like AgsAudio or AgsChannel.

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.