This function is used to initialize a GTK+ test program.
It will in turn call testInit() and init() to
properly initialize the testing framework and graphical toolkit.
It'll also set the program's locale to "C" and prevent loading of
rc files and Gtk+ modules. This is done to make the test program environments as deterministic as possible.
Like init() any known arguments will be processed and stripped from and argv.
This function is used to initialize a GTK+ test program. It will in turn call testInit() and init() to properly initialize the testing framework and graphical toolkit. It'll also set the program's locale to "C" and prevent loading of rc files and Gtk+ modules. This is done to make the test program environments as deterministic as possible. Like init() any known arguments will be processed and stripped from and argv.