00001 // -*- c++ -*- 00002 #ifndef _GTKSOURCEVIEWMM_INIT_H 00003 #define _GTKSOURCEVIEWMM_INIT_H 00004 00005 #include "wrap_init.h" 00006 00007 /* init.h 00008 * 00009 * Copyright (C) 2005-2006 The gtksourceviewmm development team 00010 * 00011 * This library is free software; you can redistribute it and/or 00012 * modify it under the terms of the GNU Library General Public 00013 * License as published by the Free Software Foundation; either 00014 * version 2 of the License, or (at your option) any later version. 00015 * 00016 * This library is distributed in the hope that it will be useful, 00017 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00018 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00019 * Library General Public License for more details. 00020 * 00021 * You should have received a copy of the GNU Library General Public 00022 * License along with this library; if not, write to the Free 00023 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00024 */ 00027 namespace gtksourceview 00028 { 00029 void init () ; 00030 }//end namespace gtksourceview 00031 00032 #endif //_GTKSOURCEVIEWMM_INIT_H 00033