Method

AgsAudioLv2OptionManagerressource_remove

since: 3.0.0

Declaration [src]

gboolean
ags_lv2_option_manager_ressource_remove (
  AgsLv2OptionManager* lv2_option_manager,
  AgsLv2OptionRessource* lv2_option_ressource
)

Description [src]

Removes an entry associated with lv2_option_ressource.

Available since: 3.0.0

Parameters

lv2_option_ressource

Type: AgsLv2OptionRessource*

The struct to remove.

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

Return value

Type: gboolean

TRUE as successfully removed, otherwise FALSE.