Function
AgsAudioAudioSignalfind_by_recall_id
since: 3.0.0
[−]
Declaration [src]
GList*
ags_audio_signal_find_by_recall_id (
GList* audio_signal,
GObject* recall_id
)
[−]
Parameters
audio_signal
-
Type: A list of
AgsAudioSignal*
A
GList
-struct containingAgsAudioSignal
.The data is owned by the caller of the function. recall_id
-
Type:
GObject
Matching
AgsRecallID
.The data is owned by the caller of the function.
[−]
Return value
Type: A list of AgsAudioSignal*
Matching GList
-struct containing AgsAudioSignal
.
The data is owned by the called function. |