~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to libgimp/gimpselection_pdb.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 * Boston, MA 02111-1307, USA.
20
20
 */
21
21
 
22
 
/* NOTE: This file is autogenerated by pdbgen.pl */
 
22
/* NOTE: This file is auto-generated by pdbgen.pl */
23
23
 
24
24
#ifndef __GIMP_SELECTION_PDB_H__
25
25
#define __GIMP_SELECTION_PDB_H__
29
29
/* For information look into the C source or the html documentation */
30
30
 
31
31
 
32
 
gboolean gimp_selection_bounds      (gint32          image_ID,
33
 
                                     gboolean       *non_empty,
34
 
                                     gint           *x1,
35
 
                                     gint           *y1,
36
 
                                     gint           *x2,
37
 
                                     gint           *y2);
38
 
gint     gimp_selection_value       (gint32          image_ID,
39
 
                                     gint            x,
40
 
                                     gint            y);
41
 
gboolean gimp_selection_is_empty    (gint32          image_ID);
42
 
gboolean gimp_selection_translate   (gint32          image_ID,
43
 
                                     gint            offx,
44
 
                                     gint            offy);
45
 
gint32   _gimp_selection_float      (gint32          drawable_ID,
46
 
                                     gint            offx,
47
 
                                     gint            offy);
48
 
gboolean gimp_selection_invert      (gint32          image_ID);
49
 
gboolean gimp_selection_sharpen     (gint32          image_ID);
50
 
gboolean gimp_selection_all         (gint32          image_ID);
51
 
gboolean gimp_selection_none        (gint32          image_ID);
52
 
gboolean gimp_selection_feather     (gint32          image_ID,
53
 
                                     gdouble         radius);
54
 
gboolean gimp_selection_border      (gint32          image_ID,
55
 
                                     gint            radius);
56
 
gboolean gimp_selection_grow        (gint32          image_ID,
57
 
                                     gint            steps);
58
 
gboolean gimp_selection_shrink      (gint32          image_ID,
59
 
                                     gint            radius);
60
 
gboolean gimp_selection_layer_alpha (gint32          layer_ID);
61
 
gboolean gimp_selection_load        (gint32          channel_ID);
62
 
gint32   gimp_selection_save        (gint32          image_ID);
63
 
gboolean gimp_selection_combine     (gint32          channel_ID,
64
 
                                     GimpChannelOps  operation);
 
32
gboolean               gimp_selection_bounds      (gint32          image_ID,
 
33
                                                   gboolean       *non_empty,
 
34
                                                   gint           *x1,
 
35
                                                   gint           *y1,
 
36
                                                   gint           *x2,
 
37
                                                   gint           *y2);
 
38
gint                   gimp_selection_value       (gint32          image_ID,
 
39
                                                   gint            x,
 
40
                                                   gint            y);
 
41
gboolean               gimp_selection_is_empty    (gint32          image_ID);
 
42
gboolean               gimp_selection_translate   (gint32          image_ID,
 
43
                                                   gint            offx,
 
44
                                                   gint            offy);
 
45
G_GNUC_INTERNAL gint32 _gimp_selection_float      (gint32          drawable_ID,
 
46
                                                   gint            offx,
 
47
                                                   gint            offy);
 
48
gboolean               gimp_selection_invert      (gint32          image_ID);
 
49
gboolean               gimp_selection_sharpen     (gint32          image_ID);
 
50
gboolean               gimp_selection_all         (gint32          image_ID);
 
51
gboolean               gimp_selection_none        (gint32          image_ID);
 
52
gboolean               gimp_selection_feather     (gint32          image_ID,
 
53
                                                   gdouble         radius);
 
54
gboolean               gimp_selection_border      (gint32          image_ID,
 
55
                                                   gint            radius);
 
56
gboolean               gimp_selection_grow        (gint32          image_ID,
 
57
                                                   gint            steps);
 
58
gboolean               gimp_selection_shrink      (gint32          image_ID,
 
59
                                                   gint            steps);
 
60
gboolean               gimp_selection_layer_alpha (gint32          layer_ID);
 
61
gboolean               gimp_selection_load        (gint32          channel_ID);
 
62
gint32                 gimp_selection_save        (gint32          image_ID);
 
63
gboolean               gimp_selection_combine     (gint32          channel_ID,
 
64
                                                   GimpChannelOps  operation);
65
65
 
66
66
 
67
67
G_END_DECLS