Imported Upstream version 2.3.12

This commit is contained in:
Ari Pollak
2010-08-11 01:20:17 -04:00
parent 79785b4adf
commit a028e0b309
1105 changed files with 114178 additions and 65152 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>gimppaths</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.70.1">
<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
<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">
@ -32,16 +32,16 @@
<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="#id2564684" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2557933" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2639468" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2630934" 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>
<a name="id2564684"></a><span class="refentrytitle">gimppaths</span>
<a name="id2557933"></a><span class="refentrytitle">gimppaths</span>
</h2>
<p>gimppaths &#8212; Operations related to paths.</p>
</td>
@ -108,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="id2639468"></a><h2>Description</h2>
<a name="id2630934"></a><h2>Description</h2>
<p>
Operations related to paths.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2639484"></a><h2>Details</h2>
<a name="id2630949"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2639494"></a><h3>
<a name="id2630960"></a><h3>
<a name="gimp-path-list"></a>gimp_path_list ()</h3>
<a class="indexterm" name="id2639509"></a><pre class="programlisting">gchar** gimp_path_list (gint32 image_ID,
<a class="indexterm" name="id2630975"></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>
@ -155,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="id2639611"></a><h3>
<a name="id2631077"></a><h3>
<a name="gimp-path-get-points"></a>gimp_path_get_points ()</h3>
<a class="indexterm" name="id2639622"></a><pre class="programlisting">gint gimp_path_get_points (gint32 image_ID,
<a class="indexterm" name="id2631088"></a><pre class="programlisting">gint gimp_path_get_points (gint32 image_ID,
const gchar *name,
gint *path_closed,
gint *num_path_point_details,
@ -214,9 +214,9 @@ List the points associated with the named path.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2639780"></a><h3>
<a name="id2631246"></a><h3>
<a name="gimp-path-get-current"></a>gimp_path_get_current ()</h3>
<a class="indexterm" name="id2639794"></a><pre class="programlisting">gchar* gimp_path_get_current (gint32 image_ID);</pre>
<a class="indexterm" name="id2631260"></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>
@ -247,9 +247,9 @@ instead.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646510"></a><h3>
<a name="id2639050"></a><h3>
<a name="gimp-path-set-current"></a>gimp_path_set_current ()</h3>
<a class="indexterm" name="id2646523"></a><pre class="programlisting">gboolean gimp_path_set_current (gint32 image_ID,
<a class="indexterm" name="id2639063"></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>
@ -287,9 +287,9 @@ instead.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646625"></a><h3>
<a name="id2639165"></a><h3>
<a name="gimp-path-set-points"></a>gimp_path_set_points ()</h3>
<a class="indexterm" name="id2646636"></a><pre class="programlisting">gboolean gimp_path_set_points (gint32 image_ID,
<a class="indexterm" name="id2639176"></a><pre class="programlisting">gboolean gimp_path_set_points (gint32 image_ID,
const gchar *name,
gint ptype,
gint num_path_points,
@ -346,9 +346,9 @@ Set the points associated with the named path.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646806"></a><h3>
<a name="id2639346"></a><h3>
<a name="gimp-path-stroke-current"></a>gimp_path_stroke_current ()</h3>
<a class="indexterm" name="id2646817"></a><pre class="programlisting">gboolean gimp_path_stroke_current (gint32 image_ID);</pre>
<a class="indexterm" name="id2639357"></a><pre class="programlisting">gboolean gimp_path_stroke_current (gint32 image_ID);</pre>
<p>
Stroke the current path in the passed image.
</p>
@ -377,9 +377,9 @@ Stroke the current path in the passed image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646882"></a><h3>
<a name="id2639422"></a><h3>
<a name="gimp-path-get-point-at-dist"></a>gimp_path_get_point_at_dist ()</h3>
<a class="indexterm" name="id2646896"></a><pre class="programlisting">gint gimp_path_get_point_at_dist (gint32 image_ID,
<a class="indexterm" name="id2639436"></a><pre class="programlisting">gint gimp_path_get_point_at_dist (gint32 image_ID,
gdouble distance,
gint *y_point,
gdouble *slope);</pre>
@ -431,9 +431,9 @@ This procedure is deprecated! Use
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647039"></a><h3>
<a name="id2639579"></a><h3>
<a name="gimp-path-get-tattoo"></a>gimp_path_get_tattoo ()</h3>
<a class="indexterm" name="id2647053"></a><pre class="programlisting">gint gimp_path_get_tattoo (gint32 image_ID,
<a class="indexterm" name="id2639592"></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>
@ -470,9 +470,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpvectors.html#gimp-vectors
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647156"></a><h3>
<a name="id2639695"></a><h3>
<a name="gimp-get-path-by-tattoo"></a>gimp_get_path_by_tattoo ()</h3>
<a class="indexterm" name="id2647170"></a><pre class="programlisting">gchar* gimp_get_path_by_tattoo (gint32 image_ID,
<a class="indexterm" name="id2639708"></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>
@ -512,9 +512,9 @@ instead.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647274"></a><h3>
<a name="id2639813"></a><h3>
<a name="gimp-path-delete"></a>gimp_path_delete ()</h3>
<a class="indexterm" name="id2647288"></a><pre class="programlisting">gboolean gimp_path_delete (gint32 image_ID,
<a class="indexterm" name="id2639827"></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>
@ -552,9 +552,9 @@ instead.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647393"></a><h3>
<a name="id2639932"></a><h3>
<a name="gimp-path-get-locked"></a>gimp_path_get_locked ()</h3>
<a class="indexterm" name="id2647406"></a><pre class="programlisting">gboolean gimp_path_get_locked (gint32 image_ID,
<a class="indexterm" name="id2639945"></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>
@ -591,9 +591,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpvectors.html#gimp-vectors
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647511"></a><h3>
<a name="id2640050"></a><h3>
<a name="gimp-path-set-locked"></a>gimp_path_set_locked ()</h3>
<a class="indexterm" name="id2647524"></a><pre class="programlisting">gboolean gimp_path_set_locked (gint32 image_ID,
<a class="indexterm" name="id2640063"></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;">
@ -637,9 +637,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpvectors.html#gimp-vectors
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647649"></a><h3>
<a name="id2640188"></a><h3>
<a name="gimp-path-set-tattoo"></a>gimp_path_set_tattoo ()</h3>
<a class="indexterm" name="id2647663"></a><pre class="programlisting">gboolean gimp_path_set_tattoo (gint32 image_ID,
<a class="indexterm" name="id2640202"></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;">
@ -683,9 +683,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpvectors.html#gimp-vectors
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647789"></a><h3>
<a name="id2640328"></a><h3>
<a name="gimp-path-to-selection"></a>gimp_path_to_selection ()</h3>
<a class="indexterm" name="id2647803"></a><pre class="programlisting">gboolean gimp_path_to_selection (gint32 image_ID,
<a class="indexterm" name="id2640342"></a><pre class="programlisting">gboolean gimp_path_to_selection (gint32 image_ID,
const gchar *name,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelOps"
@ -760,9 +760,9 @@ instead.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2648013"></a><h3>
<a name="id2640552"></a><h3>
<a name="gimp-path-import"></a>gimp_path_import ()</h3>
<a class="indexterm" name="id2648025"></a><pre class="programlisting">gboolean gimp_path_import (gint32 image_ID,
<a class="indexterm" name="id2640564"></a><pre class="programlisting">gboolean gimp_path_import (gint32 image_ID,
const gchar *filename,
gboolean merge,
gboolean scale);</pre>
@ -813,9 +813,9 @@ than paths and basic shapes are ignored.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2648156"></a><h3>
<a name="id2640696"></a><h3>
<a name="gimp-path-import-string"></a>gimp_path_import_string ()</h3>
<a class="indexterm" name="id2648170"></a><pre class="programlisting">gboolean gimp_path_import_string (gint32 image_ID,
<a class="indexterm" name="id2640709"></a><pre class="programlisting">gboolean gimp_path_import_string (gint32 image_ID,
const gchar *string,
gint length,
gboolean merge,