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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-08-22 11:50:05 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20080822115005-yxj5svf3v9x1mkr7
Tags: upstream-2.4.7
ImportĀ upstreamĀ versionĀ 2.4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
<div class="refsynopsisdiv">
48
48
<a name="libgimp-gimppaths.synopsis"></a><h2>Synopsis</h2>
49
49
<pre class="synopsis">
50
 
<a
51
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
52
 
>gchar</a>**             <a class="link" href="libgimp-gimppaths.html#gimp-path-list" title="gimp_path_list ()">gimp_path_list</a>                      (<a
53
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
54
 
>gint32</a> image_ID,
55
 
                                                         <a
56
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
57
 
>gint</a> *num_paths);
58
 
<a
59
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
60
 
>gint</a>                <a class="link" href="libgimp-gimppaths.html#gimp-path-get-points" title="gimp_path_get_points ()">gimp_path_get_points</a>                (<a
61
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
62
 
>gint32</a> image_ID,
63
 
                                                         const <a
64
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
65
 
>gchar</a> *name,
66
 
                                                         <a
67
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
68
 
>gint</a> *path_closed,
69
 
                                                         <a
70
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
71
 
>gint</a> *num_path_point_details,
72
 
                                                         <a
73
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
74
 
>gdouble</a> **points_pairs);
75
 
<a
76
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
77
 
>gchar</a>*              <a class="link" href="libgimp-gimppaths.html#gimp-path-get-current" title="gimp_path_get_current ()">gimp_path_get_current</a>               (<a
78
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
79
 
>gint32</a> image_ID);
80
 
<a
81
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
82
 
>gboolean</a>            <a class="link" href="libgimp-gimppaths.html#gimp-path-set-current" title="gimp_path_set_current ()">gimp_path_set_current</a>               (<a
83
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
84
 
>gint32</a> image_ID,
85
 
                                                         const <a
86
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
87
 
>gchar</a> *name);
88
 
<a
89
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
90
 
>gboolean</a>            <a class="link" href="libgimp-gimppaths.html#gimp-path-set-points" title="gimp_path_set_points ()">gimp_path_set_points</a>                (<a
91
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
92
 
>gint32</a> image_ID,
93
 
                                                         const <a
94
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
95
 
>gchar</a> *name,
96
 
                                                         <a
97
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
98
 
>gint</a> ptype,
99
 
                                                         <a
100
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
101
 
>gint</a> num_path_points,
102
 
                                                         const <a
103
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
104
 
>gdouble</a> *points_pairs);
105
 
<a
106
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
107
 
>gboolean</a>            <a class="link" href="libgimp-gimppaths.html#gimp-path-stroke-current" title="gimp_path_stroke_current ()">gimp_path_stroke_current</a>            (<a
108
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
109
 
>gint32</a> image_ID);
110
 
<a
111
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
112
 
>gint</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>         (<a
113
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
114
 
>gint32</a> image_ID,
115
 
                                                         <a
116
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
117
 
>gdouble</a> distance,
118
 
                                                         <a
119
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
120
 
>gint</a> *y_point,
121
 
                                                         <a
122
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
123
 
>gdouble</a> *slope);
124
 
<a
125
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
126
 
>gint</a>                <a class="link" href="libgimp-gimppaths.html#gimp-path-get-tattoo" title="gimp_path_get_tattoo ()">gimp_path_get_tattoo</a>                (<a
127
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
128
 
>gint32</a> image_ID,
129
 
                                                         const <a
130
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
131
 
>gchar</a> *name);
132
 
<a
133
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
134
 
>gchar</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>             (<a
135
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
136
 
>gint32</a> image_ID,
137
 
                                                         <a
138
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
139
 
>gint</a> tattoo);
140
 
<a
141
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
142
 
>gboolean</a>            <a class="link" href="libgimp-gimppaths.html#gimp-path-delete" title="gimp_path_delete ()">gimp_path_delete</a>                    (<a
143
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
144
 
>gint32</a> image_ID,
145
 
                                                         const <a
146
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
147
 
>gchar</a> *name);
148
 
<a
149
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
150
 
>gboolean</a>            <a class="link" href="libgimp-gimppaths.html#gimp-path-get-locked" title="gimp_path_get_locked ()">gimp_path_get_locked</a>                (<a
151
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
152
 
>gint32</a> image_ID,
153
 
                                                         const <a
154
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
155
 
>gchar</a> *name);
156
 
<a
157
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
158
 
>gboolean</a>            <a class="link" href="libgimp-gimppaths.html#gimp-path-set-locked" title="gimp_path_set_locked ()">gimp_path_set_locked</a>                (<a
159
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
160
 
>gint32</a> image_ID,
161
 
                                                         const <a
162
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
163
 
>gchar</a> *name,
164
 
                                                         <a
165
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
166
 
>gboolean</a> locked);
167
 
<a
168
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
169
 
>gboolean</a>            <a class="link" href="libgimp-gimppaths.html#gimp-path-set-tattoo" title="gimp_path_set_tattoo ()">gimp_path_set_tattoo</a>                (<a
170
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
171
 
>gint32</a> image_ID,
172
 
                                                         const <a
173
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
174
 
>gchar</a> *name,
175
 
                                                         <a
176
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
177
 
>gint</a> tattovalue);
178
 
<a
179
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
180
 
>gboolean</a>            <a class="link" href="libgimp-gimppaths.html#gimp-path-to-selection" title="gimp_path_to_selection ()">gimp_path_to_selection</a>              (<a
181
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
182
 
>gint32</a> image_ID,
183
 
                                                         const <a
184
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
185
 
>gchar</a> *name,
186
 
                                                         <a
187
 
href="/usr/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelOps"
 
50
gchar**             <a class="link" href="libgimp-gimppaths.html#gimp-path-list" title="gimp_path_list ()">gimp_path_list</a>                      (gint32 image_ID,
 
51
                                                         gint *num_paths);
 
52
gint                <a class="link" href="libgimp-gimppaths.html#gimp-path-get-points" title="gimp_path_get_points ()">gimp_path_get_points</a>                (gint32 image_ID,
 
53
                                                         const gchar *name,
 
54
                                                         gint *path_closed,
 
55
                                                         gint *num_path_point_details,
 
56
                                                         gdouble **points_pairs);
 
57
gchar*              <a class="link" href="libgimp-gimppaths.html#gimp-path-get-current" title="gimp_path_get_current ()">gimp_path_get_current</a>               (gint32 image_ID);
 
58
gboolean            <a class="link" href="libgimp-gimppaths.html#gimp-path-set-current" title="gimp_path_set_current ()">gimp_path_set_current</a>               (gint32 image_ID,
 
59
                                                         const gchar *name);
 
60
gboolean            <a class="link" href="libgimp-gimppaths.html#gimp-path-set-points" title="gimp_path_set_points ()">gimp_path_set_points</a>                (gint32 image_ID,
 
61
                                                         const gchar *name,
 
62
                                                         gint ptype,
 
63
                                                         gint num_path_points,
 
64
                                                         const gdouble *points_pairs);
 
65
gboolean            <a class="link" href="libgimp-gimppaths.html#gimp-path-stroke-current" title="gimp_path_stroke_current ()">gimp_path_stroke_current</a>            (gint32 image_ID);
 
66
gint                <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>         (gint32 image_ID,
 
67
                                                         gdouble distance,
 
68
                                                         gint *y_point,
 
69
                                                         gdouble *slope);
 
70
gint                <a class="link" href="libgimp-gimppaths.html#gimp-path-get-tattoo" title="gimp_path_get_tattoo ()">gimp_path_get_tattoo</a>                (gint32 image_ID,
 
71
                                                         const gchar *name);
 
72
gchar*              <a class="link" href="libgimp-gimppaths.html#gimp-get-path-by-tattoo" title="gimp_get_path_by_tattoo ()">gimp_get_path_by_tattoo</a>             (gint32 image_ID,
 
73
                                                         gint tattoo);
 
74
gboolean            <a class="link" href="libgimp-gimppaths.html#gimp-path-delete" title="gimp_path_delete ()">gimp_path_delete</a>                    (gint32 image_ID,
 
75
                                                         const gchar *name);
 
76
gboolean            <a class="link" href="libgimp-gimppaths.html#gimp-path-get-locked" title="gimp_path_get_locked ()">gimp_path_get_locked</a>                (gint32 image_ID,
 
77
                                                         const gchar *name);
 
78
gboolean            <a class="link" href="libgimp-gimppaths.html#gimp-path-set-locked" title="gimp_path_set_locked ()">gimp_path_set_locked</a>                (gint32 image_ID,
 
79
                                                         const gchar *name,
 
80
                                                         gboolean locked);
 
81
gboolean            <a class="link" href="libgimp-gimppaths.html#gimp-path-set-tattoo" title="gimp_path_set_tattoo ()">gimp_path_set_tattoo</a>                (gint32 image_ID,
 
82
                                                         const gchar *name,
 
83
                                                         gint tattovalue);
 
84
gboolean            <a class="link" href="libgimp-gimppaths.html#gimp-path-to-selection" title="gimp_path_to_selection ()">gimp_path_to_selection</a>              (gint32 image_ID,
 
85
                                                         const gchar *name,
 
86
                                                         <a
 
87
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelOps"
188
88
>GimpChannelOps</a> op,
189
 
                                                         <a
190
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
191
 
>gboolean</a> antialias,
192
 
                                                         <a
193
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
194
 
>gboolean</a> feather,
195
 
                                                         <a
196
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
197
 
>gdouble</a> feather_radius_x,
198
 
                                                         <a
199
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
200
 
>gdouble</a> feather_radius_y);
201
 
<a
202
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
203
 
>gboolean</a>            <a class="link" href="libgimp-gimppaths.html#gimp-path-import" title="gimp_path_import ()">gimp_path_import</a>                    (<a
204
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
205
 
>gint32</a> image_ID,
206
 
                                                         const <a
207
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
208
 
>gchar</a> *filename,
209
 
                                                         <a
210
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
211
 
>gboolean</a> merge,
212
 
                                                         <a
213
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
214
 
>gboolean</a> scale);
 
89
                                                         gboolean antialias,
 
90
                                                         gboolean feather,
 
91
                                                         gdouble feather_radius_x,
 
92
                                                         gdouble feather_radius_y);
 
93
gboolean            <a class="link" href="libgimp-gimppaths.html#gimp-path-import" title="gimp_path_import ()">gimp_path_import</a>                    (gint32 image_ID,
 
94
                                                         const gchar *filename,
 
95
                                                         gboolean merge,
 
96
                                                         gboolean scale);
215
97
</pre>
216
98
</div>
217
99
<div class="refsect1" lang="en">
224
106
<a name="libgimp-gimppaths.details"></a><h2>Details</h2>
225
107
<div class="refsect2" lang="en">
226
108
<a name="gimp-path-list"></a><h3>gimp_path_list ()</h3>
227
 
<pre class="programlisting"><a
228
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
229
 
>gchar</a>**             gimp_path_list                      (<a
230
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
231
 
>gint32</a> image_ID,
232
 
                                                         <a
233
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
234
 
>gint</a> *num_paths);</pre>
 
109
<pre class="programlisting">gchar**             gimp_path_list                      (gint32 image_ID,
 
110
                                                         gint *num_paths);</pre>
235
111
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
236
112
<h3 class="title">Warning</h3>
237
113
<p><code class="literal">gimp_path_list</code> is deprecated and should not be used in newly-written code.</p>
265
141
<hr>
266
142
<div class="refsect2" lang="en">
267
143
<a name="gimp-path-get-points"></a><h3>gimp_path_get_points ()</h3>
268
 
<pre class="programlisting"><a
269
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
270
 
>gint</a>                gimp_path_get_points                (<a
271
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
272
 
>gint32</a> image_ID,
273
 
                                                         const <a
274
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
275
 
>gchar</a> *name,
276
 
                                                         <a
277
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
278
 
>gint</a> *path_closed,
279
 
                                                         <a
280
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
281
 
>gint</a> *num_path_point_details,
282
 
                                                         <a
283
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
284
 
>gdouble</a> **points_pairs);</pre>
 
