New upstream version 2.10.14

This commit is contained in:
Jeremy Bicha
2019-11-09 19:05:21 -05:00
855 changed files with 162580 additions and 125029 deletions

View File

@ -705,7 +705,7 @@
</tr>
<tr>
<td class="function_type">
<a href="../html/libgimpbase-gimpmetadata.html#GimpMetadata"><span class="returnvalue">GimpMetadata</span></a> *
<a href="../html/libgimpbase-GimpMetadata.html#GimpMetadata"><span class="returnvalue">GimpMetadata</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgimp-gimpimage.html#gimp-image-get-metadata" title="gimp_image_get_metadata ()">gimp_image_get_metadata</a> <span class="c_punctuation">()</span>
@ -737,7 +737,7 @@
</tr>
<tr>
<td class="function_type">
<a href="../html/libgimpbase-gimpparasite.html#GimpParasite"><span class="returnvalue">GimpParasite</span></a> *
<a href="../html/libgimpbase-GimpParasite.html#GimpParasite"><span class="returnvalue">GimpParasite</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgimp-gimpimage.html#gimp-image-get-parasite" title="gimp_image_get_parasite ()">gimp_image_get_parasite</a> <span class="c_punctuation">()</span>
@ -753,7 +753,7 @@
</tr>
<tr>
<td class="function_type">
<a href="../html/libgimpbase-gimpparasite.html#GimpParasite"><span class="returnvalue">GimpParasite</span></a> *
<a href="../html/libgimpbase-GimpParasite.html#GimpParasite"><span class="returnvalue">GimpParasite</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgimp-gimpimage.html#gimp-image-parasite-find" title="gimp_image_parasite_find ()">gimp_image_parasite_find</a> <span class="c_punctuation">()</span>
@ -3931,7 +3931,7 @@ gimp_image_get_thumbnail_data (<em class="parameter"><code><a href="../glib/glib
<hr>
<div class="refsect2">
<a name="gimp-image-get-metadata"></a><h3>gimp_image_get_metadata ()</h3>
<pre class="programlisting"><a href="../html/libgimpbase-gimpmetadata.html#GimpMetadata"><span class="returnvalue">GimpMetadata</span></a> *
<pre class="programlisting"><a href="../html/libgimpbase-GimpMetadata.html#GimpMetadata"><span class="returnvalue">GimpMetadata</span></a> *
gimp_image_get_metadata (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>);</pre>
<p>Returns the image's metadata.</p>
<p>Returns exif/iptc/xmp metadata from the image.</p>
@ -3961,7 +3961,7 @@ gimp_image_get_metadata (<em class="parameter"><code><a href="../glib/glib-Basic
<a name="gimp-image-set-metadata"></a><h3>gimp_image_set_metadata ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_image_set_metadata (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
<em class="parameter"><code><a href="../html/libgimpbase-gimpmetadata.html#GimpMetadata"><span class="type">GimpMetadata</span></a> *metadata</code></em>);</pre>
<em class="parameter"><code><a href="../html/libgimpbase-GimpMetadata.html#GimpMetadata"><span class="type">GimpMetadata</span></a> *metadata</code></em>);</pre>
<p>Set the image's metadata.</p>
<p>Sets exif/iptc/xmp metadata on the image, or deletes it if
<em class="parameter"><code>metadata</code></em>
@ -3999,7 +3999,7 @@ gimp_image_set_metadata (<em class="parameter"><code><a href="../glib/glib-Basic
<a name="gimp-image-attach-parasite"></a><h3>gimp_image_attach_parasite ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_image_attach_parasite (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
<em class="parameter"><code>const <a href="../html/libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a> *parasite</code></em>);</pre>
<em class="parameter"><code>const <a href="../html/libgimpbase-GimpParasite.html#GimpParasite"><span class="type">GimpParasite</span></a> *parasite</code></em>);</pre>
<p>Add a parasite to an image.</p>
<p>This procedure attaches a parasite to an image. It has no return
values.</p>
@ -4071,7 +4071,7 @@ values.</p>
<hr>
<div class="refsect2">
<a name="gimp-image-get-parasite"></a><h3>gimp_image_get_parasite ()</h3>
<pre class="programlisting"><a href="../html/libgimpbase-gimpparasite.html#GimpParasite"><span class="returnvalue">GimpParasite</span></a> *
<pre class="programlisting"><a href="../html/libgimpbase-GimpParasite.html#GimpParasite"><span class="returnvalue">GimpParasite</span></a> *
gimp_image_get_parasite (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
<p>Look up a parasite in an image</p>
@ -4145,7 +4145,7 @@ value must be freed with <a href="../glib/glib-String-Utility-Functions.html#g-s
<hr>
<div class="refsect2">
<a name="gimp-image-parasite-find"></a><h3>gimp_image_parasite_find ()</h3>
<pre class="programlisting"><a href="../html/libgimpbase-gimpparasite.html#GimpParasite"><span class="returnvalue">GimpParasite</span></a> *
<pre class="programlisting"><a href="../html/libgimpbase-GimpParasite.html#GimpParasite"><span class="returnvalue">GimpParasite</span></a> *
gimp_image_parasite_find (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
<div class="warning">
@ -4227,7 +4227,7 @@ gimp_image_parasite_list (<em class="parameter"><code><a href="../glib/glib-Basi
<a name="gimp-image-parasite-attach"></a><h3>gimp_image_parasite_attach ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_image_parasite_attach (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
<em class="parameter"><code>const <a href="../html/libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a> *parasite</code></em>);</pre>
<em class="parameter"><code>const <a href="../html/libgimpbase-GimpParasite.html#GimpParasite"><span class="type">GimpParasite</span></a> *parasite</code></em>);</pre>
<div class="warning">
<p><code class="literal">gimp_image_parasite_attach</code> is deprecated and should not be used in newly-written code.</p>
<p>Use <a class="link" href="libgimp-gimpimage.html#gimp-image-attach-parasite" title="gimp_image_attach_parasite ()"><code class="function">gimp_image_attach_parasite()</code></a> instead.</p>
@ -4322,17 +4322,17 @@ to GIMP.</p>
<tbody>
<tr>
<td class="parameter_name"><p>image_ID</p></td>
<td class="parameter_description"><p>the ID of the image to attach the <a href="../html/libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a> to.</p></td>
<td class="parameter_description"><p>the ID of the image to attach the <a href="../html/libgimpbase-GimpParasite.html#GimpParasite"><span class="type">GimpParasite</span></a> to.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>name</p></td>
<td class="parameter_description"><p>the name of the <a href="../html/libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a> to create and attach.</p></td>
<td class="parameter_description"><p>the name of the <a href="../html/libgimpbase-GimpParasite.html#GimpParasite"><span class="type">GimpParasite</span></a> to create and attach.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>flags</p></td>
<td class="parameter_description"><p>the flags set on the <a href="../html/libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a>.</p></td>
<td class="parameter_description"><p>the flags set on the <a href="../html/libgimpbase-GimpParasite.html#GimpParasite"><span class="type">GimpParasite</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@ -4342,7 +4342,7 @@ to GIMP.</p>
</tr>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>a pointer to the data attached with the <a href="../html/libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a>.</p></td>
<td class="parameter_description"><p>a pointer to the data attached with the <a href="../html/libgimpbase-GimpParasite.html#GimpParasite"><span class="type">GimpParasite</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>