Signal

AgsAudioBasePlugin::activate

since: 3.0.0

Declaration

void
activate (
  AgsBasePlugin* self,
  gpointer plugin_handle,
  gpointer user_data
)

Description [src]

The ::activate 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

plugin_handle

Type: gpointer

The plugin handle.

The argument can be NULL.
The data is owned by the caller of the function.