~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-08-22 11:50:05 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20080822115005-yxj5svf3v9x1mkr7
Tags: upstream-2.4.7
Import upstream version 2.4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
<pre class="synopsis">
44
44
enum                <a class="link" href="libgimpthumb-gimpthumb-error.html#GimpThumbError" title="enum GimpThumbError">GimpThumbError</a>;
45
45
#define             <a class="link" href="libgimpthumb-gimpthumb-error.html#GIMP-THUMB-ERROR:CAPS" title="GIMP_THUMB_ERROR">GIMP_THUMB_ERROR</a>
46
 
<a
47
 
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
48
 
>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);
 
46
GQuark              <a class="link" href="libgimpthumb-gimpthumb-error.html#gimp-thumb-error-quark" title="gimp_thumb_error_quark ()">gimp_thumb_error_quark</a>              (void);
49
47
</pre>
50
48
</div>
51
49
<div class="refsect1" lang="en">
66
64
} GimpThumbError;
67
65
</pre>
68
66
<p>
69
 
These are the possible error codes used when a <a
70
 
href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"
71
 
><span class="type">GError</span></a> is set by
 
67
These are the possible error codes used when a <span class="type">GError</span> is set by
72
68
libgimpthumb.
73
69
</p>
74
70
<div class="variablelist"><table border="0">
105
101
<hr>
106
102
<div class="refsect2" lang="en">
107
103
<a name="gimp-thumb-error-quark"></a><h3>gimp_thumb_error_quark ()</h3>
108
 
<pre class="programlisting"><a
109
 
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
110
 
>GQuark</a>              gimp_thumb_error_quark              (void);</pre>
 
104
<pre class="programlisting">GQuark              gimp_thumb_error_quark              (void);</pre>
111
105
<p>
112
106
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>
113
107
<p>
117
111
<col align="left" valign="top">
118
112
<tbody><tr>
119
113
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
120
 
<td> the <a
121
 
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
122
 
><span class="type">GQuark</span></a> that defines the GimpThumb error domain.
 
114
<td> the <span class="type">GQuark</span> that defines the GimpThumb error domain.
123
115
</td>
124
116
</tr></tbody>
125
117
</table></div>