Gda.mainRun

Runs the GDA main loop, which is nothing more than the Bonobo main loop, but with internally added stuff specific for applications using libgda. You can specify a function to be called after everything has been correctly initialized (that is, for initializing your own stuff).

class Gda
static
void
mainRun
(
GdaInitFunc initFunc
,
void* userData
)

Parameters

initFunc GdaInitFunc

function to be called when everything has been initialized.

userData void*

data to be passed to the init function.

Meta