New upstream version 2.10.2

This commit is contained in:
Jeremy Bicha
2018-05-20 22:48:19 -04:00
469 changed files with 78752 additions and 46811 deletions

View File

@ -372,6 +372,10 @@
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-INT64:CAPS" title="GIMP_CONFIG_PROP_INT64()">GIMP_CONFIG_PROP_INT64</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-MATRIX2:CAPS" title="GIMP_CONFIG_PROP_MATRIX2()">GIMP_CONFIG_PROP_MATRIX2</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
@ -408,6 +412,10 @@
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-UINT64:CAPS" title="GIMP_CONFIG_PROP_UINT64()">GIMP_CONFIG_PROP_UINT64</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-UNIT:CAPS" title="GIMP_CONFIG_PROP_UNIT()">GIMP_CONFIG_PROP_UNIT</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>

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 Config Library Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
for GIMP 2.10.0
for GIMP 2.10.2
</p></div>
</div>

View File

@ -72,6 +72,12 @@
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-INT64:CAPS" title="GIMP_CONFIG_PROP_INT64()">GIMP_CONFIG_PROP_INT64</a><span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-MATRIX2:CAPS" title="GIMP_CONFIG_PROP_MATRIX2()">GIMP_CONFIG_PROP_MATRIX2</a><span class="c_punctuation">()</span>
</td>
</tr>
@ -120,6 +126,12 @@
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-UINT64:CAPS" title="GIMP_CONFIG_PROP_UINT64()">GIMP_CONFIG_PROP_UINT64</a><span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-UINT:CAPS" title="GIMP_CONFIG_PROP_UINT()">GIMP_CONFIG_PROP_UINT</a><span class="c_punctuation">()</span>
</td>
</tr>
@ -293,6 +305,11 @@
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-PROP-INT64:CAPS"></a><h3>GIMP_CONFIG_PROP_INT64()</h3>
<pre class="programlisting">#define GIMP_CONFIG_PROP_INT64(class, id, name, nick, blurb, min, max, default, flags)</pre>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-PROP-MATRIX2:CAPS"></a><h3>GIMP_CONFIG_PROP_MATRIX2()</h3>
<pre class="programlisting">#define GIMP_CONFIG_PROP_MATRIX2(class, id, name, nick, blurb, default, flags)</pre>
</div>
@ -333,6 +350,11 @@
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-PROP-UINT64:CAPS"></a><h3>GIMP_CONFIG_PROP_UINT64()</h3>
<pre class="programlisting">#define GIMP_CONFIG_PROP_UINT64(class, id, name, nick, blurb, min, max, default, flags)</pre>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-PROP-UINT:CAPS"></a><h3>GIMP_CONFIG_PROP_UINT()</h3>
<pre class="programlisting">#define GIMP_CONFIG_PROP_UINT(class, id, name, nick, blurb, min, max, default, flags)</pre>
</div>

View File

@ -447,7 +447,7 @@ gimp_scanner_parse_data (<em class="parameter"><code><a href="../glib/glib-Lexic
</tr>
<tr>
<td class="parameter_name"><p>length</p></td>
<td class="parameter_description"><p>Length of tha data to parse</p></td>
<td class="parameter_description"><p>Length of the data to parse</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@ -644,7 +644,7 @@ gimp_scanner_parse_color (<em class="parameter"><code><a href="../glib/glib-Lexi
<a name="gimp-scanner-parse-matrix2"></a><h3>gimp_scanner_parse_matrix2 ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_scanner_parse_matrix2 (<em class="parameter"><code><a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="../html/libgimpmath-GimpMatrix.html#GimpMatrix2"><span class="type">GimpMatrix2</span></a> *dest</code></em>);</pre>
<em class="parameter"><code><a href="../libgimpmath/libgimpmath-GimpMatrix.html#GimpMatrix2"><span class="type">GimpMatrix2</span></a> *dest</code></em>);</pre>
<div class="refsect3">
<a name="gimp-scanner-parse-matrix2.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">

View File

@ -55,6 +55,7 @@
<keyword type="macro" name="GIMP_CONFIG_PROP_DOUBLE()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-DOUBLE:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_ENUM()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-ENUM:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_INT()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-INT:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_INT64()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-INT64:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_MATRIX2()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-MATRIX2:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_MEMSIZE()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-MEMSIZE:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_OBJECT()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-OBJECT:CAPS"/>
@ -63,6 +64,7 @@
<keyword type="macro" name="GIMP_CONFIG_PROP_RESOLUTION()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-RESOLUTION:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_RGB()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-RGB:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_STRING()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-STRING:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_UINT64()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-UINT64:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_UINT()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-UINT:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_UNIT()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-UNIT:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_BOOLEAN()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-BOOLEAN:CAPS" deprecated=""/>