SCIMBridge
0.4.x
common
scim-bridge-debug.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
25
#ifndef SCIMBRIDGEDEBUG_H_
26
#define SCIMBRIDGEDEBUG_H_
27
28
#include "
scim-bridge.h
"
29
33
typedef
int
scim_bridge_debug_level_t
;
34
38
static
const
scim_bridge_debug_level_t
SCIM_BRIDGE_MAX_DEBUG_LEVEL
= 9;
39
43
static
const
scim_bridge_debug_level_t
SCIM_BRIDGE_MIN_DEBUG_LEVEL
= 0;
44
45
#ifdef __cplusplus
46
extern
"C"
47
{
48
#endif
49
55
scim_bridge_debug_level_t
scim_bridge_debug_get_level
();
56
57
#ifdef __cplusplus
58
}
59
#endif
60
#endif
/*SCIMBRIDGEDEBUG_H_*/
scim_bridge_debug_level_t
int scim_bridge_debug_level_t
Definition:
scim-bridge-debug.h:33
scim-bridge.h
This header describes about fundamental definitions of scim-bridge.
scim_bridge_debug_get_level
scim_bridge_debug_level_t scim_bridge_debug_get_level()
Definition:
scim-bridge-agent-application.cpp:41
SCIM_BRIDGE_MAX_DEBUG_LEVEL
static const scim_bridge_debug_level_t SCIM_BRIDGE_MAX_DEBUG_LEVEL
Definition:
scim-bridge-debug.h:38
SCIM_BRIDGE_MIN_DEBUG_LEVEL
static const scim_bridge_debug_level_t SCIM_BRIDGE_MIN_DEBUG_LEVEL
Definition:
scim-bridge-debug.h:43
Generated by
1.8.18