Imported Upstream version 2.3.11

This commit is contained in:
Ari Pollak
2010-08-11 01:20:03 -04:00
parent efbc58ed09
commit 79785b4adf
1382 changed files with 88625 additions and 63323 deletions

View File

@ -3,12 +3,12 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>gimppaths</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
<meta name="generator" content="DocBook XSL Stylesheets V1.70.1">
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="prev" href="libgimp-gimplayer.html" title="gimplayer">
<link rel="next" href="libgimp-gimppixelfetcher.html" title="gimppixelfetcher">
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -32,21 +32,23 @@
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimppixelfetcher.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#top_of_page" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2564684" class="shortcut">Top</a>
&#160;|&#160;
<a href="#desc" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2639468" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimppaths"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="top_of_page"></a>gimppaths</span></h2>
<h2>
<a name="id2564684"></a><span class="refentrytitle">gimppaths</span>
</h2>
<p>gimppaths &#8212; Operations related to paths.</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="synopsis"></a><h2>Synopsis</h2>
<h2>Synopsis</h2>
<pre class="synopsis">
@ -106,17 +108,17 @@ gboolean <a href="libgimp-gimppaths.html#gimp-path-import-string">gimp_path_i
</pre>
</div>
<div class="refsect1" lang="en">
<a name="desc"></a><h2>Description</h2>
<a name="id2639468"></a><h2>Description</h2>
<p>
Operations related to paths.
</p>
</div>
<div class="refsect1" lang="en">
<a name="details"></a><h2>Details</h2>
<a name="id2639484"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2605165"></a><h3>
<a name="id2639494"></a><h3>
<a name="gimp-path-list"></a>gimp_path_list ()</h3>
<a class="indexterm" name="id2605179"></a><pre class="programlisting">gchar** gimp_path_list (gint32 image_ID,
<a class="indexterm" name="id2639509"></a><pre class="programlisting">gchar** gimp_path_list (gint32 image_ID,
gint *num_paths);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
@ -153,9 +155,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpimage.html#gimp-image-get
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2605281"></a><h3>
<a name="id2639611"></a><h3>
<a name="gimp-path-get-points"></a>gimp_path_get_points ()</h3>
<a class="indexterm" name="id2605292"></a><pre class="programlisting">gint gimp_path_get_points (gint32 image_ID,
<a class="indexterm" name="id2639622"></a><pre class="programlisting">gint gimp_path_get_points (gint32 image_ID,
const gchar *name,
gint *path_closed,
gint *num_path_point_details,
@ -212,9 +214,9 @@ List the points associated with the named path.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2605450"></a><h3>
<a name="id2639780"></a><h3>
<a name="gimp-path-get-current"></a>gimp_path_get_current ()</h3>
<a class="indexterm" name="id2605464"></a><pre class="programlisting">gchar* gimp_path_get_current (gint32 image_ID);</pre>
<a class="indexterm" name="id2639794"></a><pre class="programlisting">gchar* gimp_path_get_current (gint32 image_ID);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_path_get_current</code> is deprecated and should not be used in newly-written code.</p>
@ -245,9 +247,9 @@ instead.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613231"></a><h3>
<a name="id2646510"></a><h3>
<a name="gimp-path-set-current"></a>gimp_path_set_current ()</h3>
<a class="indexterm" name="id2613244"></a><pre class="programlisting">gboolean gimp_path_set_current (gint32 image_ID,
<a class="indexterm" name="id2646523"></a><pre class="programlisting">gboolean gimp_path_set_current (gint32 image_ID,
const gchar *name);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
@ -285,9 +287,9 @@ instead.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613346"></a><h3>
<a name="id2646625"></a><h3>
<a name="gimp-path-set-points"></a>gimp_path_set_points ()</h3>
<a class="indexterm" name="id2613358"></a><pre class="programlisting">gboolean gimp_path_set_points (gint32 image_ID,
<a class="indexterm" name="id2646636"></a><pre class="programlisting">gboolean gimp_path_set_points (gint32 image_ID,
const gchar *name,
gint ptype,
gint num_path_points,
@ -344,9 +346,9 @@ Set the points associated with the named path.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613528"></a><h3>
<a name="id2646806"></a><h3>
<a name="gimp-path-stroke-current"></a>gimp_path_stroke_current ()</h3>
<a class="indexterm" name="id2613540"></a><pre class="programlisting">gboolean gimp_path_stroke_current (gint32 image_ID);</pre>
<a class="indexterm" name="id2646817"></a><pre class="programlisting">gboolean gimp_path_stroke_current (gint32 image_ID);</pre>
<p>
Stroke the current path in the passed image.
</p>
@ -375,9 +377,9 @@ Stroke the current path in the passed image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613605"></a><h3>
<a name="id2646882"></a><h3>
<a name="gimp-path-get-point-at-dist"></a>gimp_path_get_point_at_dist ()</h3>
<a class="indexterm" name="id2613619"></a><pre class="programlisting">gint gimp_path_get_point_at_dist (gint32 image_ID,
<a class="indexterm" name="id2646896"></a><pre class="programlisting">gint gimp_path_get_point_at_dist (gint32 image_ID,
gdouble distance,
gint *y_point,
gdouble *slope);</pre>
@ -429,9 +431,9 @@ This procedure is deprecated! Use
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613764"></a><h3>
<a name="id2647039"></a><h3>
<a name="gimp-path-get-tattoo"></a>gimp_path_get_tattoo ()</h3>
<a class="indexterm" name="id2613777"></a><pre class="programlisting">gint gimp_path_get_tattoo (gint32 image_ID,
<a class="indexterm" name="id2647053"></a><pre class="programlisting">gint gimp_path_get_tattoo (gint32 image_ID,
const gchar *name);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
@ -468,9 +470,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpvectors.html#gimp-vectors
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613882"></a><h3>
<a name="id2647156"></a><h3>
<a name="gimp-get-path-by-tattoo"></a>gimp_get_path_by_tattoo ()</h3>
<a class="indexterm" name="id2613895"></a><pre class="programlisting">gchar* gimp_get_path_by_tattoo (gint32 image_ID,
<a class="indexterm" name="id2647170"></a><pre class="programlisting">gchar* gimp_get_path_by_tattoo (gint32 image_ID,
gint tattoo);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
@ -510,9 +512,9 @@ instead.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2614000"></a><h3>
<a name="id2647274"></a><h3>
<a name="gimp-path-delete"></a>gimp_path_delete ()</h3>
<a class="indexterm" name="id2614015"></a><pre class="programlisting">gboolean gimp_path_delete (gint32 image_ID,
<a class="indexterm" name="id2647288"></a><pre class="programlisting">gboolean gimp_path_delete (gint32 image_ID,
const gchar *name);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
@ -550,9 +552,9 @@ instead.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2614119"></a><h3>
<a name="id2647393"></a><h3>
<a name="gimp-path-get-locked"></a>gimp_path_get_locked ()</h3>
<a class="indexterm" name="id2614133"></a><pre class="programlisting">gboolean gimp_path_get_locked (gint32 image_ID,
<a class="indexterm" name="id2647406"></a><pre class="programlisting">gboolean gimp_path_get_locked (gint32 image_ID,
const gchar *name);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
@ -589,9 +591,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpvectors.html#gimp-vectors
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2614237"></a><h3>
<a name="id2647511"></a><h3>
<a name="gimp-path-set-locked"></a>gimp_path_set_locked ()</h3>
<a class="indexterm" name="id2614251"></a><pre class="programlisting">gboolean gimp_path_set_locked (gint32 image_ID,
<a class="indexterm" name="id2647524"></a><pre class="programlisting">gboolean gimp_path_set_locked (gint32 image_ID,
const gchar *name,
gboolean locked);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@ -635,9 +637,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpvectors.html#gimp-vectors
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2614376"></a><h3>
<a name="id2647649"></a><h3>
<a name="gimp-path-set-tattoo"></a>gimp_path_set_tattoo ()</h3>
<a class="indexterm" name="id2614389"></a><pre class="programlisting">gboolean gimp_path_set_tattoo (gint32 image_ID,
<a class="indexterm" name="id2647663"></a><pre class="programlisting">gboolean gimp_path_set_tattoo (gint32 image_ID,
const gchar *name,
gint tattovalue);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@ -681,9 +683,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpvectors.html#gimp-vectors
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2614516"></a><h3>
<a name="id2647789"></a><h3>
<a name="gimp-path-to-selection"></a>gimp_path_to_selection ()</h3>
<a class="indexterm" name="id2614527"></a><pre class="programlisting">gboolean gimp_path_to_selection (gint32 image_ID,
<a class="indexterm" name="id2647803"></a><pre class="programlisting">gboolean gimp_path_to_selection (gint32 image_ID,
const gchar *name,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelOps"
@ -692,11 +694,13 @@ href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelOps"
gboolean feather,
gdouble feather_radius_x,
gdouble feather_radius_y);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_path_to_selection</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
Transforms the active path into a selection
</p>
<p>
This procedure renders the desired path into the current selection.</p>
This procedure is deprecated! Use <a href="libgimp-gimpvectors.html#gimp-vectors-to-selection"><code class="function">gimp_vectors_to_selection()</code></a>
instead.</p>
<p>
</p>
@ -756,9 +760,9 @@ This procedure renders the desired path into the current selection.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2614721"></a><h3>
<a name="id2648013"></a><h3>
<a name="gimp-path-import"></a>gimp_path_import ()</h3>
<a class="indexterm" name="id2614734"></a><pre class="programlisting">gboolean gimp_path_import (gint32 image_ID,
<a class="indexterm" name="id2648025"></a><pre class="programlisting">gboolean gimp_path_import (gint32 image_ID,
const gchar *filename,
gboolean merge,
gboolean scale);</pre>
@ -809,9 +813,9 @@ than paths and basic shapes are ignored.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2614865"></a><h3>
<a name="id2648156"></a><h3>
<a name="gimp-path-import-string"></a>gimp_path_import_string ()</h3>
<a class="indexterm" name="id2614878"></a><pre class="programlisting">gboolean gimp_path_import_string (gint32 image_ID,
<a class="indexterm" name="id2648170"></a><pre class="programlisting">gboolean gimp_path_import_string (gint32 image_ID,
const gchar *string,
gint length,
gboolean merge,