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

« back to all changes in this revision

Viewing changes to libgimp/gimpedit_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_EDIT_PDB_H__
25
25
#define __GIMP_EDIT_PDB_H__
29
29
/* For information look into the C source or the html documentation */
30
30
 
31
31
 
32
 
gboolean gimp_edit_cut          (gint32               drawable_ID);
33
 
gboolean gimp_edit_copy         (gint32               drawable_ID);
34
 
gboolean gimp_edit_copy_visible (gint32               image_ID);
35
 
gint32   gimp_edit_paste        (gint32               drawable_ID,
36
 
                                 gboolean             paste_into);
37
 
gboolean gimp_edit_clear        (gint32               drawable_ID);
38
 
gboolean gimp_edit_fill         (gint32               drawable_ID,
39
 
                                 GimpFillType         fill_type);
40
 
gboolean gimp_edit_bucket_fill  (gint32               drawable_ID,
41
 
                                 GimpBucketFillMode   fill_mode,
42
 
                                 GimpLayerModeEffects paint_mode,
43
 
                                 gdouble              opacity,
44
 
                                 gdouble              threshold,
45
 
                                 gboolean             sample_merged,
46
 
                                 gdouble              x,
47
 
                                 gdouble              y);
48
 
gboolean gimp_edit_blend        (gint32               drawable_ID,
49
 
                                 GimpBlendMode        blend_mode,
50
 
                                 GimpLayerModeEffects paint_mode,
51
 
                                 GimpGradientType     gradient_type,
52
 
                                 gdouble              opacity,
53
 
                                 gdouble              offset,
54
 
                                 GimpRepeatMode       repeat,
55
 
                                 gboolean             reverse,
56
 
                                 gboolean             supersample,
57
 
                                 gint                 max_depth,
58
 
                                 gdouble              threshold,
59
 
                                 gboolean             dither,
60
 
                                 gdouble              x1,
61
 
                                 gdouble              y1,
62
 
                                 gdouble              x2,
63
 
                                 gdouble              y2);
64
 
gboolean gimp_edit_stroke       (gint32               drawable_ID);
 
32
gboolean gimp_edit_cut                (gint32                drawable_ID);
 
33
gboolean gimp_edit_copy               (gint32                drawable_ID);
 
34
gboolean gimp_edit_copy_visible       (gint32                image_ID);
 
35
gint32   gimp_edit_paste              (gint32                drawable_ID,
 
36
                                       gboolean              paste_into);
 
37
gint32   gimp_edit_paste_as_new       (void);
 
38
gchar*   gimp_edit_named_cut          (gint32                drawable_ID,
 
39
                                       const gchar          *buffer_name);
 
40
gchar*   gimp_edit_named_copy         (gint32                drawable_ID,
 
41
                                       const gchar          *buffer_name);
 
42
gchar*   gimp_edit_named_copy_visible (gint32                image_ID,
 
43
                                       const gchar          *buffer_name);
 
44
gint32   gimp_edit_named_paste        (gint32                drawable_ID,
 
45
                                       const gchar          *buffer_name,
 
46
                                       gboolean              paste_into);
 
47
gint32   gimp_edit_named_paste_as_new (const gchar          *buffer_name);
 
48
gboolean gimp_edit_clear              (gint32                drawable_ID);
 
49
gboolean gimp_edit_fill               (gint32                drawable_ID,
 
50
                                       GimpFillType          fill_type);
 
51
gboolean gimp_edit_bucket_fill        (gint32                drawable_ID,
 
52
                                       GimpBucketFillMode    fill_mode,
 
53
                                       GimpLayerModeEffects  paint_mode,
 
54
                                       gdouble               opacity,
 
55
                                       gdouble               threshold,
 
56
                                       gboolean              sample_merged,
 
57
                                       gdouble               x,
 
58
                                       gdouble               y);
 
59
gboolean gimp_edit_bucket_fill_full   (gint32                drawable_ID,
 
60
                                       GimpBucketFillMode    fill_mode,
 
61
                                       GimpLayerModeEffects  paint_mode,
 
62
                                       gdouble               opacity,
 
63
                                       gdouble               threshold,
 
64
                                       gboolean              sample_merged,
 
65
                                       gboolean              fill_transparent,
 
66
                                       GimpSelectCriterion   select_criterion,
 
67
                                       gdouble               x,
 
68
                                       gdouble               y);
 
69
gboolean gimp_edit_blend              (gint32                drawable_ID,
 
70
                                       GimpBlendMode         blend_mode,
 
71
                                       GimpLayerModeEffects  paint_mode,
 
72
                                       GimpGradientType      gradient_type,
 
73
                                       gdouble               opacity,
 
74
                                       gdouble               offset,
 
75
                                       GimpRepeatMode        repeat,
 
76
                                       gboolean              reverse,
 
77
                                       gboolean              supersample,
 
78
                                       gint                  max_depth,
 
79
                                       gdouble               threshold,
 
80
                                       gboolean              dither,
 
81
                                       gdouble               x1,
 
82
                                       gdouble               y1,
 
83
                                       gdouble               x2,
 
84
                                       gdouble               y2);
 
85
gboolean gimp_edit_stroke             (gint32                drawable_ID);
 
86
gboolean gimp_edit_stroke_vectors     (gint32                drawable_ID,
 
87
                                       gint32                vectors_ID);
65
88
 
66
89
 
67
90
G_END_DECLS