Imported Upstream version 2.6.8

This commit is contained in:
Ari Pollak
2010-08-11 01:27:39 -04:00
parent 6a2ceb16e3
commit d302c2222c
202 changed files with 42745 additions and 33450 deletions

View File

@ -227,11 +227,7 @@ Returns the integer ID of the new <a class="link" href="libgimpbase-gimpunit.htm
</p>
<p>
Note that a new unit is always created with it's deletion flag
set to <a
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
><code class="literal">TRUE</code></a>. You will have to set it to <a
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE--CAPS"
><code class="literal">FALSE</code></a> with
set to <code class="literal">TRUE</code>. You will have to set it to <code class="literal">FALSE</code> with
<a class="link" href="libgimpbase-gimpunit.html#gimp-unit-set-deletion-flag" title="gimp_unit_set_deletion_flag ()"><code class="function">gimp_unit_set_deletion_flag()</code></a> to make the unit definition persistent.</p>
<p>
</p>
@ -316,9 +312,7 @@ href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolea
>gboolean</a> deletion_flag);</pre>
<p>
Sets a <a class="link" href="libgimpbase-gimpunit.html#GimpUnit" title="enum GimpUnit"><span class="type">GimpUnit</span></a>'s <em class="parameter"><code>deletion_flag</code></em>. If the <em class="parameter"><code>deletion_flag</code></em> of a unit is
<a
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
><code class="literal">TRUE</code></a> when GIMP exits, this unit will not be saved in the users's
<code class="literal">TRUE</code> when GIMP exits, this unit will not be saved in the users's
"unitrc" file.
</p>
<p>
@ -557,9 +551,7 @@ NOTE: This string must not be changed or freed.</p>
<p>
<a class="link" href="libgimpbase-gimpunit.html#GIMP-TYPE-UNIT--CAPS" title="GIMP_TYPE_UNIT"><span class="type">GIMP_TYPE_UNIT</span></a> is a <a
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"
><span class="type">GType</span></a> derived from <a
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-TYPE-INT--CAPS"
><span class="type">G_TYPE_INT</span></a>.
><span class="type">GType</span></a> derived from <span class="type">G_TYPE_INT</span>.
</p>
</div>
<hr>