gitkrdone.c

Go to the documentation of this file.
00001 
00012 #define GITK_RENDERER_C
00013 #define GITKR_DONE_C
00014 
00015 #include "gitkrincludes.h"
00016 
00021 void gitkr_done(void) {
00022   gitk_log_intro();
00023   g_assert(!gtk_main_level());
00024   //gdk_event_handler_set(NULL, NULL, NULL);
00025   gitkr_themes_done();
00027   //gtk_exit(); // is deprecated and would even quit the application as well
00028   // there is currently not gtk_uninit(); (due to e.g. static types etc.)
00029    gitk_log_outro();
00030 }

Generated on Thu Oct 28 10:59:09 2004 for gitk by doxygen 1.3.6