Signal
AgsAudioBasePlugin::connect-port
since: 3.0.0
[−]
Declaration
void
connect_port (
AgsBasePlugin* self,
gpointer plugin_handle,
guint port_index,
gpointer data_location,
gpointer user_data
)
[−]
Description [src]
The ::connect-port 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
plugin_handle
-
Type:
gpointer
The plugin handle.
The argument can be NULL
.The data is owned by the caller of the function. port_index
-
Type:
guint
The port index.
data_location
-
Type:
gpointer
The data location.
The argument can be NULL
.The data is owned by the caller of the function.