Constructor
AgsReturnableThreadnew
since: 3.0.0
Declaration [src]
AgsReturnableThread*
ags_returnable_thread_new (
GObject* thread_pool
)
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. |