00001 /* -*- Mode: C -*- 00002 * $Id: gimp-print.h,v 1.40 2004/04/25 12:17:49 rleigh Exp $ 00003 * 00004 * Gimp-Print header file 00005 * 00006 * Copyright 1997-2002 Michael Sweet (mike@easysw.com) and 00007 * Robert Krawitz (rlk@alum.mit.edu) 00008 * 00009 * This program is free software; you can redistribute it and/or modify it 00010 * under the terms of the GNU General Public License as published by the Free 00011 * Software Foundation; either version 2 of the License, or (at your option) 00012 * any later version. 00013 * 00014 * This program is distributed in the hope that it will be useful, but 00015 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 00016 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 00017 * for more details. 00018 * 00019 * You should have received a copy of the GNU General Public License 00020 * along with this program; if not, write to the Free Software 00021 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00022 * 00023 * Revision History: 00024 * 00025 * See ChangeLog 00026 */ 00027 00034 /* 00035 * This file must include only standard C header files. The core code must 00036 * compile on generic platforms that don't support glib, gimp, gtk, etc. 00037 */ 00038 00039 #ifndef GIMP_PRINT_H 00040 #define GIMP_PRINT_H 00041 00042 #ifdef __cplusplus 00043 extern "C" { 00044 #endif 00045 00046 #include <stddef.h> /* For size_t */ 00047 #include <stdio.h> /* For FILE */ 00048 00049 #include <gimp-print/array.h> 00050 #include <gimp-print/curve.h> 00051 #include <gimp-print/gimp-print-version.h> 00052 #include <gimp-print/image.h> 00053 #include <gimp-print/paper.h> 00054 #include <gimp-print/printers.h> 00055 #include <gimp-print/sequence.h> 00056 #include <gimp-print/string-list.h> 00057 #include <gimp-print/util.h> 00058 #include <gimp-print/vars.h> 00059 00060 #ifdef __cplusplus 00061 } 00062 #endif 00063 00064 #endif /* GIMP_PRINT_H */ 00065 /* 00066 * End of $Id: gimp-print.h,v 1.40 2004/04/25 12:17:49 rleigh Exp $ 00067 */