Method

AgsAudioLv2UridManagerlookup

since: 3.0.0

[]

Declaration [src]

GValue*
ags_lv2_urid_manager_lookup (
  AgsLv2UridManager* lv2_urid_manager,
  gchar* uri
)
[]

Description [src]

Lookup a id associated with urid in lv2_urid_manager.

Available since: 3.0.0

[]

Parameters

uri

Type: gchar*

The object to lookup.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
[]

Return value

Type: GValue

The id on success, else the newly created id.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.