Method

AgsThreadadd_child_extended

since: 3.0.0

Declaration [src]

void
ags_thread_add_child_extended (
  AgsThread* thread,
  AgsThread* child,
  gboolean no_start,
  gboolean no_wait
)

Description [src]

Add child to thread.

Available since: 3.0.0

Parameters

child

Type: AgsThread

The child to remove.

The data is owned by the caller of the function.
no_start

Type: gboolean

Don’t start thread.

no_wait

Type: gboolean

Don’t wait until started.