SCIMBridge  0.4.x
scim-bridge-client-protected.h
Go to the documentation of this file.
1 /*
2  * SCIM Bridge
3  *
4  * Copyright (c) 2006 Ryo Dairiki <ryo-dairiki@users.sourceforge.net>
5  *
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation and
10  * appearing in the file LICENSE.LGPL included in the package of this file.
11  * You can also redistribute it and/or modify it under the terms of
12  * the GNU General Public License as published by the Free Software Foundation and
13  * appearing in the file LICENSE.GPL included in the package of this file.
14  *
15  * This library is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18  */
19 
26 #ifndef SCIMBRIDGECLIENTPROTECTED_H_
27 #define SCIMBRIDGECLIENTPROTECTED_H_
28 
29 #ifdef __cplusplus
30 extern "C"
31 {
32 #endif
33 
38 
43 
44 #ifdef __cplusplus
45 }
46 #endif
47 #endif /*SCIMBRIDGECLIENTPROTECTED_H_*/
scim_bridge_println
void scim_bridge_println(const char *format,...)
Definition: scim-bridge-agent-output.cpp:127
scim_bridge_debug_level_t
int scim_bridge_debug_level_t
Definition: scim-bridge-debug.h:33
scim_bridge_client_messenger_opened
void scim_bridge_client_messenger_opened()
Definition: scim-bridge-client-gtk.c:102
scim-bridge-output.h
This header is used for print out error messages.
scim_bridge_client_messenger_closed
void scim_bridge_client_messenger_closed()
Definition: scim-bridge-client-gtk.c:113
scim_bridge_debug_get_level
scim_bridge_debug_level_t scim_bridge_debug_get_level()
Definition: scim-bridge-agent-application.cpp:41
scim_bridge_pdebugln
void scim_bridge_pdebugln(scim_bridge_debug_level_t level, const char *format,...)
Definition: scim-bridge-agent-output.cpp:81
scim-bridge-debug.h
This header describes about debug related features.
scim_bridge_perrorln
void scim_bridge_perrorln(const char *format,...)
Definition: scim-bridge-agent-output.cpp:103
scim_bridge_perror
void scim_bridge_perror(const char *format,...)
Definition: scim-bridge-agent-output.cpp:115
scim_bridge_print
void scim_bridge_print(const char *format,...)
Definition: scim-bridge-agent-output.cpp:139
scim_bridge_pdebug
void scim_bridge_pdebug(scim_bridge_debug_level_t level, const char *format,...)
Definition: scim-bridge-agent-output.cpp:92