Method

AgsAudioAudioFileManagerfind_audio_file

since: 3.4.0

Declaration [src]

GObject*
ags_audio_file_manager_find_audio_file (
  AgsAudioFileManager* audio_file_manager,
  gchar* filename
)

Description [src]

Find audio file by filename.

Available since: 3.4.0

Parameters

filename

Type: gchar*

The string identifier.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: GObject

The matching AgsAudioFile if found, otherwise NULL.

The data is owned by the instance.