Method
AgsAudioSF2SynthGeneratorget_obj_mutex
since: 3.4.0
Declaration [src]
GRecMutex*
ags_sf2_synth_generator_get_obj_mutex (
AgsSF2SynthGenerator* sf2_synth_generator
)
Description [src]
Get object mutex.
Available since: 3.4.0
This method is not directly available to language bindings.
Return value
Type: GRecMutex
The GRecMutex
to lock sf2_synth_generator
.
The returned data is owned by the instance. |