144
<pre class="programlisting">gint                gimp_path_get_points                (gint32 image_ID,
 
145
                                                         const gchar *name,
 
146
                                                         gint *path_closed,
 
147
                                                         gint *num_path_point_details,
 
148
                                                         gdouble **points_pairs);</pre>
285
149
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
286
150
<h3 class="title">Warning</h3>
287
151
<p><code class="literal">gimp_path_get_points</code> is deprecated and should not be used in newly-written code.</p>
331
195
<hr>
332
196
<div class="refsect2" lang="en">
333
197
<a name="gimp-path-get-current"></a><h3>gimp_path_get_current ()</h3>
334
 
<pre class="programlisting"><a
335
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
336
 
>gchar</a>*              gimp_path_get_current               (<a
337
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
338
 
>gint32</a> image_ID);</pre>
 
198
<pre class="programlisting">gchar*              gimp_path_get_current               (gint32 image_ID);</pre>
339
199
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
340
200
<h3 class="title">Warning</h3>
341
201
<p><code class="literal">gimp_path_get_current</code> is deprecated and should not be used in newly-written code.</p>
365
225
<hr>
366
226
<div class="refsect2" lang="en">
367
227
<a name="gimp-path-set-current"></a><h3>gimp_path_set_current ()</h3>
368
 
<pre class="programlisting"><a
369
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
370
 
>gboolean</a>            gimp_path_set_current               (<a
371
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
372
 
>gint32</a> image_ID,
373
 
                                                         const <a
374
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
375
 
>gchar</a> *name);</pre>
 
228
<pre class="programlisting">gboolean            gimp_path_set_current               (gint32 image_ID,
 
229
                                                         const gchar *name);</pre>
376
230
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
377
231
<h3 class="title">Warning</h3>
378
232
<p><code class="literal">gimp_path_set_current</code> is deprecated and should not be used in newly-written code.</p>
407
261
<hr>
408
262
<div class="refsect2" lang="en">
409
263
<a name="gimp-path-set-points"></a><h3>gimp_path_set_points ()</h3>
410
 
<pre class="programlisting"><a
411
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
412
 
>gboolean</a>            gimp_path_set_points                (<a
413
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
414
 
>gint32</a> image_ID,
415
 
                                                         const <a
416
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
417
 
>gchar</a> *name,
418
 
                                                         <a
419
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
420
 
>gint</a> ptype,
421
 
                                                         <a
422
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
423
 
>gint</a> num_path_points,
424
 
                                                         const <a
425
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
426
 
>gdouble</a> *points_pairs);</pre>
 
264
<pre class="programlisting">gboolean            gimp_path_set_points                (gint32 image_ID,
 
265
                                                         const gchar *name,
 
266
                                                         gint ptype,
 
267
                                                         gint num_path_points,
 
268
                                                         const gdouble *points_pairs);</pre>
427
269
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
428
270
<h3 class="title">Warning</h3>
429
271
<p><code class="literal">gimp_path_set_points</code> is deprecated and should not be used in newly-written code.</p>
473
315
<hr>
474
316
<div class="refsect2" lang="en">
475
317
<a name="gimp-path-stroke-current"></a><h3>gimp_path_stroke_current ()</h3>
476
 
<pre class="programlisting"><a
477
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
478
 
>gboolean</a>            gimp_path_stroke_current            (<a
479
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
480
 
>gint32</a> image_ID);</pre>
 
318
<pre class="programlisting">gboolean            gimp_path_stroke_current            (gint32 image_ID);</pre>
481
319
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
482
320
<h3 class="title">Warning</h3>
483
321
<p><code class="literal">gimp_path_stroke_current</code> is deprecated and should not be used in newly-written code.</p>
507
345
<hr>
508
346
<div class="refsect2" lang="en">
509
347
<a name="gimp-path-get-point-at-dist"></a><h3>gimp_path_get_point_at_dist ()</h3>
510
 
<pre class="programlisting"><a
511
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
512
 
>gint</a>                gimp_path_get_point_at_dist         (<a
513
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
514
 
>gint32</a> image_ID,
515
 
                                                         <a
516
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
517
 
>gdouble</a> distance,
518
 
                                                         <a
519
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
520
 
>gint</a> *y_point,
521
 
                                                         <a
522
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
523
 
>gdouble</a> *slope);</pre>
 
