Constructor

AgsReturnableThreadnew

since: 3.0.0

Declaration [src]

AgsReturnableThread*
ags_returnable_thread_new (
  GObject* thread_pool
)

Description [src]

Create a new instance of AgsReturnableThread.

Available since: 3.0.0

Parameters

thread_pool

Type: GObject

The AgsThreadPool.

The data is owned by the caller of the function.

Return value

Type: AgsReturnableThread

The new AgsReturnableThread.

The caller of the function takes ownership of the data, and is responsible for freeing it.