SCIMBridge  0.4.x
scim-bridge-client-gtk.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 SCIMBRIDGECLIENTGTK_H_
27 #define SCIMBRIDGECLIENTGTK_H_
28 
29 #include "scim-bridge.h"
30 #include "scim-bridge-key-event.h"
31 #include "scim-bridge-imcontext.h"
32 
33 #ifdef __cplusplus
34 extern "C"
35 {
36 #endif
37 
42 
47 
48 #ifdef __cplusplus
49 }
50 #endif
51 #endif /*SCIMBRIDGECLIENTGTK_H_*/
scim_bridge_client_messenger_opened
void scim_bridge_client_messenger_opened()
Definition: scim-bridge-client-gtk.c:102
scim-bridge-client-protected.h
This is the header for the protected interfaces of the clients.
scim_bridge_client_imcontext_static_finalize
void scim_bridge_client_imcontext_static_finalize()
Definition: scim-bridge-client-imcontext-gtk.c:608
scim-bridge.h
This header describes about fundamental definitions of scim-bridge.
scim-bridge-key-event.h
This header describes about key events.
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_client_imcontext_new
GtkIMContext * scim_bridge_client_imcontext_new()
Definition: scim-bridge-client-imcontext-gtk.c:685
scim_bridge_client_gtk_finalize
void scim_bridge_client_gtk_finalize()
Definition: scim-bridge-client-gtk.c:87
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_client_imcontext_register_type
void scim_bridge_client_imcontext_register_type(GTypeModule *type_module)
Definition: scim-bridge-client-imcontext-gtk.c:659
scim_bridge_client_imcontext_static_initialize
void scim_bridge_client_imcontext_static_initialize()
Definition: scim-bridge-client-imcontext-gtk.c:593
scim_bridge_client_gtk_initialize
void scim_bridge_client_gtk_initialize()
Definition: scim-bridge-client-gtk.c:67
scim-bridge-client-gtk.h
This header describes about the gtk client for scim-bridge.
scim_bridge_perrorln
void scim_bridge_perrorln(const char *format,...)
Definition: scim-bridge-agent-output.cpp:103
scim-bridge-client-imcontext-gtk.h
This is the header for gtk imcontext of scim-bridge.
scim_bridge_client_imcontext_connection_closed
void scim_bridge_client_imcontext_connection_closed()
Definition: scim-bridge-client-imcontext-gtk.c:628
scim-bridge-imcontext.h
This header must be included by all the source codes which use IMContextes.
scim_bridge_client_imcontext_connection_opened
void scim_bridge_client_imcontext_connection_opened()
Definition: scim-bridge-client-imcontext-gtk.c:623