mirror of https://github.com/GNOME/gimp.git
libgimp: add guards that #error out if individual files are included
This commit is contained in:
parent
5c7660c6cc
commit
856c89a845
|
@ -58,7 +58,8 @@ endif
|
||||||
gimpincludedir = $(includedir)/gimp-$(GIMP_API_VERSION)/libgimp
|
gimpincludedir = $(includedir)/gimp-$(GIMP_API_VERSION)/libgimp
|
||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-DG_LOG_DOMAIN=\"LibGimp\"
|
-DG_LOG_DOMAIN=\"LibGimp\" \
|
||||||
|
-DGIMP_COMPILATION
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
|
|
|
@ -29,6 +29,8 @@
|
||||||
#include <libgimpconfig/gimpconfig.h>
|
#include <libgimpconfig/gimpconfig.h>
|
||||||
#include <libgimpmath/gimpmath.h>
|
#include <libgimpmath/gimpmath.h>
|
||||||
|
|
||||||
|
#define __GIMP_H_INSIDE__
|
||||||
|
|
||||||
#include <libgimp/gimpenums.h>
|
#include <libgimp/gimpenums.h>
|
||||||
#include <libgimp/gimptypes.h>
|
#include <libgimp/gimptypes.h>
|
||||||
|
|
||||||
|
@ -60,11 +62,12 @@
|
||||||
|
|
||||||
#include <libgimp/gimp_pdb_headers.h>
|
#include <libgimp/gimp_pdb_headers.h>
|
||||||
|
|
||||||
|
#undef __GIMP_H_INSIDE__
|
||||||
|
|
||||||
#ifdef G_OS_WIN32
|
#ifdef G_OS_WIN32
|
||||||
#include <stdlib.h> /* For __argc and __argv */
|
#include <stdlib.h> /* For __argc and __argv */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_GIMP_PDB_H__
|
#ifndef __GIMP_GIMP_PDB_H__
|
||||||
#define __GIMP_GIMP_PDB_H__
|
#define __GIMP_GIMP_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PDB_HEADERS_H__
|
#ifndef __GIMP_PDB_HEADERS_H__
|
||||||
#define __GIMP_PDB_HEADERS_H__
|
#define __GIMP_PDB_HEADERS_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_UI_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimpui.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_ASPECT_PREVIEW_H__
|
#ifndef __GIMP_ASPECT_PREVIEW_H__
|
||||||
#define __GIMP_ASPECT_PREVIEW_H__
|
#define __GIMP_ASPECT_PREVIEW_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_BRUSH_PDB_H__
|
#ifndef __GIMP_BRUSH_PDB_H__
|
||||||
#define __GIMP_BRUSH_PDB_H__
|
#define __GIMP_BRUSH_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_BRUSHES_H__
|
#ifndef __GIMP_BRUSHES_H__
|
||||||
#define __GIMP_BRUSHES_H__
|
#define __GIMP_BRUSHES_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_BRUSHES_PDB_H__
|
#ifndef __GIMP_BRUSHES_PDB_H__
|
||||||
#define __GIMP_BRUSHES_PDB_H__
|
#define __GIMP_BRUSHES_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_UI_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimpui.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_BRUSH_MENU_H__
|
#ifndef __GIMP_BRUSH_MENU_H__
|
||||||
#define __GIMP_BRUSH_MENU_H__
|
#define __GIMP_BRUSH_MENU_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_BRUSH_SELECT_H__
|
#ifndef __GIMP_BRUSH_SELECT_H__
|
||||||
#define __GIMP_BRUSH_SELECT_H__
|
#define __GIMP_BRUSH_SELECT_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_BRUSH_SELECT_PDB_H__
|
#ifndef __GIMP_BRUSH_SELECT_PDB_H__
|
||||||
#define __GIMP_BRUSH_SELECT_PDB_H__
|
#define __GIMP_BRUSH_SELECT_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_UI_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimpui.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_BRUSH_SELECT_BUTTON_H__
|
#ifndef __GIMP_BRUSH_SELECT_BUTTON_H__
|
||||||
#define __GIMP_BRUSH_SELECT_BUTTON_H__
|
#define __GIMP_BRUSH_SELECT_BUTTON_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_BUFFER_PDB_H__
|
#ifndef __GIMP_BUFFER_PDB_H__
|
||||||
#define __GIMP_BUFFER_PDB_H__
|
#define __GIMP_BUFFER_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_CHANNEL_H__
|
#ifndef __GIMP_CHANNEL_H__
|
||||||
#define __GIMP_CHANNEL_H__
|
#define __GIMP_CHANNEL_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_CHANNEL_PDB_H__
|
#ifndef __GIMP_CHANNEL_PDB_H__
|
||||||
#define __GIMP_CHANNEL_PDB_H__
|
#define __GIMP_CHANNEL_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_COLOR_PDB_H__
|
#ifndef __GIMP_COLOR_PDB_H__
|
||||||
#define __GIMP_COLOR_PDB_H__
|
#define __GIMP_COLOR_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_CONTEXT_PDB_H__
|
#ifndef __GIMP_CONTEXT_PDB_H__
|
||||||
#define __GIMP_CONTEXT_PDB_H__
|
#define __GIMP_CONTEXT_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_CONVERT_PDB_H__
|
#ifndef __GIMP_CONVERT_PDB_H__
|
||||||
#define __GIMP_CONVERT_PDB_H__
|
#define __GIMP_CONVERT_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_DISPLAY_PDB_H__
|
#ifndef __GIMP_DISPLAY_PDB_H__
|
||||||
#define __GIMP_DISPLAY_PDB_H__
|
#define __GIMP_DISPLAY_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_DRAWABLE_H__
|
#ifndef __GIMP_DRAWABLE_H__
|
||||||
#define __GIMP_DRAWABLE_H__
|
#define __GIMP_DRAWABLE_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_DRAWABLE_PDB_H__
|
#ifndef __GIMP_DRAWABLE_PDB_H__
|
||||||
#define __GIMP_DRAWABLE_PDB_H__
|
#define __GIMP_DRAWABLE_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_UI_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimpui.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_DRAWABLE_PREVIEW_H__
|
#ifndef __GIMP_DRAWABLE_PREVIEW_H__
|
||||||
#define __GIMP_DRAWABLE_PREVIEW_H__
|
#define __GIMP_DRAWABLE_PREVIEW_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_DRAWABLE_TRANSFORM_PDB_H__
|
#ifndef __GIMP_DRAWABLE_TRANSFORM_PDB_H__
|
||||||
#define __GIMP_DRAWABLE_TRANSFORM_PDB_H__
|
#define __GIMP_DRAWABLE_TRANSFORM_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_EDIT_PDB_H__
|
#ifndef __GIMP_EDIT_PDB_H__
|
||||||
#define __GIMP_EDIT_PDB_H__
|
#define __GIMP_EDIT_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_UI_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimpui.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_EXPORT_H__
|
#ifndef __GIMP_EXPORT_H__
|
||||||
#define __GIMP_EXPORT_H__
|
#define __GIMP_EXPORT_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_FILEOPS_PDB_H__
|
#ifndef __GIMP_FILEOPS_PDB_H__
|
||||||
#define __GIMP_FILEOPS_PDB_H__
|
#define __GIMP_FILEOPS_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_FLOATING_SEL_PDB_H__
|
#ifndef __GIMP_FLOATING_SEL_PDB_H__
|
||||||
#define __GIMP_FLOATING_SEL_PDB_H__
|
#define __GIMP_FLOATING_SEL_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_UI_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimpui.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_FONT_MENU_H__
|
#ifndef __GIMP_FONT_MENU_H__
|
||||||
#define __GIMP_FONT_MENU_H__
|
#define __GIMP_FONT_MENU_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_FONTS_PDB_H__
|
#ifndef __GIMP_FONTS_PDB_H__
|
||||||
#define __GIMP_FONTS_PDB_H__
|
#define __GIMP_FONTS_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_FONT_SELECT_H__
|
#ifndef __GIMP_FONT_SELECT_H__
|
||||||
#define __GIMP_FONT_SELECT_H__
|
#define __GIMP_FONT_SELECT_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_FONT_SELECT_PDB_H__
|
#ifndef __GIMP_FONT_SELECT_PDB_H__
|
||||||
#define __GIMP_FONT_SELECT_PDB_H__
|
#define __GIMP_FONT_SELECT_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_UI_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimpui.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_FONT_SELECT_BUTTON_H__
|
#ifndef __GIMP_FONT_SELECT_BUTTON_H__
|
||||||
#define __GIMP_FONT_SELECT_BUTTON_H__
|
#define __GIMP_FONT_SELECT_BUTTON_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_GIMPRC_H__
|
#ifndef __GIMP_GIMPRC_H__
|
||||||
#define __GIMP_GIMPRC_H__
|
#define __GIMP_GIMPRC_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_GIMPRC_PDB_H__
|
#ifndef __GIMP_GIMPRC_PDB_H__
|
||||||
#define __GIMP_GIMPRC_PDB_H__
|
#define __GIMP_GIMPRC_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_GRADIENT_PDB_H__
|
#ifndef __GIMP_GRADIENT_PDB_H__
|
||||||
#define __GIMP_GRADIENT_PDB_H__
|
#define __GIMP_GRADIENT_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_UI_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimpui.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_GRAIDENT_MENU_H__
|
#ifndef __GIMP_GRAIDENT_MENU_H__
|
||||||
#define __GIMP_GRADIENT_MENU_H__
|
#define __GIMP_GRADIENT_MENU_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_GRADIENTS_H__
|
#ifndef __GIMP_GRADIENTS_H__
|
||||||
#define __GIMP_GRADIENTS_H__
|
#define __GIMP_GRADIENTS_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_GRADIENTS_PDB_H__
|
#ifndef __GIMP_GRADIENTS_PDB_H__
|
||||||
#define __GIMP_GRADIENTS_PDB_H__
|
#define __GIMP_GRADIENTS_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_GRAIDENT_SELECT_H__
|
#ifndef __GIMP_GRAIDENT_SELECT_H__
|
||||||
#define __GIMP_GRADIENT_SELECT_H__
|
#define __GIMP_GRADIENT_SELECT_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_GRADIENT_SELECT_PDB_H__
|
#ifndef __GIMP_GRADIENT_SELECT_PDB_H__
|
||||||
#define __GIMP_GRADIENT_SELECT_PDB_H__
|
#define __GIMP_GRADIENT_SELECT_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_UI_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimpui.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_GRADIENT_SELECT_BUTTON_H__
|
#ifndef __GIMP_GRADIENT_SELECT_BUTTON_H__
|
||||||
#define __GIMP_GRADIENT_SELECT_BUTTON_H__
|
#define __GIMP_GRADIENT_SELECT_BUTTON_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_GRID_PDB_H__
|
#ifndef __GIMP_GRID_PDB_H__
|
||||||
#define __GIMP_GRID_PDB_H__
|
#define __GIMP_GRID_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_GUIDES_PDB_H__
|
#ifndef __GIMP_GUIDES_PDB_H__
|
||||||
#define __GIMP_GUIDES_PDB_H__
|
#define __GIMP_GUIDES_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_HELP_PDB_H__
|
#ifndef __GIMP_HELP_PDB_H__
|
||||||
#define __GIMP_HELP_PDB_H__
|
#define __GIMP_HELP_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_IMAGE_H__
|
#ifndef __GIMP_IMAGE_H__
|
||||||
#define __GIMP_IMAGE_H__
|
#define __GIMP_IMAGE_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_IMAGE_PDB_H__
|
#ifndef __GIMP_IMAGE_PDB_H__
|
||||||
#define __GIMP_IMAGE_PDB_H__
|
#define __GIMP_IMAGE_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -19,10 +19,13 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_UI_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimpui.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_IMAGE_COMBO_BOX_H__
|
#ifndef __GIMP_IMAGE_COMBO_BOX_H__
|
||||||
#define __GIMP_IMAGE_COMBO_BOX_H__
|
#define __GIMP_IMAGE_COMBO_BOX_H__
|
||||||
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
/* For information look into the C source or the html documentation */
|
/* For information look into the C source or the html documentation */
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_IMAGE_SELECT_PDB_H__
|
#ifndef __GIMP_IMAGE_SELECT_PDB_H__
|
||||||
#define __GIMP_IMAGE_SELECT_PDB_H__
|
#define __GIMP_IMAGE_SELECT_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_ITEM_PDB_H__
|
#ifndef __GIMP_ITEM_PDB_H__
|
||||||
#define __GIMP_ITEM_PDB_H__
|
#define __GIMP_ITEM_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -20,10 +20,13 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_UI_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimpui.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_ITEM_COMBO_BOX_H__
|
#ifndef __GIMP_ITEM_COMBO_BOX_H__
|
||||||
#define __GIMP_ITEM_COMBO_BOX_H__
|
#define __GIMP_ITEM_COMBO_BOX_H__
|
||||||
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
/* For information look into the C source or the html documentation */
|
/* For information look into the C source or the html documentation */
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_ITEM_TRANSFORM_PDB_H__
|
#ifndef __GIMP_ITEM_TRANSFORM_PDB_H__
|
||||||
#define __GIMP_ITEM_TRANSFORM_PDB_H__
|
#define __GIMP_ITEM_TRANSFORM_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_LAYER_H__
|
#ifndef __GIMP_LAYER_H__
|
||||||
#define __GIMP_LAYER_H__
|
#define __GIMP_LAYER_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_LAYER_PDB_H__
|
#ifndef __GIMP_LAYER_PDB_H__
|
||||||
#define __GIMP_LAYER_PDB_H__
|
#define __GIMP_LAYER_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_UI_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimpui.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_MENU_H__
|
#ifndef __GIMP_MENU_H__
|
||||||
#define __GIMP_MENU_H__
|
#define __GIMP_MENU_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_MESSAGE_PDB_H__
|
#ifndef __GIMP_MESSAGE_PDB_H__
|
||||||
#define __GIMP_MESSAGE_PDB_H__
|
#define __GIMP_MESSAGE_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PAINT_TOOLS_PDB_H__
|
#ifndef __GIMP_PAINT_TOOLS_PDB_H__
|
||||||
#define __GIMP_PAINT_TOOLS_PDB_H__
|
#define __GIMP_PAINT_TOOLS_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PALETTE_H__
|
#ifndef __GIMP_PALETTE_H__
|
||||||
#define __GIMP_PALETTE_H__
|
#define __GIMP_PALETTE_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PALETTE_PDB_H__
|
#ifndef __GIMP_PALETTE_PDB_H__
|
||||||
#define __GIMP_PALETTE_PDB_H__
|
#define __GIMP_PALETTE_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_UI_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimpui.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PALETTE_MENU_H__
|
#ifndef __GIMP_PALETTE_MENU_H__
|
||||||
#define __GIMP_PALETTE_MENU_H__
|
#define __GIMP_PALETTE_MENU_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PALETTES_H__
|
#ifndef __GIMP_PALETTES_H__
|
||||||
#define __GIMP_PALETTES_H__
|
#define __GIMP_PALETTES_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PALETTES_PDB_H__
|
#ifndef __GIMP_PALETTES_PDB_H__
|
||||||
#define __GIMP_PALETTES_PDB_H__
|
#define __GIMP_PALETTES_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PALETTE_SELECT_H__
|
#ifndef __GIMP_PALETTE_SELECT_H__
|
||||||
#define __GIMP_PALETTE_SELECT_H__
|
#define __GIMP_PALETTE_SELECT_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PALETTE_SELECT_PDB_H__
|
#ifndef __GIMP_PALETTE_SELECT_PDB_H__
|
||||||
#define __GIMP_PALETTE_SELECT_PDB_H__
|
#define __GIMP_PALETTE_SELECT_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_UI_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimpui.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PALETTE_SELECT_BUTTON_H__
|
#ifndef __GIMP_PALETTE_SELECT_BUTTON_H__
|
||||||
#define __GIMP_PALETTE_SELECT_BUTTON_H__
|
#define __GIMP_PALETTE_SELECT_BUTTON_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PATHS_PDB_H__
|
#ifndef __GIMP_PATHS_PDB_H__
|
||||||
#define __GIMP_PATHS_PDB_H__
|
#define __GIMP_PATHS_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PATTERN_PDB_H__
|
#ifndef __GIMP_PATTERN_PDB_H__
|
||||||
#define __GIMP_PATTERN_PDB_H__
|
#define __GIMP_PATTERN_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_UI_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimpui.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PATTERN_MENU_H__
|
#ifndef __GIMP_PATTERN_MENU_H__
|
||||||
#define __GIMP_PATTERN_MENU_H__
|
#define __GIMP_PATTERN_MENU_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PATTERNS_H__
|
#ifndef __GIMP_PATTERNS_H__
|
||||||
#define __GIMP_PATTERNS_H__
|
#define __GIMP_PATTERNS_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PATTERNS_PDB_H__
|
#ifndef __GIMP_PATTERNS_PDB_H__
|
||||||
#define __GIMP_PATTERNS_PDB_H__
|
#define __GIMP_PATTERNS_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PATTERN_SELECT_H__
|
#ifndef __GIMP_PATTERN_SELECT_H__
|
||||||
#define __GIMP_PATTERN_SELECT_H__
|
#define __GIMP_PATTERN_SELECT_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PATTERN_SELECT_PDB_H__
|
#ifndef __GIMP_PATTERN_SELECT_PDB_H__
|
||||||
#define __GIMP_PATTERN_SELECT_PDB_H__
|
#define __GIMP_PATTERN_SELECT_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_UI_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimpui.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PATTERN_SELECT_BUTTON_H__
|
#ifndef __GIMP_PATTERN_SELECT_BUTTON_H__
|
||||||
#define __GIMP_PATTERN_SELECT_BUTTON_H__
|
#define __GIMP_PATTERN_SELECT_BUTTON_H__
|
||||||
|
|
||||||
|
|
|
@ -19,10 +19,13 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PIXBUF_H__
|
#ifndef __GIMP_PIXBUF_H__
|
||||||
#define __GIMP_PIXBUF_H__
|
#define __GIMP_PIXBUF_H__
|
||||||
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
/* For information look into the C source or the html documentation */
|
/* For information look into the C source or the html documentation */
|
||||||
|
|
|
@ -22,6 +22,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PIXEL_FETCHER_H__
|
#ifndef __GIMP_PIXEL_FETCHER_H__
|
||||||
#define __GIMP_PIXEL_FETCHER_H__
|
#define __GIMP_PIXEL_FETCHER_H__
|
||||||
|
|
||||||
|
@ -29,6 +33,7 @@ G_BEGIN_DECLS
|
||||||
|
|
||||||
/* For information look into the C source or the html documentation */
|
/* For information look into the C source or the html documentation */
|
||||||
|
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
GIMP_PIXEL_FETCHER_EDGE_NONE,
|
GIMP_PIXEL_FETCHER_EDGE_NONE,
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PIXEL_RGN_H__
|
#ifndef __GIMP_PIXEL_RGN_H__
|
||||||
#define __GIMP_PIXEL_RGN_H__
|
#define __GIMP_PIXEL_RGN_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PLUG_IN_H__
|
#ifndef __GIMP_PLUG_IN_H__
|
||||||
#define __GIMP_PLUG_IN_H__
|
#define __GIMP_PLUG_IN_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PLUG_IN_PDB_H__
|
#ifndef __GIMP_PLUG_IN_PDB_H__
|
||||||
#define __GIMP_PLUG_IN_PDB_H__
|
#define __GIMP_PLUG_IN_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_UI_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimpui.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PROC_BROWSER_DIALOG_H__
|
#ifndef __GIMP_PROC_BROWSER_DIALOG_H__
|
||||||
#define __GIMP_PROC_BROWSER_DIALOG_H__
|
#define __GIMP_PROC_BROWSER_DIALOG_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PROCEDURAL_DB_H__
|
#ifndef __GIMP_PROCEDURAL_DB_H__
|
||||||
#define __GIMP_PROCEDURAL_DB_H__
|
#define __GIMP_PROCEDURAL_DB_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PROCEDURAL_DB_PDB_H__
|
#ifndef __GIMP_PROCEDURAL_DB_PDB_H__
|
||||||
#define __GIMP_PROCEDURAL_DB_PDB_H__
|
#define __GIMP_PROCEDURAL_DB_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_UI_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimpui.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PROC_VIEW_H__
|
#ifndef __GIMP_PROC_VIEW_H__
|
||||||
#define __GIMP_PROC_VIEW_H__
|
#define __GIMP_PROC_VIEW_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PROGRESS_H__
|
#ifndef __GIMP_PROGRESS_H__
|
||||||
#define __GIMP_PROGRESS_H__
|
#define __GIMP_PROGRESS_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PROGRESS_PDB_H__
|
#ifndef __GIMP_PROGRESS_PDB_H__
|
||||||
#define __GIMP_PROGRESS_PDB_H__
|
#define __GIMP_PROGRESS_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_UI_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimpui.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_PROGRESS_BAR_H__
|
#ifndef __GIMP_PROGRESS_BAR_H__
|
||||||
#define __GIMP_PROGRESS_BAR_H__
|
#define __GIMP_PROGRESS_BAR_H__
|
||||||
|
|
||||||
|
|
|
@ -22,6 +22,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_REGION_ITERATOR_H__
|
#ifndef __GIMP_REGION_ITERATOR_H__
|
||||||
#define __GIMP_REGION_ITERATOR_H__
|
#define __GIMP_REGION_ITERATOR_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_UI_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimpui.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_SELECT_BUTTON_H__
|
#ifndef __GIMP_SELECT_BUTTON_H__
|
||||||
#define __GIMP_SELECT_BUTTON_H__
|
#define __GIMP_SELECT_BUTTON_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_SELECTION_H__
|
#ifndef __GIMP_SELECTION_H__
|
||||||
#define __GIMP_SELECTION_H__
|
#define __GIMP_SELECTION_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_SELECTION_PDB_H__
|
#ifndef __GIMP_SELECTION_PDB_H__
|
||||||
#define __GIMP_SELECTION_PDB_H__
|
#define __GIMP_SELECTION_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_SELECTION_TOOLS_PDB_H__
|
#ifndef __GIMP_SELECTION_TOOLS_PDB_H__
|
||||||
#define __GIMP_SELECTION_TOOLS_PDB_H__
|
#define __GIMP_SELECTION_TOOLS_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_TEXT_LAYER_PDB_H__
|
#ifndef __GIMP_TEXT_LAYER_PDB_H__
|
||||||
#define __GIMP_TEXT_LAYER_PDB_H__
|
#define __GIMP_TEXT_LAYER_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_TEXT_TOOL_PDB_H__
|
#ifndef __GIMP_TEXT_TOOL_PDB_H__
|
||||||
#define __GIMP_TEXT_TOOL_PDB_H__
|
#define __GIMP_TEXT_TOOL_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_TILE_H__
|
#ifndef __GIMP_TILE_H__
|
||||||
#define __GIMP_TILE_H__
|
#define __GIMP_TILE_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_TRANSFORM_TOOLS_PDB_H__
|
#ifndef __GIMP_TRANSFORM_TOOLS_PDB_H__
|
||||||
#define __GIMP_TRANSFORM_TOOLS_PDB_H__
|
#define __GIMP_TRANSFORM_TOOLS_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,8 @@
|
||||||
|
|
||||||
#include <libgimpwidgets/gimpwidgets.h>
|
#include <libgimpwidgets/gimpwidgets.h>
|
||||||
|
|
||||||
|
#define __GIMP_UI_H_INSIDE__
|
||||||
|
|
||||||
#include <libgimp/gimpuitypes.h>
|
#include <libgimp/gimpuitypes.h>
|
||||||
|
|
||||||
#include <libgimp/gimpexport.h>
|
#include <libgimp/gimpexport.h>
|
||||||
|
@ -47,6 +49,8 @@
|
||||||
#include <libgimp/gimppatternselectbutton.h>
|
#include <libgimp/gimppatternselectbutton.h>
|
||||||
#include <libgimp/gimpzoompreview.h>
|
#include <libgimp/gimpzoompreview.h>
|
||||||
|
|
||||||
|
#undef __GIMP_UI_H_INSIDE__
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
/* For information look into the C source or the html documentation */
|
/* For information look into the C source or the html documentation */
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_UNDO_PDB_H__
|
#ifndef __GIMP_UNDO_PDB_H__
|
||||||
#define __GIMP_UNDO_PDB_H__
|
#define __GIMP_UNDO_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_UNIT_PDB_H__
|
#ifndef __GIMP_UNIT_PDB_H__
|
||||||
#define __GIMP_UNIT_PDB_H__
|
#define __GIMP_UNIT_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_VECTORS_H__
|
#ifndef __GIMP_VECTORS_H__
|
||||||
#define __GIMP_VECTORS_H__
|
#define __GIMP_VECTORS_H__
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
/* NOTE: This file is auto-generated by pdbgen.pl */
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
||||||
|
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_VECTORS_PDB_H__
|
#ifndef __GIMP_VECTORS_PDB_H__
|
||||||
#define __GIMP_VECTORS_PDB_H__
|
#define __GIMP_VECTORS_PDB_H__
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,10 @@
|
||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GIMP_UI_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimpui.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GIMP_ZOOM_PREVIEW_H__
|
#ifndef __GIMP_ZOOM_PREVIEW_H__
|
||||||
#define __GIMP_ZOOM_PREVIEW_H__
|
#define __GIMP_ZOOM_PREVIEW_H__
|
||||||
|
|
||||||
|
|
|
@ -630,6 +630,10 @@ LGPL
|
||||||
print HFILE $lgpl_bottom;
|
print HFILE $lgpl_bottom;
|
||||||
my $guard = "__GIMP_\U$group\E_PDB_H__";
|
my $guard = "__GIMP_\U$group\E_PDB_H__";
|
||||||
print HFILE <<HEADER;
|
print HFILE <<HEADER;
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef $guard
|
#ifndef $guard
|
||||||
#define $guard
|
#define $guard
|
||||||
|
|
||||||
|
@ -687,6 +691,10 @@ SECTION_DOCS
|
||||||
print PFILE $lgpl_bottom;
|
print PFILE $lgpl_bottom;
|
||||||
my $guard = "__GIMP_PDB_HEADERS_H__";
|
my $guard = "__GIMP_PDB_HEADERS_H__";
|
||||||
print PFILE <<HEADER;
|
print PFILE <<HEADER;
|
||||||
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
||||||
|
#error "Only <libgimp/gimp.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef $guard
|
#ifndef $guard
|
||||||
#define $guard
|
#define $guard
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue