00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00025 #ifndef SCIMBRIDGEOUTPUT_H_
00026 #define SCIMBRIDGEOUTPUT_H_
00027
00028 #include "scim-bridge.h"
00029 #include "scim-bridge-debug.h"
00030
00031 #ifdef __cplusplus
00032 extern "C"
00033 {
00034 #endif
00035
00042 void scim_bridge_println (const char *format,...);
00043
00050 void scim_bridge_perrorln (const char *format,...);
00051
00061 void scim_bridge_pdebugln (scim_bridge_debug_level_t level, const char *format,...);
00062
00069 void scim_bridge_print (const char *format,...);
00070
00077 void scim_bridge_perror (const char *format,...);
00078
00088 void scim_bridge_pdebug (scim_bridge_debug_level_t level, const char *format,...);
00089
00090 #ifdef __cplusplus
00091 }
00092 #endif
00093 #endif