Method
AgsAudioPluginPortget_obj_mutex
since: 3.1.0
Declaration [src]
GRecMutex*
ags_plugin_port_get_obj_mutex (
AgsPluginPort* plugin_port
)
Description [src]
Get object mutex.
Available since: 3.1.0
This method is not directly available to language bindings.
Return value
Type: GRecMutex
The GRecMutex
to lock plugin_port
.
The returned data is owned by the instance. |