Signal

AgsAudioLv2OptionManager::set-option

since: 3.0.0

Declaration

void
set_option (
  AgsLv2OptionManager* self,
  gpointer intstance,
  gpointer option,
  gpointer retval,
  gpointer user_data
)

Description [src]

The ::set-option signal sets options for the manager.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.0.0

Parameters

intstance

Type: gpointer

The LV2 plugin instance.

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

Type: gpointer

The LV2 option pointer.

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

Type: gpointer

The location of the return value.

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