~ubuntu-branches/ubuntu/trusty/gimp/trusty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2009-08-14 09:57:17 UTC
  • mto: (1.1.21 upstream) (0.1.5 squeeze)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.westby@ubuntu.com-20090814095717-37dh2xqy5t0rurpk
ImportĀ upstreamĀ versionĀ 2.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>gimppaths</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
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
10
<link rel="next" href="libgimp-gimppixelfetcher.html" title="gimppixelfetcher">
38
38
                <a href="#libgimp-gimppaths.description" class="shortcut">Description</a>
39
39
</td></tr>
40
40
</table>
41
 
<div class="refentry" lang="en">
 
41
<div class="refentry" title="gimppaths">
42
42
<a name="libgimp-gimppaths"></a><div class="titlepage"></div>
43
43
<div class="refnamediv"><table width="100%"><tr>
44
44
<td valign="top">
47
47
</td>
48
48
<td valign="top" align="right"></td>
49
49
</tr></table></div>
50
 
<div class="refsynopsisdiv">
 
50
<div class="refsynopsisdiv" title="Synopsis">
51
51
<a name="libgimp-gimppaths.synopsis"></a><h2>Synopsis</h2>
52
52
<pre class="synopsis">
53
53
<a
217
217
>gboolean</a> scale);
218
218
</pre>
219
219
</div>
220
 
<div class="refsect1" lang="en">
 
220
<div class="refsect1" title="Description">
221
221
<a name="libgimp-gimppaths.description"></a><h2>Description</h2>
222
222
<p>
223
223
Operations related to paths.
224
224
</p>
225
225
</div>
226
 
<div class="refsect1" lang="en">
 
226
<div class="refsect1" title="Details">
227
227
<a name="libgimp-gimppaths.details"></a><h2>Details</h2>
228
 
<div class="refsect2" lang="en">
 
228
<div class="refsect2" title="gimp_path_list ()">
229
229
<a name="gimp-path-list"></a><h3>gimp_path_list ()</h3>
230
230
<pre class="programlisting"><a
231
231
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
235
235
                                                         <a
236
236
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
237
237
>gint</a> *num_paths);</pre>
238
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
238
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
239
239
<h3 class="title">Warning</h3>
240
240
<p><code class="literal">gimp_path_list</code> is deprecated and should not be used in newly-written code.</p>
241
241
</div>
265
265
</table></div>
266
266
</div>
267
267
<hr>
268
 
<div class="refsect2" lang="en">
 
268
<div class="refsect2" title="gimp_path_get_points ()">
269
269
<a name="gimp-path-get-points"></a><h3>gimp_path_get_points ()</h3>
270
270
<pre class="programlisting"><a
271
271
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
284
284
                                                         <a
285
285
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
286
286
>gdouble</a> **points_pairs);</pre>
287
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
287
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
288
288
<h3 class="title">Warning</h3>
289
289
<p><code class="literal">gimp_path_get_points</code> is deprecated and should not be used in newly-written code.</p>
290
290
</div>
330
330
</table></div>
331
331
</div>
332
332
<hr>
333
 
<div class="refsect2" lang="en">
 
333
<div class="refsect2" title="gimp_path_get_current ()">
334
334
<a name="gimp-path-get-current"></a><h3>gimp_path_get_current ()</h3>
335
335
<pre class="programlisting"><a
336
336
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
337
337
>gchar</a>*              gimp_path_get_current               (<a
338
338
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
339
339
>gint32</a> image_ID);</pre>
340
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
340
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
341
341
<h3 class="title">Warning</h3>
342
342
<p><code class="literal">gimp_path_get_current</code> is deprecated and should not be used in newly-written code.</p>
343
343
</div>
363
363
</table></div>
364
364
</div>
365
365
<hr>
366
 
<div class="refsect2" lang="en">
 
