New upstream version 2.10.22

This commit is contained in:
Jeremy Bicha
2020-10-06 19:17:19 -04:00
224 changed files with 37264 additions and 22507 deletions

View File

@ -15,7 +15,7 @@
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GIMP Base Library Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
for GIMP 2.10.20
for GIMP 2.10.22
</p></div>
</div>

View File

@ -995,9 +995,9 @@ Since: 2.10.10</p>
<div class="refsect1">
<a name="libgimpbase-GimpMetadata.see-also"></a><h2>See Also</h2>
<p>gimp_image_metadata_load_prepare(),
<a href="/local/head/share/gtk-doc/html/libgimp/libgimp-gimpmetadata.html#gimp-image-metadata-load-finish"><code class="function">gimp_image_metadata_load_finish()</code></a>,
<a href="/local/head/share/gtk-doc/html/libgimp/libgimp-gimpmetadata.html#gimp-image-metadata-load-prepare"><code class="function">gimp_image_metadata_load_prepare()</code></a>,
<a href="/local/head/share/gtk-doc/html/libgimp/libgimp-gimpmetadata.html#gimp-image-metadata-load-finish"><code class="function">gimp_image_metadata_load_finish()</code></a>.</p>
<a href="/local/head/share/gtk-doc/html/libgimp3/libgimp3-gimpmetadata.html#gimp-image-metadata-load-finish"><code class="function">gimp_image_metadata_load_finish()</code></a>,
<a href="/local/head/share/gtk-doc/html/libgimp3/libgimp3-gimpmetadata.html#gimp-image-metadata-load-prepare"><code class="function">gimp_image_metadata_load_prepare()</code></a>,
<a href="/local/head/share/gtk-doc/html/libgimp3/libgimp3-gimpmetadata.html#gimp-image-metadata-load-finish"><code class="function">gimp_image_metadata_load_finish()</code></a>.</p>
</div>
</div>
<div class="footer">

View File

@ -116,7 +116,7 @@ than this value.</p>
</pre>
<p>A large but arbitrary value that can be used when an upper limit
for a memory size (in bytes) is needed. It is smaller than
<code class="literal">G_MAXDOUBLE</code> since the <a href="/local/head/share/gtk-doc/html/libgimpwidgets/GimpMemsizeEntry.html#GimpMemsizeEntry-struct"><span class="type">GimpMemsizeEntry</span></a> doesn't handle larger
<code class="literal">G_MAXDOUBLE</code> since the <a href="/local/head/share/gtk-doc/html/libgimpwidgets3/GimpMemsizeEntry.html#GimpMemsizeEntry-struct"><span class="type">GimpMemsizeEntry</span></a> doesn't handle larger
values.</p>
</div>
</div>

View File

@ -1032,7 +1032,7 @@ See <code class="function">g_param_spec_internal()</code> for more information.<
</div>
<div class="refsect1">
<a name="libgimpbase-gimpunit.see-also"></a><h2>See Also</h2>
<p><a href="/local/head/share/gtk-doc/html/libgimpwidgets/GimpUnitMenu.html#GimpUnitMenu-struct"><span class="type">GimpUnitMenu</span></a>, <a href="/local/head/share/gtk-doc/html/libgimpwidgets/GimpSizeEntry.html#GimpSizeEntry-struct"><span class="type">GimpSizeEntry</span></a>.</p>
<p><a href="/local/head/share/gtk-doc/html/libgimpwidgets/GimpUnitMenu.html#GimpUnitMenu-struct"><span class="type">GimpUnitMenu</span></a>, <a href="/local/head/share/gtk-doc/html/libgimpwidgets3/GimpSizeEntry.html#GimpSizeEntry-struct"><span class="type">GimpSizeEntry</span></a>.</p>
</div>
</div>
<div class="footer">

View File

@ -124,14 +124,14 @@ capabilities.</p>
<hr>
<div class="refsect2">
<a name="GIMP-MICRO-VERSION:CAPS"></a><h3>GIMP_MICRO_VERSION</h3>
<pre class="programlisting">#define GIMP_MICRO_VERSION (20)
<pre class="programlisting">#define GIMP_MICRO_VERSION (22)
</pre>
<p>The micro GIMP version number.</p>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-VERSION:CAPS"></a><h3>GIMP_VERSION</h3>
<pre class="programlisting">#define GIMP_VERSION "2.10.20"
<pre class="programlisting">#define GIMP_VERSION "2.10.22"
</pre>
<p>The GIMP version as a string.</p>
</div>
@ -145,7 +145,7 @@ capabilities.</p>
<hr>
<div class="refsect2">
<a name="GIMPVAR:CAPS"></a><h3>GIMPVAR</h3>
<pre class="programlisting"># define GIMPVAR __declspec(dllexport)
<pre class="programlisting"># define GIMPVAR extern __declspec(dllexport)
</pre>
</div>
<hr>