Method
AgsAudioAudioFileManagerfind_audio_file
since: 3.4.0
Declaration [src]
GObject*
ags_audio_file_manager_find_audio_file (
AgsAudioFileManager* audio_file_manager,
gchar* filename
)
Parameters
filename
-
Type:
gchar*
The string identifier.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: GObject
The matching AgsAudioFile
if found, otherwise NULL
.
The returned data is owned by the instance. |