*** empty log message ***
[m17n/m17n-im-config.git] / src / m17n-im-config.h
1 /* m17n-im-config.c -- M17N input method configuration header file
2    Copyright (C) 2007
3      National Institute of Advanced Industrial Science and Technology (AIST)
4      Registration Number H15PRO112
5
6    This file is part of the m17n-im-config package; a sub-part of the
7    m17n library.
8
9    The m17n library is free software; you can redistribute it and/or
10    modify it under the terms of the GNU Lesser General Public License
11    as published by the Free Software Foundation; either version 2.1 of
12    the License, or (at your option) any later version.
13
14    The m17n library is distributed in the hope that it will be useful,
15    but WITHOUT ANY WARRANTY; without even the implied warranty of
16    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17    Lesser General Public License for more details.
18
19    You should have received a copy of the GNU Lesser General Public
20    License along with the m17n library; if not, write to the Free
21    Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22    02111-1307, USA.  */
23
24 #ifndef _M17N_IM_CONFIG_H_
25 #define _M17N_IM_CONFIG_H_
26
27 #include <glib.h>
28
29 G_BEGIN_DECLS
30
31 extern GtkWidget *mim_config_new (GCallback func, gpointer data);
32 extern gboolean mim_config_modified (GtkWidget *config);
33 extern gboolean mim_config_revert (GtkWidget *config);
34 extern gboolean mim_config_default (GtkWidget *config);
35 extern gboolean mim_config_save (GtkWidget *config);
36 extern GtkTreeView *mim_config_get_tree_view (GtkWidget *config);
37
38 G_END_DECLS
39
40 #endif /* _M17N_IM_CONFIG_H_ */