/src/scim-python.h
http://scim-python.googlecode.com/ · C Header · 47 lines · 19 code · 4 blank · 24 comment · 0 complexity · 18bfe8597e61ce7e3ee5fae7b1b70b35 MD5 · raw file
- /* vim:set noet ts=4: */
- /**
- * scim-python
- *
- * Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
- *
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307 USA
- *
- * $Id:$
- */
- #ifndef __SCIM_PYTHON_H_
- #define __SCIM_PYTHON_H_
- #include <../config.h>
- #include <Python.h>
- #define Uses_SCIM_CONFIG_BASE
- #define Uses_SCIM_HELPER_MODULE
- #include <scim.h>
- #include <libintl.h>
- #define _(a) dgettext(GETTEXT_PACKAGE, a)
- #define N_(a) (a)
- #include "scim-python-engine.h"
- #include "scim-python-factory.h"
- #include "scim-python-helper.h"
- #include "scim-python-config.h"
- #include "scim-python-event.h"
- #include "scim-python-property.h"
- #include "scim-python-attribute.h"
- #include "scim-python-lookup-table.h"
- #endif