Function

AgsAudioLv2uiPluginfind_gui_uri

since: 3.0.0

Declaration [src]

GList*
ags_lv2ui_plugin_find_gui_uri (
  GList* lv2ui_plugin,
  gchar* gui_uri
)

Description [src]

Find next matching gui-uri in lv2ui_plugin.

Available since: 3.0.0

Parameters

lv2ui_plugin

Type: A list of AgsLv2uiPlugin*

The GList-struct containing AgsLv2uiPlugin.

The data is owned by the caller of the function.
gui_uri

Type: gchar*

The gui-uri as string.

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

Return value

Type: A list of AgsLv2uiPlugin*

The next matching GList-struct.

The data is owned by the called function.