Method

AgsAudioLv2UriMapManagerinsert

since: 3.0.0

Declaration [src]

gboolean
ags_lv2_uri_map_manager_insert (
  AgsLv2UriMapManager* lv2_uri_map_manager,
  gchar* uri,
  GValue* id
)

Description [src]

Inserts a id into hash map associated with uri.

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.