gda_thread_new

Name

gda_thread_new -- 

Synopsis

Gda_Thread * gda_thread_new (Gda_ThreadFunc func);

Arguments

func

function to be called

Description

Create a new #Gda_Thread object. This function just creates the internal structures and initializes all the data, but does not start the thread. To do so, you must use #gda_thread_start.