Imported Upstream version 2.3.8

This commit is contained in:
Ari Pollak
2010-08-11 01:18:57 -04:00
parent 5bef548947
commit 836308f327
1608 changed files with 147606 additions and 134671 deletions

View File

@ -55,18 +55,18 @@ gboolean <a href="libgimp-gimpundo.html#gimp-image-undo-thaw">gimp_image_undo
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2620629"></a><h2>Description</h2>
<a name="id2616845"></a><h2>Description</h2>
<p>
Control of undo/redo.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2620640"></a><h2>Details</h2>
<a name="id2616856"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2620646"></a><h3>
<a name="id2616862"></a><h3>
<a name="gimp-image-undo-group-start"></a>gimp_image_undo_group_start ()</h3>
<a class="indexterm" name="id2620655"></a><pre class="programlisting">gboolean gimp_image_undo_group_start (gint32 image_ID);</pre>
<a class="indexterm" name="id2616871"></a><pre class="programlisting">gboolean gimp_image_undo_group_start (gint32 image_ID);</pre>
<p>
Starts a group undo.
</p>
@ -98,9 +98,9 @@ call.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2620721"></a><h3>
<a name="id2616937"></a><h3>
<a name="gimp-image-undo-group-end"></a>gimp_image_undo_group_end ()</h3>
<a class="indexterm" name="id2620730"></a><pre class="programlisting">gboolean gimp_image_undo_group_end (gint32 image_ID);</pre>
<a class="indexterm" name="id2616946"></a><pre class="programlisting">gboolean gimp_image_undo_group_end (gint32 image_ID);</pre>
<p>
Finish a group undo.
</p>
@ -130,9 +130,9 @@ This function must be called once for each
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2625692"></a><h3>
<a name="id2621107"></a><h3>
<a name="gimp-image-undo-is-enabled"></a>gimp_image_undo_is_enabled ()</h3>
<a class="indexterm" name="id2625701"></a><pre class="programlisting">gboolean gimp_image_undo_is_enabled (gint32 image_ID);</pre>
<a class="indexterm" name="id2621116"></a><pre class="programlisting">gboolean gimp_image_undo_is_enabled (gint32 image_ID);</pre>
<p>
Check if the image's undo stack is enabled.
</p>
@ -156,7 +156,7 @@ each other and want to check if their caller has already used
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> True if undo is enabled for this image.
<td> TRUE if undo is enabled for this image.
</td>
</tr>
</tbody>
@ -164,9 +164,9 @@ each other and want to check if their caller has already used
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2625767"></a><h3>
<a name="id2621182"></a><h3>
<a name="gimp-image-undo-disable"></a>gimp_image_undo_disable ()</h3>
<a class="indexterm" name="id2625776"></a><pre class="programlisting">gboolean gimp_image_undo_disable (gint32 image_ID);</pre>
<a class="indexterm" name="id2621191"></a><pre class="programlisting">gboolean gimp_image_undo_disable (gint32 image_ID);</pre>
<p>
Disable the image's undo stack.
</p>
@ -191,7 +191,7 @@ be time and memory intensive.</p>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> True if the image undo has been disabled.
<td> TRUE if the image undo has been disabled.
</td>
</tr>
</tbody>
@ -199,9 +199,9 @@ be time and memory intensive.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2625843"></a><h3>
<a name="id2623319"></a><h3>
<a name="gimp-image-undo-enable"></a>gimp_image_undo_enable ()</h3>
<a class="indexterm" name="id2625852"></a><pre class="programlisting">gboolean gimp_image_undo_enable (gint32 image_ID);</pre>
<a class="indexterm" name="id2623328"></a><pre class="programlisting">gboolean gimp_image_undo_enable (gint32 image_ID);</pre>
<p>
Enable the image's undo stack.
</p>
@ -225,7 +225,7 @@ image undo stack.</p>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> True if the image undo has been enabled.
<td> TRUE if the image undo has been enabled.
</td>
</tr>
</tbody>
@ -233,9 +233,9 @@ image undo stack.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615923"></a><h3>
<a name="id2623393"></a><h3>
<a name="gimp-image-undo-freeze"></a>gimp_image_undo_freeze ()</h3>
<a class="indexterm" name="id2615932"></a><pre class="programlisting">gboolean gimp_image_undo_freeze (gint32 image_ID);</pre>
<a class="indexterm" name="id2623402"></a><pre class="programlisting">gboolean gimp_image_undo_freeze (gint32 image_ID);</pre>
<p>
Freeze the image's undo stack.
</p>
@ -265,7 +265,7 @@ else 'undo' behaviour is undefined.</p>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> True if the image undo has been frozen.
<td> TRUE if the image undo has been frozen.
</td>
</tr>
</tbody>
@ -273,9 +273,9 @@ else 'undo' behaviour is undefined.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2616003"></a><h3>
<a name="id2623473"></a><h3>
<a name="gimp-image-undo-thaw"></a>gimp_image_undo_thaw ()</h3>
<a class="indexterm" name="id2616012"></a><pre class="programlisting">gboolean gimp_image_undo_thaw (gint32 image_ID);</pre>
<a class="indexterm" name="id2623482"></a><pre class="programlisting">gboolean gimp_image_undo_thaw (gint32 image_ID);</pre>
<p>
Thaw the image's undo stack.
</p>
@ -305,7 +305,7 @@ responsibility of the caller.</p>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> True if the image undo has been thawed.
<td> TRUE if the image undo has been thawed.
</td>
</tr>
</tbody>