Method

AgsThreadadd_start_queue_all

since: 3.0.0

Declaration [src]

void
ags_thread_add_start_queue_all (
  AgsThread* thread,
  GList* child
)

Description [src]

Add child to threads start queue.

Available since: 3.0.0

Parameters

child

Type: A list of AgsThread*

The children as GList-struct containing AgsThread to start.

The data is owned by the caller of the function.