366
<div class="refsect2" title="gimp_path_set_current ()">
367
367
<a name="gimp-path-set-current"></a><h3>gimp_path_set_current ()</h3>
368
368
<pre class="programlisting"><a
369
369
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
373
373
                                                         const <a
374
374
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
375
375
>gchar</a> *name);</pre>
376
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
376
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
377
377
<h3 class="title">Warning</h3>
378
378
<p><code class="literal">gimp_path_set_current</code> is deprecated and should not be used in newly-written code.</p>
379
379
</div>
404
404
</table></div>
405
405
</div>
406
406
<hr>
407
 
<div class="refsect2" lang="en">
 
407
<div class="refsect2" title="gimp_path_set_points ()">
408
408
<a name="gimp-path-set-points"></a><h3>gimp_path_set_points ()</h3>
409
409
<pre class="programlisting"><a
410
410
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
423
423
                                                         const <a
424
424
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
425
425
>gdouble</a> *points_pairs);</pre>
426
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
426
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
427
427
<h3 class="title">Warning</h3>
428
428
<p><code class="literal">gimp_path_set_points</code> is deprecated and should not be used in newly-written code.</p>
429
429
</div>
469
469
</table></div>
470
470
</div>
471
471
<hr>
472
 
<div class="refsect2" lang="en">
 
472
<div class="refsect2" title="gimp_path_stroke_current ()">
473
473
<a name="gimp-path-stroke-current"></a><h3>gimp_path_stroke_current ()</h3>
474
474
<pre class="programlisting"><a
475
475
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
476
476
>gboolean</a>            gimp_path_stroke_current            (<a
477
477
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
478
478
>gint32</a> image_ID);</pre>
479
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
479
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
480
480
<h3 class="title">Warning</h3>
481
481
<p><code class="literal">gimp_path_stroke_current</code> is deprecated and should not be used in newly-written code.</p>
482
482
</div>
502
502
</table></div>
503
503
</div>
504
504
<hr>
505
 
<div class="refsect2" lang="en">
 
505
<div class="refsect2" title="gimp_path_get_point_at_dist ()">
506
506
<a name="gimp-path-get-point-at-dist"></a><h3>gimp_path_get_point_at_dist ()</h3>
507
507
<pre class="programlisting"><a
508
508
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
518
518
                                                         <a
519
519
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
520
520
>gdouble</a> *slope);</pre>
521
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
521
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
522
522
<h3 class="title">Warning</h3>
523
523
<p><code class="literal">gimp_path_get_point_at_dist</code> is deprecated and should not be used in newly-written code.</p>
524
524
</div>
559
559
</table></div>
560
560
</div>
561
561
<hr>
562
 
<div class="refsect2" lang="en">
 
562
<div class="refsect2" title="gimp_path_get_tattoo ()">
563
563
<a name="gimp-path-get-tattoo"></a><h3>gimp_path_get_tattoo ()</h3>
564
564
<pre class="programlisting"><a
565
565
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
569
569
                                                         const <a
570
570
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
571
571
>gchar</a> *name);</pre>
572
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
572
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
573
573
<h3 class="title">Warning</h3>
574
574
<p><code class="literal">gimp_path_get_tattoo</code> is deprecated and should not be used in newly-written code.</p>
575
575
</div>
599
599
</table></div>
600
600
</div>
601
601
<hr>
602
 
<div class="refsect2" lang="en">
 
602
<div class="refsect2" title="gimp_get_path_by_tattoo ()">
603
603
<a name="gimp-get-path-by-tattoo"></a><h3>gimp_get_path_by_tattoo ()</h3>
604
604
<pre class="programlisting"><a
605
605
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
609
609
                                                         <a
610
610
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
611
611
>gint</a> tattoo);</pre>
612
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
612
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
613
613
<h3 class="title">Warning</h3>
614
614
<p><code class="literal">gimp_get_path_by_tattoo</code> is deprecated and should not be used in newly-written code.</p>
615
615
</div>
640
640
</table></div>
641
641
</div>
642
642
<hr>
643
 
<div class="refsect2" lang="en">
 
643
<div class="refsect2" title="gimp_path_delete ()">
644
644
<a name="gimp-path-delete"></a><h3>gimp_path_delete ()</h3>
645
645
<pre class="programlisting"><a
646
646
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
650
650
                                                         const <a
651
651
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
652
652
>gchar</a> *name);</pre>
653
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
653
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
654
654
<h3 class="title">Warning</h3>
655
655
<p><code class="literal">gimp_path_delete</code> is deprecated and should not be used in newly-written code.</p>
656
656
</div>
681
681
</table></div>
682
682
</div>
683
683
<hr>
684
 
<div class="refsect2" lang="en">
 
684
<div class="refsect2" title="gimp_path_get_locked ()">
685
685
<a name="gimp-path-get-locked"></a><h3>gimp_path_get_locked ()</h3>
686
686
<pre class="programlisting"><a
687
687
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
691
691
                                                         const <a
692
692
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
693
693
>gchar</a> *name);</pre>
694
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
694
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
695
695
<h3 class="title">Warning</h3>
696
696
<p><code class="literal">gimp_path_get_locked</code> is deprecated and should not be used in newly-written code.</p>
697
697
</div>
721
721
</table></div>
722
722
</div>
723
723
<hr>
724
 
<div class="refsect2" lang="en">
 
724
<div class="refsect2" title="gimp_path_set_locked ()">
725
725
<a name="gimp-path-set-locked"></a><h3>gimp_path_set_locked ()</h3>
726
726
<pre class="programlisting"><a
727
727
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
734
734
                                                         <a
735
735
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
736
736
>gboolean</a> locked);</pre>
737
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
737
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
738
738
<h3 class="title">Warning</h3>
739
739
<p><code class="literal">gimp_path_set_locked</code> is deprecated and should not be used in newly-written code.</p>
740
740
</div>
769
769
</table></div>
770
770
</div>
771
771
<hr>
772
 
<div class="refsect2" lang="en">
 
772
<div class="refsect2" title="gimp_path_set_tattoo ()">
773
773
<a name="gimp-path-set-tattoo"></a><h3>gimp_path_set_tattoo ()</h3>
774
774
<pre class="programlisting"><a
775
775
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
782
782
                                                         <a
783
783
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
784
784
>gint</a> tattovalue);</pre>
785
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
785
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
786
786
<h3 class="title">Warning</h3>
787
787
<p><code class="literal">gimp_path_set_tattoo</code> is deprecated and should not be used in newly-written code.</p>
788
788
</div>
817
817
</table></div>
818
818
</div>
819
819
<hr>
820
 
<div class="refsect2" lang="en">
 
820
<div class="refsect2" title="gimp_path_to_selection ()">
821
821
<a name="gimp-path-to-selection"></a><h3>gimp_path_to_selection ()</h3>
822
822
<pre class="programlisting"><a
823
823
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
842
842
                                                         <a
843
843
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
844
844
>gdouble</a> feather_radius_y);</pre>
845
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
845
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
846
846
<h3 class="title">Warning</h3>
847
847
<p><code class="literal">gimp_path_to_selection</code> is deprecated and should not be used in newly-written code.</p>
848
848
</div>
898
898
</table></div>
899
899
</div>
900
900
<hr>
901
 
<div class="refsect2" lang="en">
 
901
<div class="refsect2" title="gimp_path_import ()">
902
902
<a name="gimp-path-import"></a><h3>gimp_path_import ()</h3>
903
903
<pre class="programlisting"><a
904
904
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
914
914
                                                         <a
915
915
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
916
916
>gboolean</a> scale);</pre>
917
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
917
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
918
918
<h3 class="title">Warning</h3>
919
919
<p><code class="literal">gimp_path_import</code> is deprecated and should not be used in newly-written code.</p>
920
920
</div>