Function

AgsAudioRecallget_by_effect

since: 3.0.0

Declaration [src]

GList*
ags_recall_get_by_effect (
  GList* recall,
  gchar* filename,
  gchar* effect
)

Description [src]

Finds all recalls matching filename and effect.

Available since: 3.0.0

Parameters

recall

Type: A list of None

The GList-struct containing AgsRecall.

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

Type: gchar*

The filename containing effect or NULL.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
effect

Type: gchar*

The effect name.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: A list of None

A GList-struct containing AgsRecall, or NULL if not found.

The caller of the function takes ownership of the data, and is responsible for freeing it.