gitkreventloop.c

Go to the documentation of this file.
00001 
00012 #define GITK_RENDERER_C
00013 #define GITKR_EVENTLOOP_C
00014 
00015 #include "gitkrincludes.h"
00016 
00019 void gitkr_event_loop_start(void) {
00020   gitk_log_intro();
00021   
00022   sleep(20);
00023   kill(browser_pid, SIGTERM);
00024 
00025   gitk_log_outro();
00026 }
00027 
00030 void gitkr_event_loop_end(void) {
00031   gitk_log_intro();
00032 
00033   gitk_log_outro();
00034 }
00035 
00040 void gitkr_event_loop_restart(void) {
00041   gitk_log_intro();
00042   restart_event_loop=TRUE;
00043   gitkr_event_loop_end();
00044 }

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