Constructor
AgsAudioGenericRecallRecyclingnew
since: 3.0.0
Declaration [src]
AgsGenericRecallRecycling*
ags_generic_recall_recycling_new (
AgsRecycling* recycling,
GType child_type
)
Parameters
recycling
-
Type:
AgsRecycling
The source
AgsRecycling
.The data is owned by the caller of the function. child_type
-
Type:
GType
Child type.
Return value
Type: AgsGenericRecallRecycling
A new AgsGenericRecallRecycling
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |