~ubuntu-branches/ubuntu/maverick/gimp/maverick-updates

« back to all changes in this revision

Viewing changes to libgimp/gimppainttools_pdb.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-12-09 19:44:52 UTC
  • Revision ID: james.westby@ubuntu.com-20051209194452-yggpemjlofpjqyf4
Tags: upstream-2.2.9
ImportĀ upstreamĀ versionĀ 2.2.9

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
 * gimppainttools_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_PAINT_TOOLS_PDB_H__
 
25
#define __GIMP_PAINT_TOOLS_PDB_H__
 
26
 
 
27
G_BEGIN_DECLS
 
28
 
 
29
/* For information look into the C source or the html documentation */
 
30
 
 
31
 
 
32
gboolean gimp_airbrush           (gint32                    drawable_ID,
 
33
                                  gdouble                   pressure,
 
34
                                  gint                      num_strokes,
 
35
                                  const gdouble            *strokes);
 
36
gboolean gimp_airbrush_default   (gint32                    drawable_ID,
 
37
                                  gint                      num_strokes,
 
38
                                  const gdouble            *strokes);
 
39
gboolean gimp_clone              (gint32                    drawable_ID,
 
40
                                  gint32                    src_drawable_ID,
 
41
                                  GimpCloneType             clone_type,
 
42
                                  gdouble                   src_x,
 
43
                                  gdouble                   src_y,
 
44
                                  gint                      num_strokes,
 
45
                                  const gdouble            *strokes);
 
46
gboolean gimp_clone_default      (gint32                    drawable_ID,
 
47
                                  gint                      num_strokes,
 
48
                                  const gdouble            *strokes);
 
49
gboolean gimp_convolve           (gint32                    drawable_ID,
 
50
                                  gdouble                   pressure,
 
51
                                  GimpConvolveType          convolve_type,
 
52
                                  gint                      num_strokes,
 
53
                                  const gdouble            *strokes);
 
54
gboolean gimp_convolve_default   (gint32                    drawable_ID,
 
55
                                  gint                      num_strokes,
 
56
                                  const gdouble            *strokes);
 
57
gboolean gimp_dodgeburn          (gint32                    drawable_ID,
 
58
                                  gdouble                   exposure,
 
59
                                  GimpDodgeBurnType         dodgeburn_type,
 
60
                                  GimpTransferMode          dodgeburn_mode,
 
61
                                  gint                      num_strokes,
 
62
                                  const gdouble            *strokes);
 
63
gboolean gimp_dodgeburn_default  (gint32                    drawable_ID,
 
64
                                  gint                      num_strokes,
 
65
                                  const gdouble            *strokes);
 
66
gboolean gimp_eraser             (gint32                    drawable_ID,
 
67
                                  gint                      num_strokes,
 
68
                                  const gdouble            *strokes,
 
69
                                  GimpBrushApplicationMode  hardness,
 
70
                                  GimpPaintApplicationMode  method);
 
71
gboolean gimp_eraser_default     (gint32                    drawable_ID,
 
72
                                  gint                      num_strokes,
 
73
                                  const gdouble            *strokes);
 
74
gboolean gimp_paintbrush         (gint32                    drawable_ID,
 
75
                                  gdouble                   fade_out,
 
76
                                  gint                      num_strokes,
 
77
                                  const gdouble            *strokes,
 
78
                                  GimpPaintApplicationMode  method,
 
79
                                  gdouble                   gradient_length);
 
80
gboolean gimp_paintbrush_default (gint32                    drawable_ID,
 
81
                                  gint                      num_strokes,
 
82
                                  const gdouble            *strokes);
 
83
gboolean gimp_pencil             (gint32                    drawable_ID,
 
84
                                  gint                      num_strokes,
 
85
                                  const gdouble            *strokes);
 
86
gboolean gimp_smudge             (gint32                    drawable_ID,
 
87
                                  gdouble                   pressure,
 
88
                                  gint                      num_strokes,
 
89
                                  const gdouble            *strokes);
 
90
gboolean gimp_smudge_default     (gint32                    drawable_ID,
 
91
                                  gint                      num_strokes,
 
92
                                  const gdouble            *strokes);
 
93
 
 
94
 
 
95
G_END_DECLS
 
96
 
 
97
#endif /* __GIMP_PAINT_TOOLS_PDB_H__ */