Function

AgsAudioRecallChannelfind_channel

since: 3.0.0

Declaration [src]

GList*
ags_recall_channel_find_channel (
  GList* recall_channel,
  AgsChannel* source
)

Description [src]

Retrieve next recall assigned to channel.

Available since: 3.0.0

Parameters

recall_channel

Type: A list of None

The GList-struct containing AgsRecallChannel.

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

Type: AgsChannel

The AgsChannel to find.

The data is owned by the caller of the function.

Return value

Type: A list of None

Next matching GList-struct or NULL.

The data is owned by the called function.