Function
AgsAudioPlaybackfind_channel
since: 3.0.0
Declaration [src]
AgsPlayback*
ags_playback_find_channel (
GList* playback,
GObject* channel
)
Parameters
playback
-
Type: A list of
None
The
GList
-struct containingAgsPlayback
.The data is owned by the caller of the function. channel
-
Type:
GObject
The
AgsChannel
.The data is owned by the caller of the function.
Return value
Type: AgsPlayback
The matching playback.
The data is owned by the called function. |