/* * Copyright (C) 2004 by the gtk2-perl team * * 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.1 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 library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2-MozEmbed/gtkmozembed2perl.h,v 1.4 2005/04/11 22:30:19 kaffeetisch Exp $ */ #ifndef _GTKMOZEMBED2PERL_H_ #define _GTKMOZEMBED2PERL_H_ #ifdef __cplusplus extern "C" { #endif #include #ifdef __cplusplus } #endif #include #ifdef __cplusplus /* implies Mozilla::DOM is installed */ #include #include #endif #include "gtkmozembed2perl-version.h" #if 1 /* FIXME: !GTK_MOZ_EMBED_CHECK_VERSION (x, y, z) */ # undef GTK_TYPE_MOZ_EMBED_RELOAD_FLAGS # define GTK_TYPE_MOZ_EMBED_RELOAD_FLAGS (gtk2perl_moz_embed_reload_flags_get_type ()) GType gtk2perl_moz_embed_reload_flags_get_type (void); # undef GTK_TYPE_MOZ_EMBED_CHROME_FLAGS # define GTK_TYPE_MOZ_EMBED_CHROME_FLAGS (gtk2perl_moz_embed_chrome_flags_get_type ()) GType gtk2perl_moz_embed_chrome_flags_get_type (void); #endif /* #ifndef GTK_TYPE_MOZ_EMBED_SINGLE * # define GTK_TYPE_MOZ_EMBED_SINGLE (gtk_moz_embed_single_get_type ()) * extern GtkType gtk_moz_embed_single_get_type (void); * #endif */ #include "gtkmozembed2perl-autogen.h" #endif /* _GTKMOZEMBED2PERL_H_ */