348
<pre class="programlisting">gint                gimp_path_get_point_at_dist         (gint32 image_ID,
 
349
                                                         gdouble distance,
 
350
                                                         gint *y_point,
 
351
                                                         gdouble *slope);</pre>
524
352
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
525
353
<h3 class="title">Warning</h3>
526
354
<p><code class="literal">gimp_path_get_point_at_dist</code> is deprecated and should not be used in newly-written code.</p>
565
393
<hr>
566
394
<div class="refsect2" lang="en">
567
395
<a name="gimp-path-get-tattoo"></a><h3>gimp_path_get_tattoo ()</h3>
568
 
<pre class="programlisting"><a
569
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
570
 
>gint</a>                gimp_path_get_tattoo                (<a
571
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
572
 
>gint32</a> image_ID,
573
 
                                                         const <a
574
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
575
 
>gchar</a> *name);</pre>
 
396
<pre class="programlisting">gint                gimp_path_get_tattoo                (gint32 image_ID,
 
397
                                                         const gchar *name);</pre>
576
398
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
577
399
<h3 class="title">Warning</h3>
578
400
<p><code class="literal">gimp_path_get_tattoo</code> is deprecated and should not be used in newly-written code.</p>
606
428
<hr>
607
429
<div class="refsect2" lang="en">
608
430
<a name="gimp-get-path-by-tattoo"></a><h3>gimp_get_path_by_tattoo ()</h3>
609
 
<pre class="programlisting"><a
610
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
611
 
>gchar</a>*              gimp_get_path_by_tattoo             (<a
612
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
613
 
>gint32</a> image_ID,
614
 
                                                         <a
615
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
616
 
>gint</a> tattoo);</pre>
 
431
<pre class="programlisting">gchar*              gimp_get_path_by_tattoo             (gint32 image_ID,
 
432
                                                         gint tattoo);</pre>
617
433
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
618
434
<h3 class="title">Warning</h3>
619
435
<p><code class="literal">gimp_get_path_by_tattoo</code> is deprecated and should not be used in newly-written code.</p>
620
436
</div>
621
437
<p>
622
 
This procedure is deprecated! Use <a
623
 
href="../app/GimpImage.html#gimp-image-get-vectors-by-tattoo"
624
 
><code class="function">gimp_image_get_vectors_by_tattoo()</code></a>
 
438
This procedure is deprecated! Use <code class="function">gimp_image_get_vectors_by_tattoo()</code>
625
439
instead.</p>
626
440
<p>
627
441
 
650
464
<hr>
651
465
<div class="refsect2" lang="en">
652
466
<a name="gimp-path-delete"></a><h3>gimp_path_delete ()</h3>
653
 
<pre class="programlisting"><a
654
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
655
 
>gboolean</a>            gimp_path_delete                    (<a
656
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
657
 
>gint32</a> image_ID,
658
 
                                                         const <a
659
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
660
 
>gchar</a> *name);</pre>
 
467
<pre class="programlisting">gboolean            gimp_path_delete                    (gint32 image_ID,
 
468
                                                         const gchar *name);</pre>
661
469
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
662
470
<h3 class="title">Warning</h3>
663
471
<p><code class="literal">gimp_path_delete</code> is deprecated and should not be used in newly-written code.</p>
692
500
<hr>
693
501
<div class="refsect2" lang="en">
694
502
<a name="gimp-path-get-locked"></a><h3>gimp_path_get_locked ()</h3>
695
 
<pre class="programlisting"><a
696
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
697
 
>gboolean</a>            gimp_path_get_locked                (<a
698
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
699
 
>gint32</a> image_ID,
700
 
                                                         const <a
701
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
702
 
>gchar</a> *name);</pre>
 
503
<pre class="programlisting">gboolean            gimp_path_get_locked                (gint32 image_ID,
 
504
                                                         const gchar *name);</pre>
703
505
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
704
506
<h3 class="title">Warning</h3>
705
507
<p><code class="literal">gimp_path_get_locked</code> is deprecated and should not be used in newly-written code.</p>
733
535
<hr>
734
536
<div class="refsect2" lang="en">
735
537
<a name="gimp-path-set-locked"></a><h3>gimp_path_set_locked ()</h3>
736
 
