Virtual Method

AgsAudioLv2OptionManagerget_option

since: 3.0.0

Declaration [src]

void
get_option (
  AgsLv2OptionManager* lv2_option_manager,
  gpointer instance,
  gpointer option,
  gpointer retval
)

Description [src]

Get option.

Available since: 3.0.0

Parameters

instance

Type: gpointer

The instance.

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

Type: gpointer

The option.

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

Type: gpointer

Return value for #LV2_Options_Status-enum.

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