Imported Upstream version 2.3.13

This commit is contained in:
Ari Pollak
2010-08-11 01:20:31 -04:00
parent a028e0b309
commit bbd6d9844c
1225 changed files with 162390 additions and 93699 deletions

View File

@ -18,10 +18,10 @@
<link rel="chapter" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
<link rel="part" href="libgimpui.html" title="Part&#160;III.&#160;GIMP User Interface Library">
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
<link rel="index" href="ix01.html" title="Index">
<link rel="index" href="ix02.html" title="Index of new symbols in GIMP 2.2">
<link rel="index" href="ix03.html" title="Index of new symbols in GIMP 2.4">
<link rel="index" href="ix04.html" title="Index of deprecated symbols">
<link rel="index" href="libgimp-index.html" title="Index">
<link rel="index" href="libgimp-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
<link rel="index" href="libgimp-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
<link rel="index" href="libgimp-index-deprecated.html" title="Index of deprecated symbols">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@ -32,16 +32,16 @@
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2575383" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2564003" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2502312" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2501682" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpenums"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2575383"></a><span class="refentrytitle">gimpenums</span>
<a name="id2564003"></a><span class="refentrytitle">gimpenums</span>
</h2>
<p>gimpenums &#8212; Enums and definitions.</p>
</td>
@ -77,18 +77,18 @@ const gchar** <a href="libgimp-gimpenums.html#gimp-enums-get-type-names">gimp_en
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2502312"></a><h2>Description</h2>
<a name="id2501682"></a><h2>Description</h2>
<p>
Enums and definitions.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2502328"></a><h2>Details</h2>
<a name="id2506633"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2507256"></a><h3>
<a name="id2506644"></a><h3>
<a name="gimp-enums-init"></a>gimp_enums_init ()</h3>
<a class="indexterm" name="id2507271"></a><pre class="programlisting">void gimp_enums_init (void);</pre>
<a class="indexterm" name="id2506659"></a><pre class="programlisting">void gimp_enums_init (void);</pre>
<p>
This function makes sure all the enum types are registered
with the GObject type system. This is intended for use by
@ -104,9 +104,9 @@ implicitly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2507306"></a><h3>
<a name="id2506694"></a><h3>
<a name="GimpBrushApplicationMode"></a>enum GimpBrushApplicationMode</h3>
<a class="indexterm" name="id2507317"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2506705"></a><pre class="programlisting">typedef enum
{
GIMP_BRUSH_HARD,
GIMP_BRUSH_SOFT
@ -118,9 +118,9 @@ implicitly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2507334"></a><h3>
<a name="id2506721"></a><h3>
<a name="GimpBrushGeneratedShape"></a>enum GimpBrushGeneratedShape</h3>
<a class="indexterm" name="id2507345"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2506732"></a><pre class="programlisting">typedef enum
{
GIMP_BRUSH_GENERATED_CIRCLE,
GIMP_BRUSH_GENERATED_SQUARE,
@ -133,9 +133,9 @@ implicitly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2507362"></a><h3>
<a name="id2506750"></a><h3>
<a name="GimpConvertDitherType"></a>enum GimpConvertDitherType</h3>
<a class="indexterm" name="id2507374"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2506761"></a><pre class="programlisting">typedef enum
{
GIMP_NO_DITHER,
GIMP_FS_DITHER,
@ -149,9 +149,9 @@ implicitly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2507391"></a><h3>
<a name="id2566999"></a><h3>
<a name="GimpConvertPaletteType"></a>enum GimpConvertPaletteType</h3>
<a class="indexterm" name="id2507402"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2567010"></a><pre class="programlisting">typedef enum
{
GIMP_MAKE_PALETTE,
GIMP_REUSE_PALETTE,
@ -166,9 +166,9 @@ implicitly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2567634"></a><h3>
<a name="id2567028"></a><h3>
<a name="GimpConvolutionType"></a>enum GimpConvolutionType</h3>
<a class="indexterm" name="id2567646"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2567040"></a><pre class="programlisting">typedef enum
{
GIMP_NORMAL_CONVOL,
GIMP_ABSOLUTE_CONVOL,
@ -181,9 +181,9 @@ implicitly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2567663"></a><h3>
<a name="id2567057"></a><h3>
<a name="GimpConvolveType"></a>enum GimpConvolveType</h3>
<a class="indexterm" name="id2567676"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2567069"></a><pre class="programlisting">typedef enum
{
GIMP_BLUR_CONVOLVE,
GIMP_SHARPEN_CONVOLVE
@ -195,9 +195,9 @@ implicitly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2567692"></a><h3>
<a name="id2567086"></a><h3>
<a name="GimpFillType"></a>enum GimpFillType</h3>
<a class="indexterm" name="id2567704"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2567098"></a><pre class="programlisting">typedef enum
{
GIMP_FOREGROUND_FILL,
GIMP_BACKGROUND_FILL,
@ -212,9 +212,9 @@ implicitly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2567722"></a><h3>
<a name="id2567116"></a><h3>
<a name="GimpGradientSegmentColor"></a>enum GimpGradientSegmentColor</h3>
<a class="indexterm" name="id2567734"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2567128"></a><pre class="programlisting">typedef enum
{
GIMP_GRADIENT_SEGMENT_RGB,
GIMP_GRADIENT_SEGMENT_HSV_CCW,
@ -227,9 +227,9 @@ implicitly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2567751"></a><h3>
<a name="id2567145"></a><h3>
<a name="GimpGradientSegmentType"></a>enum GimpGradientSegmentType</h3>
<a class="indexterm" name="id2567762"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2567156"></a><pre class="programlisting">typedef enum
{
GIMP_GRADIENT_SEGMENT_LINEAR,
GIMP_GRADIENT_SEGMENT_CURVED,
@ -244,9 +244,9 @@ implicitly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2567781"></a><h3>
<a name="id2567175"></a><h3>
<a name="GimpHistogramChannel"></a>enum GimpHistogramChannel</h3>
<a class="indexterm" name="id2567792"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2567186"></a><pre class="programlisting">typedef enum
{
GIMP_HISTOGRAM_VALUE,
GIMP_HISTOGRAM_RED,
@ -261,9 +261,9 @@ implicitly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2567810"></a><h3>
<a name="id2567204"></a><h3>
<a name="GimpHueRange"></a>enum GimpHueRange</h3>
<a class="indexterm" name="id2567823"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2567216"></a><pre class="programlisting">typedef enum
{
GIMP_ALL_HUES,
GIMP_RED_HUES,
@ -280,9 +280,9 @@ implicitly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2567841"></a><h3>
<a name="id2567235"></a><h3>
<a name="GimpLayerModeEffects"></a>enum GimpLayerModeEffects</h3>
<a class="indexterm" name="id2567852"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2567246"></a><pre class="programlisting">typedef enum
{
GIMP_NORMAL_MODE,
GIMP_DISSOLVE_MODE,
@ -315,9 +315,9 @@ implicitly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2567874"></a><h3>
<a name="id2502373"></a><h3>
<a name="GimpMaskApplyMode"></a>enum GimpMaskApplyMode</h3>
<a class="indexterm" name="id2503003"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2502385"></a><pre class="programlisting">typedef enum
{
GIMP_MASK_APPLY,
GIMP_MASK_DISCARD
@ -329,9 +329,9 @@ implicitly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2503019"></a><h3>
<a name="id2502401"></a><h3>
<a name="GimpMergeType"></a>enum GimpMergeType</h3>
<a class="indexterm" name="id2503031"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2502414"></a><pre class="programlisting">typedef enum
{
GIMP_EXPAND_AS_NECESSARY,
GIMP_CLIP_TO_IMAGE,
@ -345,9 +345,9 @@ implicitly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2503049"></a><h3>
<a name="id2502431"></a><h3>
<a name="GimpOffsetType"></a>enum GimpOffsetType</h3>
<a class="indexterm" name="id2503062"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2502444"></a><pre class="programlisting">typedef enum
{
GIMP_OFFSET_BACKGROUND,
GIMP_OFFSET_TRANSPARENT
@ -359,9 +359,9 @@ implicitly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2503079"></a><h3>
<a name="id2502461"></a><h3>
<a name="GimpOrientationType"></a>enum GimpOrientationType</h3>
<a class="indexterm" name="id2503091"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2502473"></a><pre class="programlisting">typedef enum
{
GIMP_ORIENTATION_HORIZONTAL,
GIMP_ORIENTATION_VERTICAL,
@ -374,9 +374,9 @@ implicitly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2503108"></a><h3>
<a name="id2502491"></a><h3>
<a name="GimpRotationType"></a>enum GimpRotationType</h3>
<a class="indexterm" name="id2503121"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2502503"></a><pre class="programlisting">typedef enum
{
GIMP_ROTATE_90,
GIMP_ROTATE_180,
@ -389,9 +389,9 @@ implicitly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2503138"></a><h3>
<a name="id2502520"></a><h3>
<a name="GimpSelectCriterion"></a>enum GimpSelectCriterion</h3>
<a class="indexterm" name="id2503150"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2502532"></a><pre class="programlisting">typedef enum
{
GIMP_SELECT_CRITERION_COMPOSITE,
GIMP_SELECT_CRITERION_R,
@ -408,9 +408,9 @@ implicitly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2503169"></a><h3>
<a name="id2502551"></a><h3>
<a name="gimp-enums-get-type-names"></a>gimp_enums_get_type_names ()</h3>
<a class="indexterm" name="id2503183"></a><pre class="programlisting">const gchar** gimp_enums_get_type_names (gint *n_type_names);</pre>
<a class="indexterm" name="id2502565"></a><pre class="programlisting">const gchar** gimp_enums_get_type_names (gint *n_type_names);</pre>
<p>
This function gives access to the list of enums registered by libgimp.
The returned array is static and must not be modified.</p>
@ -421,14 +421,12 @@ The returned array is static and must not be modified.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>n_type_names</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>n_type_names</code></em>&#160;:</span></td>
<td> return location for the number of names
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> an array with type names
</td>