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 g_signal_connect().

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.

Return value

Type: gpointer

The new plugin instance.

The data is owned by the called function.
The return value can be NULL.