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

@ -255,6 +255,14 @@
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimp-gimp.html#gimp-export-color-profile" title="gimp_export_color_profile ()">gimp_export_color_profile</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimp-gimp.html#gimp-export-exif" title="gimp_export_exif ()">gimp_export_exif</a> <span class="c_punctuation">()</span>
</td>
</tr>
@ -384,7 +392,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-gimp.html#gimp-parasite-find" title="gimp_parasite_find ()">gimp_parasite_find</a> <span class="c_punctuation">()</span>
@ -400,7 +408,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-gimp.html#gimp-get-parasite" title="gimp_get_parasite ()">gimp_get_parasite</a> <span class="c_punctuation">()</span>
@ -591,7 +599,7 @@ and the 'argc' and 'argv' that are passed to "main".</p>
<div class="refsect3">
<a name="gimp-main.returns"></a><h4>Returns</h4>
<p> an exit status as defined by the C library,
on success <code class="literal">EXIT_SUCCESS</code>.</p>
on success EXIT_SUCCESS.</p>
</div>
</div>
<hr>
@ -1224,6 +1232,19 @@ button if help_func and help_id are given.</p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-export-color-profile"></a><h3>gimp_export_color_profile ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_export_color_profile (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>Returns whether file plug-ins should default to exporting the
image's color profile.</p>
<div class="refsect3">
<a name="gimp-export-color-profile.returns"></a><h4>Returns</h4>
<p> TRUE if preferences are set to export the color profile.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10-4.html#api-index-2.10.4">2.10.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-export-exif"></a><h3>gimp_export_exif ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_export_exif (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
@ -1441,7 +1462,7 @@ same if running an endless loop is not an option.</p>
<div class="refsect2">
<a name="gimp-attach-parasite"></a><h3>gimp_attach_parasite ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_attach_parasite (<em class="parameter"><code>const <a href="../html/libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a> *parasite</code></em>);</pre>
gimp_attach_parasite (<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 global parasite.</p>
<p>This procedure attaches a global parasite. It has no return values.</p>
<div class="refsect3">
@ -1497,7 +1518,7 @@ values.</p>
<hr>
<div class="refsect2">
<a name="gimp-parasite-find"></a><h3>gimp_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_parasite_find (<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">
<p><code class="literal">gimp_parasite_find</code> is deprecated and should not be used in newly-written code.</p>
@ -1563,7 +1584,7 @@ gimp_parasite_list (<em class="parameter"><code><a href="../glib/glib-Basic-Type
<hr>
<div class="refsect2">
<a name="gimp-get-parasite"></a><h3>gimp_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_get_parasite (<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 global parasite.</p>
<p>Finds and returns the global parasite that was previously attached.</p>
@ -1621,7 +1642,7 @@ value must be freed with <a href="../glib/glib-String-Utility-Functions.html#g-s
<div class="refsect2">
<a name="gimp-parasite-attach"></a><h3>gimp_parasite_attach ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_parasite_attach (<em class="parameter"><code>const <a href="../html/libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a> *parasite</code></em>);</pre>
gimp_parasite_attach (<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_parasite_attach</code> is deprecated and should not be used in newly-written code.</p>
<p>Use <a class="link" href="libgimp-gimp.html#gimp-attach-parasite" title="gimp_attach_parasite ()"><code class="function">gimp_attach_parasite()</code></a> instead.</p>
@ -1700,12 +1721,12 @@ to GIMP.</p>
<tbody>
<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>
@ -1715,7 +1736,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>