Method

AgsAudioBasePluginget_obj_mutex

since: 3.1.0

Declaration [src]

GRecMutex*
ags_base_plugin_get_obj_mutex (
  AgsBasePlugin* base_plugin
)

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 base_plugin.

The data is owned by the instance.