Method
AgsThreadfind_type
since: 3.0.0
Declaration [src]
AgsThread*
ags_thread_find_type (
AgsThread* thread,
GType gtype
)
Description [src]
Find gtype
as descendant of thread
. If its a descendant thread,
the ref-count is increased.
Available since: 3.0.0
Return value
Type: AgsThread
The matching AgsThread
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |