Function

IdeThreadFunc

since: 45

Declaration

void
(* IdeThreadFunc) (
  gpointer user_data
)

Description

No description available.

Available since: 45

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.