Function

IdeThreadFunc

Declaration

void
(* IdeThreadFunc) (
  gpointer user_data
)

Description

No description available.

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.