~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: 2009-03-17 03:00:24 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20090317030024-gnp1dhd0hnt80f4h
Tags: 2.6.6-0ubuntu1
* New upstream release (LP: #344052)
* debian/patches/04_from_bugzilla_572403.patch:
  - Dropped, the fix is in the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
enum                <a class="link" href="libgimpconfig-GimpConfigError.html#GimpConfigError" title="enum GimpConfigError">GimpConfigError</a>;
46
46
#define             <a class="link" href="libgimpconfig-GimpConfigError.html#GIMP-CONFIG-ERROR:CAPS" title="GIMP_CONFIG_ERROR">GIMP_CONFIG_ERROR</a>
47
47
<a
48
 
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
 
48
href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"
49
49
>GQuark</a>              <a class="link" href="libgimpconfig-GimpConfigError.html#gimp-config-error-quark" title="gimp_config_error_quark ()">gimp_config_error_quark</a>             (void);
50
50
</pre>
51
51
</div>
85
85
<div class="refsect2" lang="en">
86
86
<a name="gimp-config-error-quark"></a><h3>gimp_config_error_quark ()</h3>
87
87
<pre class="programlisting"><a
88
 
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
 
88
href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"
89
89
>GQuark</a>              gimp_config_error_quark             (void);</pre>
90
90
<p>
91
91
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>
97
97
<tbody><tr>
98
98
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
99
99
<td> the <a
100
 
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
 
100
href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"
101
101
><span class="type">GQuark</span></a> that defines the GimpConfig error domain.
102
102
 
103
103
</td>