Function

IdeThreadFunc

since: 46

Declaration

void
(* IdeThreadFunc) (
  gpointer user_data
)

Description

No description available.

Available since: 46

Parameters

user_data

Type: 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.