Imported Upstream version 2.4.1

This commit is contained in:
Ari Pollak
2010-08-11 01:23:35 -04:00
parent 258b1471f0
commit 69250d2dd6
266 changed files with 77744 additions and 54804 deletions

View File

@ -53,43 +53,43 @@
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> <a class="link" href="libgimp-gimpfloatingsel.html#gimp-floating-sel-remove">gimp_floating_sel_remove</a> (<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
href="../glib/glib-Basic-Types.html#gint32"
>gint32</a> floating_sel_ID);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> <a class="link" href="libgimp-gimpfloatingsel.html#gimp-floating-sel-anchor">gimp_floating_sel_anchor</a> (<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
href="../glib/glib-Basic-Types.html#gint32"
>gint32</a> floating_sel_ID);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> <a class="link" href="libgimp-gimpfloatingsel.html#gimp-floating-sel-to-layer">gimp_floating_sel_to_layer</a> (<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
href="../glib/glib-Basic-Types.html#gint32"
>gint32</a> floating_sel_ID);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> <a class="link" href="libgimp-gimpfloatingsel.html#gimp-floating-sel-attach">gimp_floating_sel_attach</a> (<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
href="../glib/glib-Basic-Types.html#gint32"
>gint32</a> layer_ID,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
href="../glib/glib-Basic-Types.html#gint32"
>gint32</a> drawable_ID);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> <a class="link" href="libgimp-gimpfloatingsel.html#gimp-floating-sel-rigor">gimp_floating_sel_rigor</a> (<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
href="../glib/glib-Basic-Types.html#gint32"
>gint32</a> floating_sel_ID,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> undo);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> <a class="link" href="libgimp-gimpfloatingsel.html#gimp-floating-sel-relax">gimp_floating_sel_relax</a> (<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
href="../glib/glib-Basic-Types.html#gint32"
>gint32</a> floating_sel_ID,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> undo);
</pre>
</div>
@ -106,9 +106,9 @@ Functions for removing or attaching floating selections.
<a name="id2594028"></a><h3>
<a name="gimp-floating-sel-remove"></a>gimp_floating_sel_remove ()</h3>
<a class="indexterm" name="id2594039"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_floating_sel_remove (<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
href="../glib/glib-Basic-Types.html#gint32"
>gint32</a> floating_sel_ID);</pre>
<p>
Remove the specified floating selection from its associated
@ -141,9 +141,9 @@ any side effects. The associated drawable is then set to active.</p>
<a name="id2640078"></a><h3>
<a name="gimp-floating-sel-anchor"></a>gimp_floating_sel_anchor ()</h3>
<a class="indexterm" name="id2640088"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_floating_sel_anchor (<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
href="../glib/glib-Basic-Types.html#gint32"
>gint32</a> floating_sel_ID);</pre>
<p>
Anchor the specified floating selection to its associated drawable.
@ -177,9 +177,9 @@ after this operation.</p>
<a name="id2640157"></a><h3>
<a name="gimp-floating-sel-to-layer"></a>gimp_floating_sel_to_layer ()</h3>
<a class="indexterm" name="id2640168"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_floating_sel_to_layer (<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
href="../glib/glib-Basic-Types.html#gint32"
>gint32</a> floating_sel_ID);</pre>
<p>
Transforms the specified floating selection into a layer.
@ -217,12 +217,12 @@ selection is above an auxillary channel or a layer mask.</p>
<a name="id2649569"></a><h3>
<a name="gimp-floating-sel-attach"></a>gimp_floating_sel_attach ()</h3>
<a class="indexterm" name="id2649580"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_floating_sel_attach (<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
href="../glib/glib-Basic-Types.html#gint32"
>gint32</a> layer_ID,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
href="../glib/glib-Basic-Types.html#gint32"
>gint32</a> drawable_ID);</pre>
<p>
Attach the specified layer as floating to the specified drawable.
@ -259,12 +259,12 @@ drawable.</p>
<a name="id2637106"></a><h3>
<a name="gimp-floating-sel-rigor"></a>gimp_floating_sel_rigor ()</h3>
<a class="indexterm" name="id2637116"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_floating_sel_rigor (<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
href="../glib/glib-Basic-Types.html#gint32"
>gint32</a> floating_sel_ID,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> undo);</pre>
<p>
Rigor the floating selection.
@ -300,12 +300,12 @@ This procedure rigors the floating selection.</p>
<a name="id2637201"></a><h3>
<a name="gimp-floating-sel-relax"></a>gimp_floating_sel_relax ()</h3>
<a class="indexterm" name="id2637213"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_floating_sel_relax (<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
href="../glib/glib-Basic-Types.html#gint32"
>gint32</a> floating_sel_ID,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> undo);</pre>
<p>
Relax the floating selection.