Function
AgsAudioRecallget_by_effect
since: 3.0.0
[−]
Declaration [src]
GList*
ags_recall_get_by_effect (
GList* recall,
gchar* filename,
gchar* effect
)
[−]
Parameters
recall
-
Type: A list of
None
The
GList
-struct containingAgsRecall
.The data is owned by the caller of the function. filename
-
Type:
gchar*
The filename containing
effect
orNULL
.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. effect
-
Type:
gchar*
The effect name.
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 None
A GList
-struct containing AgsRecall
, or NULL
if not found.
The caller of the function takes ownership of the data, and is responsible for freeing it. |