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
)
Parameters
child
-
Type:
AgsThread
The child to remove.
The data is owned by the caller of the method. no_start
-
Type:
gboolean
Don’t start thread.
no_wait
-
Type:
gboolean
Don’t wait until started.