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 |
| Available since: 3.0.0 |
Parameters
intstance-
Type:
gpointerThe LV2 plugin instance.
The argument can be NULL.The data is owned by the caller of the function. option-
Type:
gpointerThe LV2 option pointer.
The argument can be NULL.The data is owned by the caller of the function. retval-
Type:
gpointerThe location of the return value.
The argument can be NULL.The data is owned by the caller of the function.