00001 // -*- c++ -*- 00002 #ifndef _LIBGNOMEDBMM_INIT_H 00003 #define _LIBGNOMEDBMM_INIT_H 00004 00005 /* init.h 00006 * 00007 * Copyright 2001 Free Software Foundation 00008 * 00009 * This library is free software; you can redistribute it and/or 00010 * modify it under the terms of the GNU Library General Public 00011 * License as published by the Free Software Foundation; either 00012 * version 2 of the License, or (at your option) any later version. 00013 * 00014 * This library is distributed in the hope that it will be useful, 00015 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00016 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00017 * Library General Public License for more details. 00018 * 00019 * You should have received a copy of the GNU Library General Public 00020 * License along with this library; if not, write to the Free 00021 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00022 */ 00023 00024 #include <glibmm.h> 00025 00026 00027 namespace Gnome 00028 { 00029 00030 namespace Db 00031 { 00032 00033 void init(const Glib::ustring& app_id, const Glib::ustring& version, int nargs, gchar *args[]); 00034 00035 } //namespace Db 00036 } //namespace Gnome 00037 00038 #endif //_LIBGNOMEDBMM_INIT_H 00039