Method

AgsAudioSequencerThreadfind_sequencer

since: 3.0.0

Declaration [src]

AgsSequencerThread*
ags_sequencer_thread_find_sequencer (
  AgsSequencerThread* sequencer_thread,
  GObject* sequencer
)

Description [src]

Find sequencer as sibling of sequencer_thread, if it was found on the returned thread should be called g_object_unref().

Available since: 3.0.0

Parameters

sequencer

Type: GObject

The AgsSequencer to find.

The data is owned by the caller of the function.

Return value

Type: AgsSequencerThread

The matching AgsSequencerThread, if not found NULL.

The caller of the method takes ownership of the data, and is responsible for freeing it.