Method
AgsAudioLv2UriMapManagerinsert
since: 3.0.0
Declaration [src]
gboolean
ags_lv2_uri_map_manager_insert (
AgsLv2UriMapManager* lv2_uri_map_manager,
gchar* uri,
GValue* id
)
Parameters
uri
-
Type:
gchar*
The object as key.
The data is owned by the caller of the method. 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 method.