Function
AgsAudioLv2Pluginfind_pname
since: 3.0.0
[−]
Parameters
lv2_plugin
-
Type: A list of
AgsLv2Plugin*
A
GList
-struct containigAgsLv2Plugin
.The data is owned by the caller of the function. pname
-
Type:
gchar*
The pname to find.
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 AgsLv2Plugin*
The matching GList
-struct containing AgsLv2Plugin
.
The data is owned by the called function. |