Method
AgsAudioLv2UriMapManagerlookup
since: 3.0.0
Declaration [src]
GValue*
ags_lv2_uri_map_manager_lookup (
AgsLv2UriMapManager* lv2_uri_map_manager,
gchar* uri
)
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 G_MAXUINT32.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |