Imported Upstream version 2.3.16

This commit is contained in:
Ari Pollak
2010-08-11 01:21:23 -04:00
parent d694295a3e
commit 2e1d89b96f
944 changed files with 103935 additions and 69090 deletions

View File

@ -3,12 +3,12 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>gimpthumb-error</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
<link rel="start" href="index.html" title="GIMP Thumbnail Library Reference Manual">
<link rel="up" href="libgimpthumb.html" title="Part&#160;I.&#160;GIMP Thumbnail Library">
<link rel="prev" href="libgimpthumb-gimpthumb-enums.html" title="gimpthumb-enums">
<link rel="next" href="libgimpthumb-index.html" title="Index">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="libgimpthumb.html" title="Part&#160;I.&#160;GIMP Thumbnail Library">
<link rel="index" href="libgimpthumb-index.html" title="Index">
@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Thumbnail Library Reference Manual</th>
<td><a accesskey="n" href="libgimpthumb-index.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2587566" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2595440" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2588140" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2596718" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpthumb-gimpthumb-error"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2587566"></a><span class="refentrytitle">gimpthumb-error</span>
<a name="id2595440"></a><span class="refentrytitle">gimpthumb-error</span>
</h2>
<p>gimpthumb-error &#8212; Error codes used by libgimpthumb</p>
</td>
@ -46,23 +46,23 @@
enum <a href="libgimpthumb-gimpthumb-error.html#GimpThumbError">GimpThumbError</a>;
#define <a href="libgimpthumb-gimpthumb-error.html#GIMP-THUMB-ERROR:CAPS">GIMP_THUMB_ERROR</a>
GQuark <a href="libgimpthumb-gimpthumb-error.html#gimp-thumb-error-quark">gimp_thumb_error_quark</a> (void);
enum <a href="libgimpthumb-gimpthumb-error.html#GimpThumbError">GimpThumbError</a>;
#define <a href="libgimpthumb-gimpthumb-error.html#GIMP-THUMB-ERROR:CAPS">GIMP_THUMB_ERROR</a>
GQuark <a href="libgimpthumb-gimpthumb-error.html#gimp-thumb-error-quark">gimp_thumb_error_quark</a> (void);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2588140"></a><h2>Description</h2>
<a name="id2596718"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2580955"></a><h2>Details</h2>
<a name="id2571630"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2580966"></a><h3>
<a name="id2571640"></a><h3>
<a name="GimpThumbError"></a>enum GimpThumbError</h3>
<a class="indexterm" name="id2557556"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2571652"></a><pre class="programlisting">typedef enum
{
GIMP_THUMB_ERROR_OPEN, /* open failed */
GIMP_THUMB_ERROR_OPEN_ENOENT, /* file does not exist */
@ -97,9 +97,9 @@ libgimpthumb.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2557650"></a><h3>
<a name="id2584871"></a><h3>
<a name="GIMP-THUMB-ERROR:CAPS"></a>GIMP_THUMB_ERROR</h3>
<a class="indexterm" name="id2557662"></a><pre class="programlisting">#define GIMP_THUMB_ERROR (gimp_thumb_error_quark ())
<a class="indexterm" name="id2584883"></a><pre class="programlisting">#define GIMP_THUMB_ERROR (gimp_thumb_error_quark ())
</pre>
<p>
Identifier for the libgimpthumb error domain.
@ -107,9 +107,9 @@ Identifier for the libgimpthumb error domain.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2557679"></a><h3>
<a name="id2584900"></a><h3>
<a name="gimp-thumb-error-quark"></a>gimp_thumb_error_quark ()</h3>
<a class="indexterm" name="id2588814"></a><pre class="programlisting">GQuark gimp_thumb_error_quark (void);</pre>
<a class="indexterm" name="id2584911"></a><pre class="programlisting">GQuark gimp_thumb_error_quark (void);</pre>
<p>
This function is never called directly. Use <a href="libgimpthumb-gimpthumb-error.html#GIMP-THUMB-ERROR:CAPS"><code class="function">GIMP_THUMB_ERROR()</code></a> instead.</p>
<p>