Gtk2-MozEmbed

 view release on metacpan or  search on metacpan

gtkmozembed2perl.h  view on Meta::CPAN

/*
 * 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, see
 * <https://www.gnu.org/licenses/>.
 *
 * $Id$
 */

#ifndef _GTKMOZEMBED2PERL_H_
#define _GTKMOZEMBED2PERL_H_

#ifdef __cplusplus
extern "C" {
#endif

#include <gtk2perl.h>

#ifdef __cplusplus
}
#endif

#include <gtkmozembed.h>

#ifdef __cplusplus /* implies Mozilla::DOM is installed */
#include <gtkmozembed_internal.h>
#include <mozilladom2perl.h>
#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_ */



( run in 0.449 second using v1.01-cache-2.11-cpan-71847e10f99 )