Method

AgsThreadremove_child

since: 3.0.0

Declaration [src]

void
ags_thread_remove_child (
  AgsThread* thread,
  AgsThread* child
)

Description [src]

Remove child of thread.

Available since: 3.0.0

Parameters

child

Type: AgsThread

The child to remove.

The data is owned by the caller of the function.