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

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/html/libgimp-gimppaths.html

  • 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:
7
7
<link rel="home" href="index.html" title="GIMP Library Reference Manual">
8
8
<link rel="up" href="libgimp-image.html" title="Manupulating Images and their Properties">
9
9
<link rel="prev" href="libgimp-gimplayer.html" title="gimplayer">
10
 
<link rel="next" href="libgimp-gimppixelfetcher.html" title="gimppixelfetcher">
 
10
<link rel="next" href="libgimp-gimppixbuf.html" title="gimppixbuf">
11
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
18
18
<td><a accesskey="u" href="libgimp-image.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
20
<th width="100%" align="center">GIMP Library Reference Manual</th>
21
 
<td><a accesskey="n" href="libgimp-gimppixelfetcher.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
21
<td><a accesskey="n" href="libgimp-gimppixbuf.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
22
</tr>
23
23
<tr><td colspan="5" class="shortcuts">
24
24
<a href="#libgimp-gimppaths.synopsis" class="shortcut">Top</a>
31
31
<div class="refnamediv"><table width="100%"><tr>
32
32
<td valign="top">
33
33
<h2><span class="refentrytitle"><a name="libgimp-gimppaths.top_of_page"></a>gimppaths</span></h2>
34
 
<p>gimppaths ā€” Operations related to paths.</p>
 
34
<p>gimppaths ā€” Deprecated operations related to paths.</p>
35
35
</td>
36
36
<td valign="top" align="right"></td>
37
37
</tr></table></div>
38
38
<div class="refsynopsisdiv">
39
39
<a name="libgimp-gimppaths.synopsis"></a><h2>Synopsis</h2>
40
 
<pre class="synopsis"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **            <a class="link" href="libgimp-gimppaths.html#gimp-path-list" title="gimp_path_list ()">gimp_path_list</a>                      (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
41
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *num_paths</code></em>);
42
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="libgimp-gimppaths.html#gimp-path-get-points" title="gimp_path_get_points ()">gimp_path_get_points</a>                (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
43
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
44
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *path_closed</code></em>,
45
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *num_path_point_details</code></em>,
46
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> **points_pairs</code></em>);
47
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="libgimp-gimppaths.html#gimp-path-get-current" title="gimp_path_get_current ()">gimp_path_get_current</a>               (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>);
48
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libgimp-gimppaths.html#gimp-path-set-current" title="gimp_path_set_current ()">gimp_path_set_current</a>               (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
49
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);
50
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libgimp-gimppaths.html#gimp-path-set-points" title="gimp_path_set_points ()">gimp_path_set_points</a>                (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
51
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
52
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ptype</code></em>,
53
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> num_path_points</code></em>,
54
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *points_pairs</code></em>);
55
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libgimp-gimppaths.html#gimp-path-stroke-current" title="gimp_path_stroke_current ()">gimp_path_stroke_current</a>            (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>);
56
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="libgimp-gimppaths.html#gimp-path-get-point-at-dist" title="gimp_path_get_point_at_dist ()">gimp_path_get_point_at_dist</a>         (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
57
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> distance</code></em>,
58
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y_point</code></em>,
59
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *slope</code></em>);
60
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="libgimp-gimppaths.html#gimp-path-get-tattoo" title="gimp_path_get_tattoo ()">gimp_path_get_tattoo</a>                (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
61
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);
62
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="libgimp-gimppaths.html#gimp-get-path-by-tattoo" title="gimp_get_path_by_tattoo ()">gimp_get_path_by_tattoo</a>             (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
63
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> tattoo</code></em>);
64
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libgimp-gimppaths.html#gimp-path-delete" title="gimp_path_delete ()">gimp_path_delete</a>                    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
65
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);
66
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libgimp-gimppaths.html#gimp-path-get-locked" title="gimp_path_get_locked ()">gimp_path_get_locked</a>                (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
67
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);
68
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libgimp-gimppaths.html#gimp-path-set-locked" title="gimp_path_set_locked ()">gimp_path_set_locked</a>                (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
69
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
70
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> locked</code></em>);
71
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libgimp-gimppaths.html#gimp-path-set-tattoo" title="gimp_path_set_tattoo ()">gimp_path_set_tattoo</a>                (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
72
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
73
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> tattovalue</code></em>);
74
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libgimp-gimppaths.html#gimp-path-to-selection" title="gimp_path_to_selection ()">gimp_path_to_selection</a>              (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
75
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
76
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelOps"><span class="type">GimpChannelOps</span></a> op</code></em>,
77
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> antialias</code></em>,
78
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> feather</code></em>,
79
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> feather_radius_x</code></em>,
80
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> feather_radius_y</code></em>);
81
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libgimp-gimppaths.html#gimp-path-import" title="gimp_path_import ()">gimp_path_import</a>                    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
82
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>,
83
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> merge</code></em>,
84
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> scale</code></em>);
 
40
<pre class="synopsis"><span class="returnvalue">gchar</span> **            <a class="link" href="libgimp-gimppaths.html#gimp-path-list" title="gimp_path_list ()">gimp_path_list</a>                      (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
41
                                                         <em class="parameter"><code><span class="type">gint</span> *num_paths</code></em>);
 
42
<span class="returnvalue">gint</span>                <a class="link" href="libgimp-gimppaths.html#gimp-path-get-points" title="gimp_path_get_points ()">gimp_path_get_points</a>                (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
43
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
 
44
                                                         <em class="parameter"><code><span class="type">gint</span> *path_closed</code></em>,
 
45
                                                         <em class="parameter"><code><span class="type">gint</span> *num_path_point_details</code></em>,
 
46
                                                         <em class="parameter"><code><span class="type">gdouble</span> **points_pairs</code></em>);
 
47
<span class="returnvalue">gchar</span> *             <a class="link" href="libgimp-gimppaths.html#gimp-path-get-current" title="gimp_path_get_current ()">gimp_path_get_current</a>               (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>);
 
48
<span class="returnvalue">gboolean</span>            <a class="link" href="libgimp-gimppaths.html#gimp-path-set-current" title="gimp_path_set_current ()">gimp_path_set_current</a>               (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
49
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);
 
50
<span class="returnvalue">gboolean</span>            <a class="link" href="libgimp-gimppaths.html#gimp-path-set-points" title="gimp_path_set_points ()">gimp_path_set_points</a>                (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
51
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
 
52
                                                         <em class="parameter"><code><span class="type">gint</span> ptype</code></em>,
 
53
                                                         <em class="parameter"><code><span class="type">gint</span> num_path_points</code></em>,
 
54
                                                         <em class="parameter"><code>const <span class="type">gdouble</span> *points_pairs</code></em>);
 
55
<span class="returnvalue">gboolean</span>            <a class="link" href="libgimp-gimppaths.html#gimp-path-stroke-current" title="gimp_path_stroke_current ()">gimp_path_stroke_current</a>            (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>);
 
56
<span class="returnvalue">gint</span>                <a class="link" href="libgimp-gimppaths.html#gimp-path-get-point-at-dist" title="gimp_path_get_point_at_dist ()">gimp_path_get_point_at_dist</a>         (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
57
                                                         <em class="parameter"><code><span class="type">gdouble</span> distance</code></em>,
 
58
                                                         <em class="parameter"><code><span class="type">gint</span> *y_point</code></em>,
 
59
                                                         <em class="parameter"><code><span class="type">gdouble</span> *slope</code></em>);
 
60
<span class="returnvalue">gint</span>                <a class="link" href="libgimp-gimppaths.html#gimp-path-get-tattoo" title="gimp_path_get_tattoo ()">gimp_path_get_tattoo</a>                (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
61
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);
 
62
<span class="returnvalue">gchar</span> *             <a class="link" href="libgimp-gimppaths.html#gimp-get-path-by-tattoo" title="gimp_get_path_by_tattoo ()">gimp_get_path_by_tattoo</a>             (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
63
                                                         <em class="parameter"><code><span class="type">gint</span> tattoo</code></em>);
 
64
<span class="returnvalue">gboolean</span>            <a class="link" href="libgimp-gimppaths.html#gimp-path-delete" title="gimp_path_delete ()">gimp_path_delete</a>                    (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
65
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);
 
66
<span class="returnvalue">gboolean</span>            <a class="link" href="libgimp-gimppaths.html#gimp-path-get-locked" title="gimp_path_get_locked ()">gimp_path_get_locked</a>                (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
67
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);
 
68
<span class="returnvalue">gboolean</span>            <a class="link" href="libgimp-gimppaths.html#gimp-path-set-locked" title="gimp_path_set_locked ()">gimp_path_set_locked</a>                (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
69
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
 
70
                                                         <em class="parameter"><code><span class="type">gboolean</span> locked</code></em>);
 
71
<span class="returnvalue">gboolean</span>            <a class="link" href="libgimp-gimppaths.html#gimp-path-set-tattoo" title="gimp_path_set_tattoo ()">gimp_path_set_tattoo</a>                (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
72
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
 
73
                                                         <em class="parameter"><code><span class="type">gint</span> tattovalue</code></em>);
 
74
<span class="returnvalue">gboolean</span>            <a class="link" href="libgimp-gimppaths.html#gimp-path-to-selection" title="gimp_path_to_selection ()">gimp_path_to_selection</a>              (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
75
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
 
76
                                                         <em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelOps"><span class="type">GimpChannelOps</span></a> op</code></em>,
 
77
                                                         <em class="parameter"><code><span class="type">gboolean</span> antialias</code></em>,
 
78
                                                         <em class="parameter"><code><span class="type">gboolean</span> feather</code></em>,
 
79
                                                         <em class="parameter"><code><span class="type">gdouble</span> feather_radius_x</code></em>,
 
80
                                                         <em class="parameter"><code><span class="type">gdouble</span> feather_radius_y</code></em>);
 
81
<span class="returnvalue">gboolean</span>            <a class="link" href="libgimp-gimppaths.html#gimp-path-import" title="gimp_path_import ()">gimp_path_import</a>                    (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
82
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *filename</code></em>,
 
83
                                                         <em class="parameter"><code><span class="type">gboolean</span> merge</code></em>,
 
84
                                                         <em class="parameter"><code><span class="type">gboolean</span> scale</code></em>);
85
85
</pre>
86
86
</div>
87
87
<div class="refsect1">
88
88
<a name="libgimp-gimppaths.description"></a><h2>Description</h2>
89
89
<p>
90
 
Operations related to paths.
 
90
Deprecated operations related to paths.
91
91
</p>
92
92
</div>
93
93
<div class="refsect1">
94
94
<a name="libgimp-gimppaths.details"></a><h2>Details</h2>
95
95
<div class="refsect2">
96
96
<a name="gimp-path-list"></a><h3>gimp_path_list ()</h3>
97
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **            gimp_path_list                      (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
98
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *num_paths</code></em>);</pre>
 
97
<pre class="programlisting"><span class="returnvalue">gchar</span> **            gimp_path_list                      (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
98
                                                         <em class="parameter"><code><span class="type">gint</span> *num_paths</code></em>);</pre>
99
99
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
100
100
<h3 class="title">Warning</h3>
101
 
<p><code class="literal">gimp_path_list</code> is deprecated and should not be used in newly-written code.</p>
 
101
<p><code class="literal">gimp_path_list</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="libgimp-gimpimage.html#gimp-image-get-vectors" title="gimp_image_get_vectors ()"><code class="function">gimp_image_get_vectors()</code></a> instead.</p>
102
102
</div>
103
 
<p>
104
 
This procedure is deprecated! Use <a class="link" href="libgimp-gimpimage.html#gimp-image-get-vectors" title="gimp_image_get_vectors ()"><code class="function">gimp_image_get_vectors()</code></a> instead.
105
 
</p>
106
103
<div class="variablelist"><table border="0">
107
104
<col align="left" valign="top">
108
105
<tbody>
124
121
<hr>
125
122
<div class="refsect2">
126
123
<a name="gimp-path-get-points"></a><h3>gimp_path_get_points ()</h3>
127
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gimp_path_get_points                (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
128
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
129
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *path_closed</code></em>,
130
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *num_path_point_details</code></em>,
131
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> **points_pairs</code></em>);</pre>
 
124
<pre class="programlisting"><span class="returnvalue">gint</span>                gimp_path_get_points                (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
125
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
 
126
                                                         <em class="parameter"><code><span class="type">gint</span> *path_closed</code></em>,
 
127
                                                         <em class="parameter"><code><span class="type">gint</span> *num_path_point_details</code></em>,
 
128
                                                         <em class="parameter"><code><span class="type">gdouble</span> **points_pairs</code></em>);</pre>
132
129
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
133
130
<h3 class="title">Warning</h3>
134
 
<p><code class="literal">gimp_path_get_points</code> is deprecated and should not be used in newly-written code.</p>
 
131
<p><code class="literal">gimp_path_get_points</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="libgimp-gimpvectors.html#gimp-vectors-stroke-get-points" title="gimp_vectors_stroke_get_points ()"><code class="function">gimp_vectors_stroke_get_points()</code></a> instead.</p>
135
132
</div>
136
 
<p>
137
 
This procedure is deprecated! Use <a class="link" href="libgimp-gimpvectors.html#gimp-vectors-stroke-get-points" title="gimp_vectors_stroke_get_points ()"><code class="function">gimp_vectors_stroke_get_points()</code></a>
138
 
instead.
139
 
</p>
140
133
<div class="variablelist"><table border="0">
141
134
<col align="left" valign="top">
142
135
<tbody>
170
163
<hr>
171
164
<div class="refsect2">
172
165
<a name="gimp-path-get-current"></a><h3>gimp_path_get_current ()</h3>
173
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             gimp_path_get_current               (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>);</pre>
 
166
<pre class="programlisting"><span class="returnvalue">gchar</span> *             gimp_path_get_current               (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>);</pre>
174
167
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
175
168
<h3 class="title">Warning</h3>
176
 
<p><code class="literal">gimp_path_get_current</code> is deprecated and should not be used in newly-written code.</p>
 
169
<p><code class="literal">gimp_path_get_current</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="libgimp-gimpimage.html#gimp-image-get-active-vectors" title="gimp_image_get_active_vectors ()"><code class="function">gimp_image_get_active_vectors()</code></a> instead.</p>
177
170
</div>
178
 
<p>
179
 
This procedure is deprecated! Use <a class="link" href="libgimp-gimpimage.html#gimp-image-get-active-vectors" title="gimp_image_get_active_vectors ()"><code class="function">gimp_image_get_active_vectors()</code></a>
180
 
instead.
181
 
