Imported Upstream version 2.6.1

This commit is contained in:
Ari Pollak
2010-08-11 01:25:55 -04:00
parent 94f5319c14
commit 0e546c590e
355 changed files with 112231 additions and 89475 deletions

View File

@ -44,7 +44,9 @@
<pre class="synopsis">
enum <a class="link" href="libgimpthumb-gimpthumb-error.html#GimpThumbError" title="enum GimpThumbError">GimpThumbError</a>;
#define <a class="link" href="libgimpthumb-gimpthumb-error.html#GIMP-THUMB-ERROR:CAPS" title="GIMP_THUMB_ERROR">GIMP_THUMB_ERROR</a>
GQuark <a class="link" href="libgimpthumb-gimpthumb-error.html#gimp-thumb-error-quark" title="gimp_thumb_error_quark ()">gimp_thumb_error_quark</a> (void);
<a
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
>GQuark</a> <a class="link" href="libgimpthumb-gimpthumb-error.html#gimp-thumb-error-quark" title="gimp_thumb_error_quark ()">gimp_thumb_error_quark</a> (void);
</pre>
</div>
<div class="refsect1" lang="en">
@ -65,7 +67,9 @@ GQuark <a class="link" href="libgimpthumb-gimpthumb-error.html#gimp
} GimpThumbError;
</pre>
<p>
These are the possible error codes used when a <span class="type">GError</span> is set by
These are the possible error codes used when a <a
href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"
><span class="type">GError</span></a> is set by
libgimpthumb.
</p>
<div class="variablelist"><table border="0">
@ -102,7 +106,9 @@ Identifier for the libgimpthumb error domain.
<hr>
<div class="refsect2" lang="en">
<a name="gimp-thumb-error-quark"></a><h3>gimp_thumb_error_quark ()</h3>
<pre class="programlisting">GQuark gimp_thumb_error_quark (void);</pre>
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
>GQuark</a> gimp_thumb_error_quark (void);</pre>
<p>
This function is never called directly. Use <a class="link" href="libgimpthumb-gimpthumb-error.html#GIMP-THUMB-ERROR:CAPS" title="GIMP_THUMB_ERROR"><code class="function">GIMP_THUMB_ERROR()</code></a> instead.</p>
<p>
@ -112,7 +118,9 @@ This function is never called directly. Use <a class="link" href="libgimpthumb-g
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> the <span class="type">GQuark</span> that defines the GimpThumb error domain.
<td> the <a
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
><span class="type">GQuark</span></a> that defines the GimpThumb error domain.
</td>
</tr></tbody>
</table></div>