Function
AgsAudioBasePluginfind_filename
since: 3.0.0
[−]
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 containingAgsBasePlugin
.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. |