</p>
182
171
<div class="variablelist"><table border="0">
183
172
<col align="left" valign="top">
184
173
<tbody>
196
185
<hr>
197
186
<div class="refsect2">
198
187
<a name="gimp-path-set-current"></a><h3>gimp_path_set_current ()</h3>
199
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gimp_path_set_current               (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
200
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
 
188
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gimp_path_set_current               (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
189
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
201
190
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
202
191
<h3 class="title">Warning</h3>
203
 
<p><code class="literal">gimp_path_set_current</code> is deprecated and should not be used in newly-written code.</p>
 
192
<p><code class="literal">gimp_path_set_current</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="libgimp-gimpimage.html#gimp-image-set-active-vectors" title="gimp_image_set_active_vectors ()"><code class="function">gimp_image_set_active_vectors()</code></a> instead.</p>
204
193
</div>
205
 
<p>
206
 
This procedure is deprecated! Use <a class="link" href="libgimp-gimpimage.html#gimp-image-set-active-vectors" title="gimp_image_set_active_vectors ()"><code class="function">gimp_image_set_active_vectors()</code></a>
207
 
instead.
208
 
</p>
209
194
<div class="variablelist"><table border="0">
210
195
<col align="left" valign="top">
211
196
<tbody>
227
212
<hr>
228
213
<div class="refsect2">
229
214
<a name="gimp-path-set-points"></a><h3>gimp_path_set_points ()</h3>
230
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gimp_path_set_points                (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
231
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
232
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ptype</code></em>,
233
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> num_path_points</code></em>,
234
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *points_pairs</code></em>);</pre>
 
215
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gimp_path_set_points                (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
216
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
 
217
                                                         <em class="parameter"><code><span class="type">gint</span> ptype</code></em>,
 
218
                                                         <em class="parameter"><code><span class="type">gint</span> num_path_points</code></em>,
 
219
                                                         <em class="parameter"><code>const <span class="type">gdouble</span> *points_pairs</code></em>);</pre>
235
220
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
236
221
<h3 class="title">Warning</h3>
237
 
<p><code class="literal">gimp_path_set_points</code> is deprecated and should not be used in newly-written code.</p>
 
222
<p><code class="literal">gimp_path_set_points</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="libgimp-gimpvectors.html#gimp-vectors-stroke-new-from-points" title="gimp_vectors_stroke_new_from_points ()"><code class="function">gimp_vectors_stroke_new_from_points()</code></a> instead.</p>
238
223
</div>
239
 
<p>
240
 
This procedure is deprecated! Use
241
 
<a class="link" href="libgimp-gimpvectors.html#gimp-vectors-stroke-new-from-points" title="gimp_vectors_stroke_new_from_points ()"><code class="function">gimp_vectors_stroke_new_from_points()</code></a> instead.
242
 
</p>
243
224
<div class="variablelist"><table border="0">
244
225
<col align="left" valign="top">
245
226
<tbody>
273
254
<hr>
274
255
<div class="refsect2">
275
256
<a name="gimp-path-stroke-current"></a><h3>gimp_path_stroke_current ()</h3>
276
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gimp_path_stroke_current            (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>);</pre>
 
257
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gimp_path_stroke_current            (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>);</pre>
277
258
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
278
259
<h3 class="title">Warning</h3>
279
 
<p><code class="literal">gimp_path_stroke_current</code> is deprecated and should not be used in newly-written code.</p>
 
260
<p><code class="literal">gimp_path_stroke_current</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="libgimp-gimpedit.html#gimp-edit-stroke-vectors" title="gimp_edit_stroke_vectors ()"><code class="function">gimp_edit_stroke_vectors()</code></a> instead.</p>
280
261
</div>
281
 
<p>
282
 
This procedure is deprecated! Use <a class="link" href="libgimp-gimpedit.html#gimp-edit-stroke-vectors" title="gimp_edit_stroke_vectors ()"><code class="function">gimp_edit_stroke_vectors()</code></a>
283
 
instead.
284
 
</p>
285
262
<div class="variablelist"><table border="0">
286
263
<col align="left" valign="top">
287
264
<tbody>
299
276
<hr>
300
277
<div class="refsect2">
301
278
<a name="gimp-path-get-point-at-dist"></a><h3>gimp_path_get_point_at_dist ()</h3>
302
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gimp_path_get_point_at_dist         (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
303
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> distance</code></em>,
304
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y_point</code></em>,
305
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *slope</code></em>);</pre>
 
279
<pre class="programlisting"><span class="returnvalue">gint</span>                gimp_path_get_point_at_dist         (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
280
                                                         <em class="parameter"><code><span class="type">gdouble</span> distance</code></em>,
 
281
                                                         <em class="parameter"><code><span class="type">gint</span> *y_point</code></em>,
 
282
                                                         <em class="parameter"><code><span class="type">gdouble</span> *slope</code></em>);</pre>
306
283
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
307
284
<h3 class="title">Warning</h3>
308
 
<p><code class="literal">gimp_path_get_point_at_dist</code> is deprecated and should not be used in newly-written code.</p>
 
285
<p><code class="literal">gimp_path_get_point_at_dist</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="libgimp-gimpvectors.html#gimp-vectors-stroke-get-point-at-dist" title="gimp_vectors_stroke_get_point_at_dist ()"><code class="function">gimp_vectors_stroke_get_point_at_dist()</code></a> instead.</p>
309
286
</div>
310
 
<p>
311
 
This procedure is deprecated! Use
312
 
<a class="link" href="libgimp-gimpvectors.html#gimp-vectors-stroke-get-point-at-dist" title="gimp_vectors_stroke_get_point_at_dist ()"><code class="function">gimp_vectors_stroke_get_point_at_dist()</code></a> instead.
313
 
</p>
314
287
<div class="variablelist"><table border="0">
315
288
<col align="left" valign="top">
316
289
<tbody>
340
313
<hr>
341
314
<div class="refsect2">
342
315
<a name="gimp-path-get-tattoo"></a><h3>gimp_path_get_tattoo ()</h3>
343
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gimp_path_get_tattoo                (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
344
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
 
316
<pre class="programlisting"><span class="returnvalue">gint</span>                gimp_path_get_tattoo                (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
317
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
345
318
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
346
319
<h3 class="title">Warning</h3>
347
 
<p><code class="literal">gimp_path_get_tattoo</code> is deprecated and should not be used in newly-written code.</p>
 
320
<p><code class="literal">gimp_path_get_tattoo</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="libgimp-gimpvectors.html#gimp-vectors-get-tattoo" title="gimp_vectors_get_tattoo ()"><code class="function">gimp_vectors_get_tattoo()</code></a> instead.</p>
348
321
</div>
349
 
<p>
350
 
This procedure is deprecated! Use <a class="link" href="libgimp-gimpvectors.html#gimp-vectors-get-tattoo" title="gimp_vectors_get_tattoo ()"><code class="function">gimp_vectors_get_tattoo()</code></a> instead.
351
 
</p>
352
322
<div class="variablelist"><table border="0">
353
323
<col align="left" valign="top">
354
324
<tbody>
370
340
<hr>
371
341
<div class="refsect2">
372
342
<a name="gimp-get-path-by-tattoo"></a><h3>gimp_get_path_by_tattoo ()</h3>
373
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             gimp_get_path_by_tattoo             (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
374
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> tattoo</code></em>);</pre>
 
343
<pre class="programlisting"><span class="returnvalue">gchar</span> *             gimp_get_path_by_tattoo             (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
344
                                                         <em class="parameter"><code><span class="type">gint</span> tattoo</code></em>);</pre>
375
345
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
376
346
<h3 class="title">Warning</h3>
377
 
<p><code class="literal">gimp_get_path_by_tattoo</code> is deprecated and should not be used in newly-written code.</p>
 
347
<p><code class="literal">gimp_get_path_by_tattoo</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="libgimp-gimpimage.html#gimp-image-get-vectors-by-tattoo" title="gimp_image_get_vectors_by_tattoo ()"><code class="function">gimp_image_get_vectors_by_tattoo()</code></a> instead.</p>
378
348
</div>
379
 
<p>
380
 
This procedure is deprecated! Use <a class="link" href="libgimp-gimpimage.html#gimp-image-get-vectors-by-tattoo" title="gimp_image_get_vectors_by_tattoo ()"><code class="function">gimp_image_get_vectors_by_tattoo()</code></a>
381
 
instead.
382
 
</p>
383
349
<div class="variablelist"><table border="0">
384
350
<col align="left" valign="top">
385
351
<tbody>
401
367
<hr>
402
368
<div class="refsect2">
403
369
<a name="gimp-path-delete"></a><h3>gimp_path_delete ()</h3>
404
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gimp_path_delete                    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
405
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
 
370
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gimp_path_delete                    (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
371
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
406
372
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
407
373
<h3 class="title">Warning</h3>
408
 
<p><code class="literal">gimp_path_delete</code> is deprecated and should not be used in newly-written code.</p>
 
374
<p><code class="literal">gimp_path_delete</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="libgimp-gimpimage.html#gimp-image-remove-vectors" title="gimp_image_remove_vectors ()"><code class="function">gimp_image_remove_vectors()</code></a> instead.</p>
409
375
</div>
410
 
<p>
411
 
This procedure is deprecated! Use <a class="link" href="libgimp-gimpimage.html#gimp-image-remove-vectors" title="gimp_image_remove_vectors ()"><code class="function">gimp_image_remove_vectors()</code></a>
412
 
instead.
413
 
</p>
414
376
<div class="variablelist"><table border="0">
415
377
<col align="left" valign="top">
416
378
<tbody>
432
394
<hr>
433
395
<div class="refsect2">
434
396
<a name="gimp-path-get-locked"></a><h3>gimp_path_get_locked ()</h3>
435
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gimp_path_get_locked                (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
436
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
 
397
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gimp_path_get_locked                (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
398
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
437
399
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
438
400
<h3 class="title">Warning</h3>
439
 
<p><code class="literal">gimp_path_get_locked</code> is deprecated and should not be used in newly-written code.</p>
 
401
<p><code class="literal">gimp_path_get_locked</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="libgimp-gimpvectors.html#gimp-vectors-get-linked" title="gimp_vectors_get_linked ()"><code class="function">gimp_vectors_get_linked()</code></a> instead.</p>
440
402
</div>
441
 
<p>
442
 
This procedure is deprecated! Use <a class="link" href="libgimp-gimpvectors.html#gimp-vectors-get-linked" title="gimp_vectors_get_linked ()"><code class="function">gimp_vectors_get_linked()</code></a> instead.
443
 
</p>
444
403
<div class="variablelist"><table border="0">
445
404
<col align="left" valign="top">
446
405
<tbody>
462
421
<hr>
463
422
<div class="refsect2">
464
423
<a name="gimp-path-set-locked"></a><h3>gimp_path_set_locked ()</h3>
465
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gimp_path_set_locked                (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
466
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
467
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> locked</code></em>);</pre>
 
424
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gimp_path_set_locked                (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
425
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
 
426
                                                         <em class="parameter"><code><span class="type">gboolean</span> locked</code></em>);</pre>
468
427
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
469
428
<h3 class="title">Warning</h3>
470
 
<p><code class="literal">gimp_path_set_locked</code> is deprecated and should not be used in newly-written code.</p>
 
429
<p><code class="literal">gimp_path_set_locked</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="libgimp-gimpvectors.html#gimp-vectors-set-linked" title="gimp_vectors_set_linked ()"><code class="function">gimp_vectors_set_linked()</code></a> instead.</p>
471
430
</div>
472
 
<p>
473
 
This procedure is deprecated! Use <a class="link" href="libgimp-gimpvectors.html#gimp-vectors-set-linked" title="gimp_vectors_set_linked ()"><code class="function">gimp_vectors_set_linked()</code></a> instead.
474
 
</p>
475
431
<div class="variablelist"><table border="0">
476
432
<col align="left" valign="top">
477
433
<tbody>
497
453
<hr>
498
454
<div class="refsect2">
499
455
<a name="gimp-path-set-tattoo"></a><h3>gimp_path_set_tattoo ()</h3>
500
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gimp_path_set_tattoo                (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
501
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
502
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> tattovalue</code></em>);</pre>
 
456
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gimp_path_set_tattoo                (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
457
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
 
458
                                                         <em class="parameter"><code><span class="type">gint</span> tattovalue</code></em>);</pre>
503
459
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
504
460
<h3 class="title">Warning</h3>
505
 
<p><code class="literal">gimp_path_set_tattoo</code> is deprecated and should not be used in newly-written code.</p>
 
461
<p><code class="literal">gimp_path_set_tattoo</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="libgimp-gimpvectors.html#gimp-vectors-set-tattoo" title="gimp_vectors_set_tattoo ()"><code class="function">gimp_vectors_set_tattoo()</code></a> instead.</p>
506
462
</div>
507
 
<p>
508
 
This procedure is deprecated! Use <a class="link" href="libgimp-gimpvectors.html#gimp-vectors-set-tattoo" title="gimp_vectors_set_tattoo ()"><code class="function">gimp_vectors_set_tattoo()</code></a> instead.
509
 
</p>
510
463
<div class="variablelist"><table border="0">
511
464
<col align="left" valign="top">
512
465
<tbody>
532
485
<hr>
533
486
<div class="refsect2">
534
487
<a name="gimp-path-to-selection"></a><h3>gimp_path_to_selection ()</h3>
535
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gimp_path_to_selection              (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
536
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
537
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelOps"><span class="type">GimpChannelOps</span></a> op</code></em>,
538
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> antialias</code></em>,
539
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> feather</code></em>,
540
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> feather_radius_x</code></em>,
541
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> feather_radius_y</code></em>);</pre>
 
488
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gimp_path_to_selection              (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
489
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
 
490
                                                         <em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelOps"><span class="type">GimpChannelOps</span></a> op</code></em>,
 
491
                                                         <em class="parameter"><code><span class="type">gboolean</span> antialias</code></em>,
 
492
                                                         <em class="parameter"><code><span class="type">gboolean</span> feather</code></em>,
 
493
                                                         <em class="parameter"><code><span class="type">gdouble</span> feather_radius_x</code></em>,
 
494
                                                         <em class="parameter"><code><span class="type">gdouble</span> feather_radius_y</code></em>);</pre>
542
495
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
543
496
<h3 class="title">Warning</h3>
544
 
<p><code class="literal">gimp_path_to_selection</code> is deprecated and should not be used in newly-written code.</p>
 
497
<p><code class="literal">gimp_path_to_selection</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="libgimp-gimpvectors.html#gimp-vectors-to-selection" title="gimp_vectors_to_selection ()"><code class="function">gimp_vectors_to_selection()</code></a> instead.</p>
545
498
</div>
546
 
<p>
547
 
This procedure is deprecated! Use <a class="link" href="libgimp-gimpvectors.html#gimp-vectors-to-selection" title="gimp_vectors_to_selection ()"><code class="function">gimp_vectors_to_selection()</code></a>
548
 
instead.
549
 
</p>
550
499
<div class="variablelist"><table border="0">
551
500
<col align="left" valign="top">
552
501
<tbody>
588
537
<hr>
589
538
<div class="refsect2">
590
539
<a name="gimp-path-import"></a><h3>gimp_path_import ()</h3>
591
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gimp_path_import                    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
592
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>,
593
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> merge</code></em>,
594
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> scale</code></em>);</pre>
 
540
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gimp_path_import                    (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
 
541
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *filename</code></em>,
 
542
                                                         <em class="parameter"><code><span class="type">gboolean</span> merge</code></em>,
 
543
                                                         <em class="parameter"><code><span class="type">gboolean</span> scale</code></em>);</pre>
595
544
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
596
545
<h3 class="title">Warning</h3>
597
 
<p><code class="literal">gimp_path_import</code> is deprecated and should not be used in newly-written code.</p>
 
546
<p><code class="literal">gimp_path_import</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="libgimp-gimpvectors.html#gimp-vectors-import-from-file" title="gimp_vectors_import_from_file ()"><code class="function">gimp_vectors_import_from_file()</code></a> instead.</p>
598
547
</div>
599
 
<p>
600
 
This procedure is deprecated! Use <a class="link" href="libgimp-gimpvectors.html#gimp-vectors-import-from-file" title="gimp_vectors_import_from_file ()"><code class="function">gimp_vectors_import_from_file()</code></a>
601
 
instead.
602
 
</p>
603
548
<div class="variablelist"><table border="0">
604
549
<col align="left" valign="top">
605
550
<tbody>