Constructor
AgsAudioGenericRecallChannelRunnew
since: 3.0.0
Declaration [src]
AgsGenericRecallChannelRun*
ags_generic_recall_channel_run_new (
AgsChannel* source,
GType child_type,
GType generic_recall_recycling_child_type
)
Parameters
source
-
Type:
AgsChannel
The source
AgsChannel
.The data is owned by the caller of the function. child_type
-
Type:
GType
Child type.
generic_recall_recycling_child_type
-
Type:
GType
Recycling child type.
Return value
Type: AgsGenericRecallChannelRun
A new AgsGenericRecallChannelRun
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |