Method
AgsAudioLv2OptionManagerset_option
since: 3.0.0
Declaration [src]
void
ags_lv2_option_manager_set_option (
AgsLv2OptionManager* lv2_option_manager,
gpointer instance,
gpointer option,
gpointer retval
)
Parameters
instance
-
Type:
gpointer
The instance.
The argument can be NULL
.The data is owned by the caller of the method. option
-
Type:
gpointer
The option.
The argument can be NULL
.The data is owned by the caller of the method. retval
-
Type:
gpointer
Return value for #LV2_Options_Status-enum.
The argument can be NULL
.The data is owned by the caller of the method.