Method

AgsAudioLv2UridManagerremove

since: 3.0.0

[]

Declaration [src]

gboolean
ags_lv2_urid_manager_remove (
  AgsLv2UridManager* lv2_urid_manager,
  gchar* uri
)
[]

Description [src]

Removes an entry associated with urid.

Available since: 3.0.0

[]

Parameters

uri

Type: gchar*

The object to remove.

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

Return value

Type: gboolean

TRUE as successfully removed, otherwise FALSE.