Method

AgsAudioLv2UriMapManagerremove

since: 3.0.0

Declaration [src]

gboolean
ags_lv2_uri_map_manager_remove (
  AgsLv2UriMapManager* lv2_uri_map_manager,
  gchar* uri
)

Description [src]

Removes a lock associated with uri.3

Available since: 3.0.0

Parameters

uri

Type: gchar*

The object to remove.

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

Return value

Type: gboolean

TRUE as successfully removed, otherwise FALSE.