Function

AgsAudioSoundcardUtilget_obj_mutex

since: 3.0.0

Declaration [src]

GRecMutex*
ags_soundcard_util_get_obj_mutex (
  GObject* soundcard
)

Description [src]

Get object mutex of soundcard.

Available since: 3.0.0

Parameters

soundcard

Type: GObject

The GObject sub-type implementing AgsSoundcard.

The data is owned by the caller of the function.

Return value

Type: GRecMutex

GRecMutex pointer.

The data is owned by the called function.