<pre class="programlisting"><a
737
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
738
 
>gboolean</a>            gimp_path_set_locked                (<a
739
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
740
 
>gint32</a> image_ID,
741
 
                                                         const <a
742
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
743
 
>gchar</a> *name,
744
 
                                                         <a
745
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
746
 
>gboolean</a> locked);</pre>
 
538
<pre class="programlisting">gboolean            gimp_path_set_locked                (gint32 image_ID,
 
539
                                                         const gchar *name,
 
540
                                                         gboolean locked);</pre>
747
541
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
748
542
<h3 class="title">Warning</h3>
749
543
<p><code class="literal">gimp_path_set_locked</code> is deprecated and should not be used in newly-written code.</p>
782
576
<hr>
783
577
<div class="refsect2" lang="en">
784
578
<a name="gimp-path-set-tattoo"></a><h3>gimp_path_set_tattoo ()</h3>
785
 
<pre class="programlisting"><a
786
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
787
 
>gboolean</a>            gimp_path_set_tattoo                (<a
788
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
789
 
>gint32</a> image_ID,
790
 
                                                         const <a
791
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
792
 
>gchar</a> *name,
793
 
                                                         <a
794
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
795
 
>gint</a> tattovalue);</pre>
 
579
<pre class="programlisting">gboolean            gimp_path_set_tattoo                (gint32 image_ID,
 
580
                                                         const gchar *name,
 
581
                                                         gint tattovalue);</pre>
796
582
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
797
583
<h3 class="title">Warning</h3>
798
584
<p><code class="literal">gimp_path_set_tattoo</code> is deprecated and should not be used in newly-written code.</p>
831
617
<hr>
832
618
<div class="refsect2" lang="en">
833
619
<a name="gimp-path-to-selection"></a><h3>gimp_path_to_selection ()</h3>
834
 
<pre class="programlisting"><a
835
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
836
 
>gboolean</a>            gimp_path_to_selection              (<a
837
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
838
 
>gint32</a> image_ID,
839
 
                                                         const <a
840
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
841
 
>gchar</a> *name,
 
620
<pre class="programlisting">gboolean            gimp_path_to_selection              (gint32 image_ID,
 
621
                                                         const gchar *name,
842
622
                                                         <a
843
 
href="/usr/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelOps"
 
623
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelOps"
844
624
>GimpChannelOps</a> op,
845
 
                                                         <a
846
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
847
 
>gboolean</a> antialias,
848
 
                                                         <a
849
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
850
 
>gboolean</a> feather,
851
 
                                                         <a
852
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
853
 
>gdouble</a> feather_radius_x,
854
 
                                                         <a
855
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
856
 
>gdouble</a> feather_radius_y);</pre>
 
625
                                                         gboolean antialias,
 
626
                                                         gboolean feather,
 
627
                                                         gdouble feather_radius_x,
 
628
                                                         gdouble feather_radius_y);</pre>
857
629
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
858
630
<h3 class="title">Warning</h3>
859
631
<p><code class="literal">gimp_path_to_selection</code> is deprecated and should not be used in newly-written code.</p>
913
685
<hr>
914
686
<div class="refsect2" lang="en">
915
687
<a name="gimp-path-import"></a><h3>gimp_path_import ()</h3>
916
 
<pre class="programlisting"><a
917
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
918
 
>gboolean</a>            gimp_path_import                    (<a
919
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
920
 
>gint32</a> image_ID,
921
 
                                                         const <a
922
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
923
 
>gchar</a> *filename,
924
 
                                                         <a
925
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
926
 
>gboolean</a> merge,
927
 
                                                         <a
928
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
929
 
>gboolean</a> scale);</pre>
 
688
<pre class="programlisting">gboolean            gimp_path_import                    (gint32 image_ID,
 
689
                                                         const gchar *filename,
 
690
                                                         gboolean merge,
 
691
                                                         gboolean scale);</pre>
930
692
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
931
693
<h3 class="title">Warning</h3>
932
694
<p><code class="literal">gimp_path_import</code> is deprecated and should not be used in newly-written code.</p>