Method

AgsThreadadd_start_queue

since: 3.0.0

Declaration [src]

void
ags_thread_add_start_queue (
  AgsThread* thread,
  AgsThread* child
)

Description [src]

Add child to threads start queue.

Available since: 3.0.0

Parameters

child

Type: AgsThread

The child AgsThread to start.

The data is owned by the caller of the function.