Gda_Thread * gda_thread_new
function to be called
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.