Signal
AgsAudioBasePlugin::instantiate-with-params
since: 3.0.0
Declaration
gpointer
instantiate_with_params (
AgsBasePlugin* self,
gpointer n_params,
gpointer parameter_name,
gpointer value,
gpointer user_data
)
Description [src]
The ::instantiate-with-params signal creates a new instance of plugin.
Default handler: The default handler is called after the handlers added via |
Available since: 3.0.0 |
Parameters
n_params
-
Type:
gpointer
Pointer to array length.
The argument can be NULL
.The data is owned by the caller of the function. parameter_name
-
Type:
gpointer
Parameter name string vector.
The argument can be NULL
.The data is owned by the caller of the function. value
-
Type:
gpointer
The
GValue
-struct array.The argument can be NULL
.The data is owned by the caller of the function.