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

« back to all changes in this revision

Viewing changes to libgimp/gimppaths_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_PATHS_PDB_H__
25
25
#define __GIMP_PATHS_PDB_H__
29
29
/* For information look into the C source or the html documentation */
30
30
 
31
31
 
 
32
#ifndef GIMP_DISABLE_DEPRECATED
32
33
gchar**  gimp_path_list              (gint32           image_ID,
33
 
                                      gint            *num_paths);
 
34
                                      gint            *num_paths);
34
35
gchar*   gimp_path_get_current       (gint32           image_ID);
35
36
gboolean gimp_path_set_current       (gint32           image_ID,
36
 
                                      const gchar     *name);
 
37
                                      const gchar     *name);
37
38
gboolean gimp_path_delete            (gint32           image_ID,
38
 
                                      const gchar     *name);
 
39
                                      const gchar     *name);
39
40
gint     gimp_path_get_points        (gint32           image_ID,
40
 
                                      const gchar     *name,
41
 
                                      gint            *path_closed,
42
 
                                      gint            *num_path_point_details,
43
 
                                      gdouble        **points_pairs);
 
41
                                      const gchar     *name,
 
42
                                      gint            *path_closed,
 
43
                                      gint            *num_path_point_details,
 
44
                                      gdouble        **points_pairs);
44
45
gboolean gimp_path_set_points        (gint32           image_ID,
45
 
                                      const gchar     *name,
46
 
                                      gint             ptype,
47
 
                                      gint             num_path_points,
48
 
                                      const gdouble   *points_pairs);
 
46
                                      const gchar     *name,
 
47
                                      gint             ptype,
 
48
                                      gint             num_path_points,
 
49
                                      const gdouble   *points_pairs);
49
50
gboolean gimp_path_stroke_current    (gint32           image_ID);
50
51
gint     gimp_path_get_point_at_dist (gint32           image_ID,
51
 
                                      gdouble          distance,
52
 
                                      gint            *y_point,
53
 
                                      gdouble         *slope);
 
52
                                      gdouble          distance,
 
53
                                      gint            *y_point,
 
54
                                      gdouble         *slope);
54
55
gint     gimp_path_get_tattoo        (gint32           image_ID,
55
 
                                      const gchar     *name);
 
56
                                      const gchar     *name);
56
57
gboolean gimp_path_set_tattoo        (gint32           image_ID,
57
 
                                      const gchar     *name,
58
 
                                      gint             tattovalue);
 
58
                                      const gchar     *name,
 
59
                                      gint             tattovalue);
59
60
gchar*   gimp_get_path_by_tattoo     (gint32           image_ID,
60
 
                                      gint             tattoo);
61
 
gint     gimp_path_get_locked        (gint32           image_ID,
62
 
                                      const gchar     *name);
 
61
                                      gint             tattoo);
 
62
gboolean gimp_path_get_locked        (gint32           image_ID,
 
63
                                      const gchar     *name);
63
64
gboolean gimp_path_set_locked        (gint32           image_ID,
64
 
                                      const gchar     *name,
65
 
                                      gint             lockstatus);
 
65
                                      const gchar     *name,
 
66
                                      gboolean         locked);
66
67
gboolean gimp_path_to_selection      (gint32           image_ID,
67
 
                                      const gchar     *name,
68
 
                                      GimpChannelOps   op,
69
 
                                      gboolean         antialias,
70
 
                                      gboolean         feather,
71
 
                                      gdouble          feather_radius_x,
72
 
                                      gdouble          feather_radius_y);
 
68
                                      const gchar     *name,
 
69
                                      GimpChannelOps   op,
 
70
                                      gboolean         antialias,
 
71
                                      gboolean         feather,
 
72
                                      gdouble          feather_radius_x,
 
73
                                      gdouble          feather_radius_y);
73
74
gboolean gimp_path_import            (gint32           image_ID,
74
 
                                      const gchar     *filename,
75
 
                                      gboolean         merge,
76
 
                                      gboolean         scale);
 
75
                                      const gchar     *filename,
 
76
                                      gboolean         merge,
 
77
                                      gboolean         scale);
 
78
#endif /* GIMP_DISABLE_DEPRECATED */
77
79
 
78
80
 
79
81
G_END_DECLS