~ubuntu-branches/ubuntu/oneiric/gimp/oneiric-security

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2010-07-12 15:08:08 UTC
  • mfrom: (1.1.23) (0.4.6 sid)
  • Revision ID: package-import@ubuntu.com-20100712150808-db9xqgtxrvpyl3g2
Tags: 2.6.10-1ubuntu1
Resync on Debian, dropping changes which are in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="libgimpthumb.html" title="Part I. GIMP Thumbnail Library">
9
9
<link rel="prev" href="libgimpthumb-gimpthumb-enums.html" title="gimpthumb-enums">
10
10
<link rel="next" href="libgimpthumb-index.html" title="Index">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="part" href="libgimpthumb.html" title="Part I. GIMP Thumbnail Library">
14
 
<link rel="index" href="libgimpthumb-index.html" title="Index">
15
 
<link rel="index" href="libgimpthumb-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
16
 
<link rel="index" href="libgimpthumb-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
17
 
<link rel="index" href="libgimpthumb-index-new-in-2-6.html" title="Index of new symbols in GIMP 2.6">
18
 
<link rel="index" href="libgimpthumb-index-deprecated.html" title="Index of deprecated symbols">
19
13
</head>
20
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
21
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
28
22
</tr>
29
23
<tr><td colspan="5" class="shortcuts">
30
24
<a href="#libgimpthumb-gimpthumb-error.synopsis" class="shortcut">Top</a>
31
 
                 | 
32
 
                <a href="#libgimpthumb-gimpthumb-error.description" class="shortcut">Description</a>
 
25
                   | 
 
26
                  <a href="#libgimpthumb-gimpthumb-error.description" class="shortcut">Description</a>
33
27
</td></tr>
34
28
</table>
35
29
<div class="refentry" title="gimpthumb-error">
43
37
</tr></table></div>
44
38
<div class="refsynopsisdiv" title="Synopsis">
45
39
<a name="libgimpthumb-gimpthumb-error.synopsis"></a><h2>Synopsis</h2>
46
 
<pre class="synopsis">
47
 
enum                <a class="link" href="libgimpthumb-gimpthumb-error.html#GimpThumbError" title="enum GimpThumbError">GimpThumbError</a>;
48
 
#define             <a class="link" href="libgimpthumb-gimpthumb-error.html#GIMP-THUMB-ERROR--CAPS" title="GIMP_THUMB_ERROR">GIMP_THUMB_ERROR</a>
49
 
<a
50
 
href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"
51
 
>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);
 
40
<pre class="synopsis">enum                <a class="link" href="libgimpthumb-gimpthumb-error.html#GimpThumbError" title="enum GimpThumbError">GimpThumbError</a>;
 
41
#define             <a class="link" href="libgimpthumb-gimpthumb-error.html#GIMP-THUMB-ERROR:CAPS" title="GIMP_THUMB_ERROR">GIMP_THUMB_ERROR</a>
 
42
<a href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              <a class="link" href="libgimpthumb-gimpthumb-error.html#gimp-thumb-error-quark" title="gimp_thumb_error_quark ()">gimp_thumb_error_quark</a>              (<em class="parameter"><code><span class="type">void</span></code></em>);
52
43
</pre>
53
44
</div>
54
45
<div class="refsect1" title="Description">
68
59
} GimpThumbError;
69
60
</pre>
70
61
<p>
71
 
These are the possible error codes used when a <a
72
 
href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"
73
 
><span class="type">GError</span></a> is set by
 
62
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
74
63
libgimpthumb.
75
64
</p>
76
65
<div class="variablelist"><table border="0">
77
66
<col align="left" valign="top">
78
67
<tbody>
79
68
<tr>
80
 
<td><p><a name="GIMP-THUMB-ERROR-OPEN--CAPS"></a><span class="term"><code class="literal">GIMP_THUMB_ERROR_OPEN</code></span></p></td>
 
69
<td><p><a name="GIMP-THUMB-ERROR-OPEN:CAPS"></a><span class="term"><code class="literal">GIMP_THUMB_ERROR_OPEN</code></span></p></td>
81
70
<td>        there was a problem opening the file
82
71
</td>
83
72
</tr>
84
73
<tr>
85
 
<td><p><a name="GIMP-THUMB-ERROR-OPEN-ENOENT--CAPS"></a><span class="term"><code class="literal">GIMP_THUMB_ERROR_OPEN_ENOENT</code></span></p></td>
 
74
<td><p><a name="GIMP-THUMB-ERROR-OPEN-ENOENT:CAPS"></a><span class="term"><code class="literal">GIMP_THUMB_ERROR_OPEN_ENOENT</code></span></p></td>
86
75
<td> the file doesn't exist
87
76
</td>
88
77
</tr>
89
78
<tr>
90
 
<td><p><a name="GIMP-THUMB-ERROR-MKDIR--CAPS"></a><span class="term"><code class="literal">GIMP_THUMB_ERROR_MKDIR</code></span></p></td>
 
79
<td><p><a name="GIMP-THUMB-ERROR-MKDIR:CAPS"></a><span class="term"><code class="literal">GIMP_THUMB_ERROR_MKDIR</code></span></p></td>
91
80
<td>       there was a problem creating a directory
92
81
</td>
93
82
</tr>
96
85
</div>
97
86
<hr>
98
87
<div class="refsect2" title="GIMP_THUMB_ERROR">
99
 
<a name="GIMP-THUMB-ERROR--CAPS"></a><h3>GIMP_THUMB_ERROR</h3>
 
88
<a name="GIMP-THUMB-ERROR:CAPS"></a><h3>GIMP_THUMB_ERROR</h3>
100
89
<pre class="programlisting">#define GIMP_THUMB_ERROR (gimp_thumb_error_quark ())
101
90
</pre>
102
91
<p>
106
95
<hr>
107
96
<div class="refsect2" title="gimp_thumb_error_quark ()">
108
97
<a name="gimp-thumb-error-quark"></a><h3>gimp_thumb_error_quark ()</h3>
109
 
<pre class="programlisting"><a
110
 
href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"
111
 
>GQuark</a>              gimp_thumb_error_quark              (void);</pre>
112
 
<p>
113
 
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>
114
 
<p>
 
98
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              gimp_thumb_error_quark              (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
99
<p>
 
100
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.
115
101
</p>
116
102
<div class="variablelist"><table border="0">
117
103
<col align="left" valign="top">
118
104
<tbody><tr>
119
105
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
120
 
<td> the <a
121
 
href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"
122
 
><span class="type">GQuark</span></a> that defines the GimpThumb error domain.
 
106
<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.
123
107
</td>
124
108
</tr></tbody>
125
109
</table></div>
128
112
</div>
129
113
<div class="footer">
130
114
<hr>
131
 
          Generated by GTK-Doc V1.11</div>
 
115
          Generated by GTK-Doc V1.15</div>
132
116
</body>
133
 
</html>
 
117
</html>
 
 
b'\\ No newline at end of file'