~ubuntu-branches/ubuntu/vivid/gimp/vivid

« back to all changes in this revision

Viewing changes to libgimp/gimpdrawable_pdb.h

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-08 18:50:03 UTC
  • mto: (1.1.26) (0.5.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 71.
  • Revision ID: package-import@ubuntu.com-20120508185003-tltkvbaysf8d2426
ImportĀ upstreamĀ versionĀ 2.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 *
4
4
 * gimpdrawable_pdb.h
5
5
 *
6
 
 * This library is free software; you can redistribute it and/or
 
6
 * This library is free software: you can redistribute it and/or
7
7
 * modify it under the terms of the GNU Lesser General Public
8
8
 * License as published by the Free Software Foundation; either
9
 
 * version 2 of the License, or (at your option) any later version.
 
9
 * version 3 of the License, or (at your option) any later version.
10
10
 *
11
11
 * This library is distributed in the hope that it will be useful,
12
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
14
 * Lesser General Public License for more details.
15
15
 *
16
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.
 
17
 * License along with this library.  If not, see
 
18
 * <http://www.gnu.org/licenses/>.
20
19
 */
21
20
 
22
21
/* NOTE: This file is auto-generated by pdbgen.pl */
23
22
 
 
23
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
 
24
#error "Only <libgimp/gimp.h> can be included directly."
 
25
#endif
 
26
 
24
27
#ifndef __GIMP_DRAWABLE_PDB_H__
25
28
#define __GIMP_DRAWABLE_PDB_H__
26
29
 
29
32
/* For information look into the C source or the html documentation */
30
33
 
31
34
 
32
 
gboolean                 gimp_drawable_is_valid           (gint32                      drawable_ID);
33
 
gboolean                 gimp_drawable_is_layer           (gint32                      drawable_ID);
34
 
gboolean                 gimp_drawable_is_text_layer      (gint32                      drawable_ID);
35
 
gboolean                 gimp_drawable_is_layer_mask      (gint32                      drawable_ID);
36
 
gboolean                 gimp_drawable_is_channel         (gint32                      drawable_ID);
37
35
GimpImageType            gimp_drawable_type               (gint32                      drawable_ID);
38
36
GimpImageType            gimp_drawable_type_with_alpha    (gint32                      drawable_ID);
39
37
gboolean                 gimp_drawable_has_alpha          (gint32                      drawable_ID);
46
44
gboolean                 gimp_drawable_offsets            (gint32                      drawable_ID,
47
45
                                                           gint                       *offset_x,
48
46
                                                           gint                       *offset_y);
49
 
gboolean                 gimp_drawable_delete             (gint32                      drawable_ID);
50
 
gint32                   gimp_drawable_get_image          (gint32                      drawable_ID);
51
47
#ifndef GIMP_DISABLE_DEPRECATED
52
48
gboolean                 gimp_drawable_set_image          (gint32                      drawable_ID,
53
49
                                                           gint32                      image_ID);
54
50
#endif /* GIMP_DISABLE_DEPRECATED */
55
 
gchar*                   gimp_drawable_get_name           (gint32                      drawable_ID);
56
 
gboolean                 gimp_drawable_set_name           (gint32                      drawable_ID,
57
 
                                                           const gchar                *name);
58
 
gboolean                 gimp_drawable_get_visible        (gint32                      drawable_ID);
59
 
gboolean                 gimp_drawable_set_visible        (gint32                      drawable_ID,
60
 
                                                           gboolean                    visible);
61
 
gboolean                 gimp_drawable_get_linked         (gint32                      drawable_ID);
62
 
gboolean                 gimp_drawable_set_linked         (gint32                      drawable_ID,
63
 
                                                           gboolean                    linked);
64
 
gint                     gimp_drawable_get_tattoo         (gint32                      drawable_ID);
65
 
gboolean                 gimp_drawable_set_tattoo         (gint32                      drawable_ID,
66
 
                                                           gint                        tattoo);
67
51
gboolean                 gimp_drawable_mask_bounds        (gint32                      drawable_ID,
68
52
                                                           gint                       *x1,
69
53
                                                           gint                       *y1,