Function

AgsAudioRecallDependencyfind_dependency

since: 3.0.0

Declaration [src]

GList*
ags_recall_dependency_find_dependency (
  GList* recall_dependency,
  GObject* dependency
)

Description [src]

Retrieve dependency.

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.
dependency

Type: GObject

The AgsRecall depending on.

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.