Function

AgsAudioBasePluginfind_filename

since: 3.0.0

[]

Declaration [src]

GList*
ags_base_plugin_find_filename (
  GList* base_plugin,
  gchar* filename
)
[]

Description [src]

Find filename in base_plugin GList-struct of AgsBasePlugin.

Available since: 3.0.0

[]

Parameters

base_plugin

Type: A list of AgsBasePlugin*

The GList-struct containing AgsBasePlugin.

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

Type: gchar*

The filename 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 AgsBasePlugin*

The next matching GList-struct.

The data is owned by the called function.