Method

AgsAudioLv2UriMapManagerlookup

since: 3.0.0

Declaration [src]

GValue*
ags_lv2_uri_map_manager_lookup (
  AgsLv2UriMapManager* lv2_uri_map_manager,
  gchar* uri
)

Description [src]

Lookup a id associated with uri in lv2_uri_map_manager.

Available since: 3.0.0

Parameters

uri

Type: gchar*

The object to lookup.

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

Return value

Type: GValue

The id on success, else G_MAXUINT32

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