Function

IdeThreadFunc

Declaration

void
(* IdeThreadFunc) (
  gpointer user_data
)

Description

No description available.
Available since:3.32

Parameters

user_data gpointer
 

The closure for the callback.

 The argument can be NULL.
 The called function takes ownership of the data, and is responsible for freeing it.