Signal
AgsAudioRecall::duplicate
since: 3.0.0
Declaration
GObject*
duplicate (
AgsRecall* self,
GObject* recall_id,
gpointer n_params,
gpointer parameter_name,
gpointer value,
gpointer user_data
)
Description [src]
The ::duplicate signal notifies about instantiating.
| Default handler: The default handler is called after the handlers added via |
| Available since: 3.0.0 |
Parameters
recall_id-
Type:
GObjectThe assigned
AgsRecallID.The data is owned by the caller of the function. n_params-
Type:
gpointerPointer to array length.
The argument can be NULL.The data is owned by the caller of the function. parameter_name-
Type:
gpointerParameter name string vector.
The argument can be NULL.The data is owned by the caller of the function. value-
Type:
gpointerThe
GValue-struct array.The argument can be NULL.The data is owned by the caller of the function.
Return value
Type: GObject
The new AgsRecall instance.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |