Method
AgsAudioAudioContainerManagerfind_audio_container
since: 3.4.0
Declaration [src]
GObject*
ags_audio_container_manager_find_audio_container (
AgsAudioContainerManager* audio_container_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 AgsAudioContainer
if found, otherwise NULL
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |