app: s/sprintf/g_snprintf/ in xcf_save_image()
[gimp.git] / libgimp / gimpimageguides_pdb.h
blob2f52ded87271f86e73f029fbce74bc38104b90ab
1 /* LIBGIMP - The GIMP Library
2 * Copyright (C) 1995-2003 Peter Mattis and Spencer Kimball
4 * gimpimageguides_pdb.h
6 * This library is free software: you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 3 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library. If not, see
18 * <https://www.gnu.org/licenses/>.
21 /* NOTE: This file is auto-generated by pdbgen.pl */
23 #if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
24 #error "Only <libgimp/gimp.h> can be included directly."
25 #endif
27 #ifndef __GIMP_IMAGE_GUIDES_PDB_H__
28 #define __GIMP_IMAGE_GUIDES_PDB_H__
30 G_BEGIN_DECLS
32 /* For information look into the C source or the html documentation */
35 gint32 gimp_image_add_hguide (gint32 image_ID,
36 gint yposition);
37 gint32 gimp_image_add_vguide (gint32 image_ID,
38 gint xposition);
39 gboolean gimp_image_delete_guide (gint32 image_ID,
40 gint32 guide_ID);
41 gint32 gimp_image_find_next_guide (gint32 image_ID,
42 gint32 guide_ID);
43 GimpOrientationType gimp_image_get_guide_orientation (gint32 image_ID,
44 gint32 guide_ID);
45 gint gimp_image_get_guide_position (gint32 image_ID,
46 gint32 guide_ID);
49 G_END_DECLS
51 #endif /* __GIMP_IMAGE_GUIDES_PDB_H__ */