Method

AgsAudioLv2UridManagerinsert

since: 3.0.0

Declaration [src]

gboolean
ags_lv2_urid_manager_insert (
  AgsLv2UridManager* lv2_urid_manager,
  gchar* uri,
  GValue* id
)

Description [src]

Inserts a id into hash associated with urid.

Available since: 3.0.0

Parameters

uri

Type: gchar*

The object as key.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
id

Type: GValue

The id to insert.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE on success, otherwise FALSE.