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

Parameters

gtype

Type: GType

The GType-struct.

Return value

Type: AgsThread

The matching AgsThread.

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