Method
AgsAudioAudioget_recall_mutex
since: 3.1.0
Declaration [src]
GRecMutex*
ags_audio_get_recall_mutex (
AgsAudio* audio
)
Description [src]
Get recall mutex.
Available since: 3.1.0
This method is not directly available to language bindings.
Return value
Type: GRecMutex
The GRecMutex
to lock audio
‘s recall property.
The returned data is owned by the instance. |