Function

AgsAudioSequencerUtilget_obj_mutex

since: 3.0.0

Declaration [src]

GRecMutex*
ags_sequencer_util_get_obj_mutex (
  GObject* sequencer
)

Description [src]

Get object mutex of sequencer.

Available since: 3.0.0

Parameters

sequencer

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.