~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): 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="libgimpconfig-GimpConfigError.html#GimpConfigError" title="enum GimpConfigError">GimpConfigError</a>;
45
45
#define             <a class="link" href="libgimpconfig-GimpConfigError.html#GIMP-CONFIG-ERROR:CAPS" title="GIMP_CONFIG_ERROR">GIMP_CONFIG_ERROR</a>
46
 
<a
47
 
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
48
 
>GQuark</a>              <a class="link" href="libgimpconfig-GimpConfigError.html#gimp-config-error-quark" title="gimp_config_error_quark ()">gimp_config_error_quark</a>             (void);
 
46
GQuark              <a class="link" href="libgimpconfig-GimpConfigError.html#gimp-config-error-quark" title="gimp_config_error_quark ()">gimp_config_error_quark</a>             (void);
49
47
</pre>
50
48
</div>
51
49
<div class="refsect1" lang="en">
83
81
<hr>
84
82
<div class="refsect2" lang="en">
85
83
<a name="gimp-config-error-quark"></a><h3>gimp_config_error_quark ()</h3>
86
 
<pre class="programlisting"><a
87
 
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
88
 
>GQuark</a>              gimp_config_error_quark             (void);</pre>
 
84
<pre class="programlisting">GQuark              gimp_config_error_quark             (void);</pre>
89
85
<p>
90
86
This function is never called directly. Use <a class="link" href="libgimpconfig-GimpConfigError.html#GIMP-CONFIG-ERROR:CAPS" title="GIMP_CONFIG_ERROR"><code class="function">GIMP_CONFIG_ERROR()</code></a> instead.</p>
91
87
<p>
95
91
<col align="left" valign="top">
96
92
<tbody><tr>
97
93
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
98
 
<td> the <a
99
 
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
100
 
><span class="type">GQuark</span></a> that defines the GimpConfig error domain.
 
94
<td> the <span class="type">GQuark</span> that defines the GimpConfig error domain.
101
95
 
102
96
</td>
103
97
</tr></tbody>