app: s/sprintf/g_snprintf/ in xcf_save_image()
[gimp.git] / libgimpmodule / gimpmoduletypes.h
blob91d2649a613478ba1cc3540dd50e56c4df43b2cb
1 /* LIBGIMP - The GIMP Library
2 * Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball
4 * This library is free software: you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 3 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Library General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library. If not, see
16 * <https://www.gnu.org/licenses/>.
19 #ifndef __GIMP_MODULE_TYPES_H__
20 #define __GIMP_MODULE_TYPES_H__
23 #include <libgimpbase/gimpbasetypes.h>
26 G_BEGIN_DECLS
28 /* For information look into the C source or the html documentation */
31 typedef struct _GimpModule GimpModule;
32 typedef struct _GimpModuleInfo GimpModuleInfo;
33 typedef struct _GimpModuleDB GimpModuleDB;
36 G_END_DECLS
38 #endif /* __GIMP_MODULE_TYPES_H__ */