Method

AgsAudioLv2OptionManagerressource_insert

since: 3.0.0

Declaration [src]

gboolean
ags_lv2_option_manager_ressource_insert (
  AgsLv2OptionManager* lv2_option_manager,
  AgsLv2OptionRessource* lv2_option_ressource,
  gpointer data
)

Description [src]

Inserts a data into hash associated with lv2_option_ressource.

Available since: 3.0.0

Parameters

lv2_option_ressource

Type: AgsLv2OptionRessource*

The AgsLv2OptionRessource-struct as key.

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

Type: gpointer

The data.

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

Return value

Type: gboolean

TRUE on success, otherwise FALSE.