New upstream version 2.10.20

This commit is contained in:
Simon McVittie
2020-08-26 11:05:56 +01:00
794 changed files with 93349 additions and 84053 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>gimpimagesamplepoints: GIMP Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="GIMP Library Reference Manual">
<link rel="up" href="libgimp-image.html" title="Manupulating Images and their Properties">
<link rel="prev" href="libgimp-gimpimageguides.html" title="gimpimageguides">
@ -41,7 +41,7 @@
<tbody>
<tr>
<td class="function_type">
<a href="/local/head/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a>
<span class="returnvalue">gint32</span>
</td>
<td class="function_name">
<a class="link" href="libgimp-gimpimagesamplepoints.html#gimp-image-add-sample-point" title="gimp_image_add_sample_point ()">gimp_image_add_sample_point</a> <span class="c_punctuation">()</span>
@ -49,7 +49,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/local/head/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<span class="returnvalue">gboolean</span>
</td>
<td class="function_name">
<a class="link" href="libgimp-gimpimagesamplepoints.html#gimp-image-delete-sample-point" title="gimp_image_delete_sample_point ()">gimp_image_delete_sample_point</a> <span class="c_punctuation">()</span>
@ -57,7 +57,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/local/head/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a>
<span class="returnvalue">gint32</span>
</td>
<td class="function_name">
<a class="link" href="libgimp-gimpimagesamplepoints.html#gimp-image-find-next-sample-point" title="gimp_image_find_next_sample_point ()">gimp_image_find_next_sample_point</a> <span class="c_punctuation">()</span>
@ -65,7 +65,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/local/head/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
<span class="returnvalue">gint</span>
</td>
<td class="function_name">
<a class="link" href="libgimp-gimpimagesamplepoints.html#gimp-image-get-sample-point-position" title="gimp_image_get_sample_point_position ()">gimp_image_get_sample_point_position</a> <span class="c_punctuation">()</span>
@ -82,10 +82,10 @@
<a name="libgimp-gimpimagesamplepoints.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="gimp-image-add-sample-point"></a><h3>gimp_image_add_sample_point ()</h3>
<pre class="programlisting"><a href="/local/head/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a>
gimp_image_add_sample_point (<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position_x</code></em>,
<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position_y</code></em>);</pre>
<pre class="programlisting"><span class="returnvalue">gint32</span>
gimp_image_add_sample_point (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
<em class="parameter"><code><span class="type">gint</span> position_x</code></em>,
<em class="parameter"><code><span class="type">gint</span> position_y</code></em>);</pre>
<p>Add a sample point to an image.</p>
<p>This procedure adds a sample point to an image. It takes the input
image and the position of the new sample points as parameters. It
@ -126,9 +126,9 @@ returns the sample point ID of the new sample point.</p>
<hr>
<div class="refsect2">
<a name="gimp-image-delete-sample-point"></a><h3>gimp_image_delete_sample_point ()</h3>
<pre class="programlisting"><a href="/local/head/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_image_delete_sample_point (<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> sample_point_ID</code></em>);</pre>
<pre class="programlisting"><span class="returnvalue">gboolean</span>
gimp_image_delete_sample_point (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
<em class="parameter"><code><span class="type">gint32</span> sample_point_ID</code></em>);</pre>
<p>Deletes a sample point from an image.</p>
<p>This procedure takes an image and a sample point ID as input and
removes the specified sample point from the specified image.</p>
@ -163,9 +163,9 @@ removes the specified sample point from the specified image.</p>
<hr>
<div class="refsect2">
<a name="gimp-image-find-next-sample-point"></a><h3>gimp_image_find_next_sample_point ()</h3>
<pre class="programlisting"><a href="/local/head/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a>
gimp_image_find_next_sample_point (<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> sample_point_ID</code></em>);</pre>
<pre class="programlisting"><span class="returnvalue">gint32</span>
gimp_image_find_next_sample_point (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
<em class="parameter"><code><span class="type">gint32</span> sample_point_ID</code></em>);</pre>
<p>Find next sample point on an image.</p>
<p>This procedure takes an image and a sample point ID as input and
finds the sample point ID of the successor of the given sample point
@ -204,10 +204,10 @@ argument or the image has no sample points.</p>
<hr>
<div class="refsect2">
<a name="gimp-image-get-sample-point-position"></a><h3>gimp_image_get_sample_point_position ()</h3>
<pre class="programlisting"><a href="/local/head/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
gimp_image_get_sample_point_position (<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> sample_point_ID</code></em>,
<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *position_y</code></em>);</pre>
<pre class="programlisting"><span class="returnvalue">gint</span>
gimp_image_get_sample_point_position (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
<em class="parameter"><code><span class="type">gint32</span> sample_point_ID</code></em>,
<em class="parameter"><code><span class="type">gint</span> *position_y</code></em>);</pre>
<p>Get position of a sample point on an image.</p>
<p>This procedure takes an image and a sample point ID as input and
returns the position of the sample point relative to the top and