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

« back to all changes in this revision

Viewing changes to devel-docs/libgimpconfig/html/libgimpconfig-GimpConfigError.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 
5
<title>gimpconfig-error</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 
7
<link rel="start" href="index.html" title="GIMP Config Library Reference Manual">
 
8
<link rel="up" href="libgimpconfig.html" title="Part&#160;I.&#160;GIMP Config Library">
 
9
<link rel="prev" href="libgimpconfig-gimpconfig-serialize.html" title="gimpconfig-serialize">
 
10
<link rel="next" href="libgimpconfig-gimpconfig-params.html" title="gimpconfig-params">
 
11
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
<link rel="part" href="libgimpconfig.html" title="Part&#160;I.&#160;GIMP Config Library">
 
14
<link rel="chapter" href="libgimpconfig-hierarchy.html" title="Object Hierarchy">
 
15
<link rel="index" href="libgimpconfig-index.html" title="Index">
 
16
<link rel="index" href="libgimpconfig-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
 
17
<link rel="index" href="libgimpconfig-index-deprecated.html" title="Index of deprecated symbols">
 
18
</head>
 
19
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
20
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
21
<tr valign="middle">
 
22
<td><a accesskey="p" href="libgimpconfig-gimpconfig-serialize.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
23
<td><a accesskey="u" href="libgimpconfig.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
24
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
25
<th width="100%" align="center">GIMP Config Library Reference Manual</th>
 
26
<td><a accesskey="n" href="libgimpconfig-gimpconfig-params.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
27
</tr>
 
28
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2568347" class="shortcut">Top</a>
 
29
                  &#160;|&#160;
 
30
                  <a href="#id2592392" class="shortcut">Description</a></nobr></td></tr>
 
31
</table>
 
32
<div class="refentry" lang="en">
 
33
<a name="libgimpconfig-GimpConfigError"></a><div class="titlepage"></div>
 
34
<div class="refnamediv"><table width="100%"><tr>
 
35
<td valign="top">
 
36
<h2>
 
37
<a name="id2568347"></a><span class="refentrytitle">gimpconfig-error</span>
 
38
</h2>
 
39
<p>gimpconfig-error</p>
 
40
</td>
 
41
<td valign="top" align="right"></td>
 
42
</tr></table></div>
 
43
<div class="refsynopsisdiv">
 
44
<h2>Synopsis</h2>
 
45
<pre class="synopsis">
 
46
 
 
47
 
 
48
 
 
49
enum                <a href="libgimpconfig-GimpConfigError.html#GimpConfigError">GimpConfigError</a>;
 
50
#define             <a href="libgimpconfig-GimpConfigError.html#GIMP-CONFIG-ERROR:CAPS">GIMP_CONFIG_ERROR</a>
 
51
GQuark              <a href="libgimpconfig-GimpConfigError.html#gimp-config-error-quark">gimp_config_error_quark</a>             (void);
 
52
</pre>
 
53
</div>
 
54
<div class="refsect1" lang="en">
 
55
<a name="id2592392"></a><h2>Description</h2>
 
56
<p>
 
57
 
 
58
</p>
 
59
</div>
 
60
<div class="refsect1" lang="en">
 
61
<a name="id2566561"></a><h2>Details</h2>
 
62
<div class="refsect2" lang="en">
 
63
<a name="id2566572"></a><h3>
 
64
<a name="GimpConfigError"></a>enum GimpConfigError</h3>
 
65
<a class="indexterm" name="id2566587"></a><pre class="programlisting">typedef enum
 
66
{
 
67
  GIMP_CONFIG_ERROR_OPEN,         /*  open failed                            */
 
68
  GIMP_CONFIG_ERROR_OPEN_ENOENT,  /*  file does not exist                    */
 
69
  GIMP_CONFIG_ERROR_WRITE,        /*  write failed                           */
 
70
  GIMP_CONFIG_ERROR_PARSE,        /*  parser error                           */
 
71
  GIMP_CONFIG_ERROR_VERSION       /*  parser failed due to version mismatch  */
 
72
} GimpConfigError;
 
73
</pre>
 
74
<p>
 
75
 
 
76
</p>
 
77
</div>
 
78
<hr>
 
79
<div class="refsect2" lang="en">
 
80
<a name="id2566610"></a><h3>
 
81
<a name="GIMP-CONFIG-ERROR:CAPS"></a>GIMP_CONFIG_ERROR</h3>
 
82
<a class="indexterm" name="id2566621"></a><pre class="programlisting">#define GIMP_CONFIG_ERROR (gimp_config_error_quark ())
 
83
</pre>
 
84
<p>
 
85
 
 
86
</p>
 
87
</div>
 
88
<hr>
 
89
<div class="refsect2" lang="en">
 
90
<a name="id2566638"></a><h3>
 
91
<a name="gimp-config-error-quark"></a>gimp_config_error_quark ()</h3>
 
92
<a class="indexterm" name="id2566651"></a><pre class="programlisting">GQuark              gimp_config_error_quark             (void);</pre>
 
93
<p>
 
94
This function is never called directly. Use <a href="libgimpconfig-GimpConfigError.html#GIMP-CONFIG-ERROR:CAPS"><code class="function">GIMP_CONFIG_ERROR()</code></a> instead.</p>
 
95
<p>
 
96
 
 
97
</p>
 
98
<div class="variablelist"><table border="0">
 
99
<col align="left" valign="top">
 
100
<tbody><tr>
 
101
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
102
<td> the <span class="type">GQuark</span> that defines the GimpConfig error domain.
 
103
 
 
104
</td>
 
105
</tr></tbody>
 
106
</table></div>
 
107
<p class="since">Since  GIMP 2.4
 
108
</p>
 
109
</div>
 
110
</div>
 
111
</div>
 
112
</body>
 
113
</html>