Method

GLibThreadunref

since: 2.32

Declaration

void
g_thread_unref (
  GThread* thread
)

Description

Decrease the reference count on thread, possibly freeing all resources associated with it.

Note that each thread holds a reference to its GThread while it is running, so it is safe to drop your own reference to it if you don’t need it anymore.

Available since: 2.32