~ubuntu-branches/ubuntu/hoary/gimp/hoary

« back to all changes in this revision

Viewing changes to libgimp/gimpguides_pdb.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-04-04 14:51:23 UTC
  • Revision ID: james.westby@ubuntu.com-20050404145123-9py049eeelfymur8
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* LIBGIMP - The GIMP Library
 
2
 * Copyright (C) 1995-2003 Peter Mattis and Spencer Kimball
 
3
 *
 
4
 * gimpguides_pdb.h
 
5
 *
 
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 2 of the License, or (at your option) any later version.
 
10
 *
 
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.
 
15
 *
 
16
 * You should have received a copy of the GNU Lesser General Public
 
17
 * License along with this library; if not, write to the
 
18
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 
19
 * Boston, MA 02111-1307, USA.
 
20
 */
 
21
 
 
22
/* NOTE: This file is autogenerated by pdbgen.pl */
 
23
 
 
24
#ifndef __GIMP_GUIDES_PDB_H__
 
25
#define __GIMP_GUIDES_PDB_H__
 
26
 
 
27
G_BEGIN_DECLS
 
28
 
 
29
/* For information look into the C source or the html documentation */
 
30
 
 
31
 
 
32
gint32              gimp_image_add_hguide            (gint32 image_ID,
 
33
                                                      gint   yposition);
 
34
gint32              gimp_image_add_vguide            (gint32 image_ID,
 
35
                                                      gint   xposition);
 
36
gboolean            gimp_image_delete_guide          (gint32 image_ID,
 
37
                                                      gint32 guide_ID);
 
38
gint32              gimp_image_find_next_guide       (gint32 image_ID,
 
39
                                                      gint32 guide_ID);
 
40
GimpOrientationType gimp_image_get_guide_orientation (gint32 image_ID,
 
41
                                                      gint32 guide_ID);
 
42
gint                gimp_image_get_guide_position    (gint32 image_ID,
 
43
                                                      gint32 guide_ID);
 
44
 
 
45
 
 
46
G_END_DECLS
 
47
 
 
48
#endif /* __GIMP_GUIDES_PDB_H__ */