Function

AgsAudioRecallfind_recall_id_with_effect

since: 3.0.0

Declaration [src]

GList*
ags_recall_find_recall_id_with_effect (
  GList* recall,
  AgsRecallID* recall_id,
  gchar* filename,
  gchar* effect
)

Description [src]

Finds next matching effect name. Intended to be used as iteration function.

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

Type: AgsRecallID

The AgsRecallID, may be NULL.

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

Type: gchar*

The filename 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

Next matching GList-struct, or NULL if not found.

The data is owned by the called function.