gitkwrapper.h

Go to the documentation of this file.
00001 
00012 #ifndef GITK_WRAPPER_H
00013 #define GITK_WRAPPER_H
00014 
00015 #ifdef __cplusplus
00016 extern "C" {
00017 #endif
00018 
00019 #ifdef GITK_WRAPPER_C
00020 gboolean gitk_dialog_show(GitkDialogPtr const dialog,const gboolean modal);
00021 void gitk_dialog_hide(GitkDialogPtr const dialog);
00022 
00023 void gitk_event_loop_start(void);
00024 void gitk_event_loop_end(void);
00025 #else
00026 extern gboolean gitk_dialog_show(GitkDialogPtr const dialog,const gboolean modal);
00027 extern void gitk_dialog_hide(GitkDialogPtr const dialog);
00028 
00029 extern void gitk_event_loop_start(void);
00030 extern void gitk_event_loop_end(void);
00031 #endif
00032 
00033 #ifdef __cplusplus
00034 } // extern "C"
00035 #endif
00036 
00037 #endif /* GITK_WRAPPER_H */

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