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