~ubuntu-branches/ubuntu/breezy/gimp/breezy

« back to all changes in this revision

Viewing changes to devel-docs/libgimpthumb/html/libgimpthumb-gimpthumb-error.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-10-04 19:04:46 UTC
  • Revision ID: james.westby@ubuntu.com-20051004190446-ukh32kwk56s4sjhu
Tags: upstream-2.2.8
Import upstream version 2.2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>gimpthumb-error</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GIMP Thumbnail Library Reference Manual"><link rel="up" href="libgimpthumb.html" title="Part�I.�GIMP Thumbnail Library"><link rel="prev" href="libgimpthumb-gimpthumb-enums.html" title="gimpthumb-enums"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="libgimpthumb.html" title="Part�I.�GIMP Thumbnail Library"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="libgimpthumb-gimpthumb-enums.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="libgimpthumb.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">GIMP Thumbnail Library Reference Manual</th></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><span class="refentrytitle">gimpthumb-error</span></h2><p>gimpthumb-error &#8212; Error codes used by libgimpthumb</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
 
2
 
 
3
 
 
4
 
 
5
enum        <a href="libgimpthumb-gimpthumb-error.html#GimpThumbError">GimpThumbError</a>;
 
6
#define     <a href="libgimpthumb-gimpthumb-error.html#GIMP-THUMB-ERROR:CAPS">GIMP_THUMB_ERROR</a>
 
7
GQuark      <a href="libgimpthumb-gimpthumb-error.html#gimp-thumb-error-quark">gimp_thumb_error_quark</a>          (void);
 
8
</pre></div><div class="refsect1" lang="en"><a name="id2546804"></a><h2>Description</h2><p>
 
9
 
 
10
</p></div><div class="refsect1" lang="en"><a name="id2545120"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2557707"></a><h3><a name="GimpThumbError"></a>enum GimpThumbError</h3><a class="indexterm" name="id2577005"></a><pre class="programlisting">typedef enum
 
11
{
 
12
  GIMP_THUMB_ERROR_OPEN,         /*  open failed                            */
 
13
  GIMP_THUMB_ERROR_OPEN_ENOENT,  /*  file does not exist                    */
 
14
  GIMP_THUMB_ERROR_MKDIR         /*  mkdir failed                           */
 
15
} GimpThumbError;
 
16
</pre><p>
 
17
These are the possible error codes used when a <span class="type">GError</span> is set by
 
18
libgimpthumb.
 
19
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><tt class="literal">GIMP_THUMB_ERROR_OPEN</tt></span></td><td>        there was a problem opening the file
 
20
</td></tr><tr><td><span class="term"><tt class="literal">GIMP_THUMB_ERROR_OPEN_ENOENT</tt></span></td><td> the file doesn't exist
 
21
</td></tr><tr><td><span class="term"><tt class="literal">GIMP_THUMB_ERROR_MKDIR</tt></span></td><td>       there was a problem creating a directory
 
22
 
 
23
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2577072"></a><h3><a name="GIMP-THUMB-ERROR:CAPS"></a>GIMP_THUMB_ERROR</h3><a class="indexterm" name="id2577081"></a><pre class="programlisting">#define GIMP_THUMB_ERROR (gimp_thumb_error_quark ())
 
24
</pre><p>
 
25
Identifier for the libgimpthumb error domain.
 
26
</p></div><hr><div class="refsect2" lang="en"><a name="id2530489"></a><h3><a name="gimp-thumb-error-quark"></a>gimp_thumb_error_quark ()</h3><a class="indexterm" name="id2530497"></a><pre class="programlisting">GQuark      gimp_thumb_error_quark          (void);</pre><p>
 
27
This function is never called directly. Use <a href="libgimpthumb-gimpthumb-error.html#GIMP-THUMB-ERROR:CAPS"><tt class="function">GIMP_THUMB_ERROR()</tt></a> instead.</p><p>
 
28
 
 
29
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span>�:</span></td><td> the <span class="type">GQuark</span> that defines the GimpThumb error domain.
 
30
</td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="libgimpthumb-gimpthumb-enums.html"><b>&lt;&lt;�gimpthumb-enums</b></a></td><td align="right"></td></tr></table></body></html>