Imported Upstream version 2.3.10
This commit is contained in:
@ -216,7 +216,7 @@ Basic GIMP enumeration data types.
|
||||
<title><anchor id="GimpGradientType" role="enum"/>enum GimpGradientType</title>
|
||||
<indexterm><primary>GimpGradientType</primary></indexterm><programlisting>typedef enum
|
||||
{
|
||||
GIMP_GRADIENT_LINEAR, /*< desc="Linear" >*/
|
||||
GIMP_GRADIENT_LINEAR, /*< desc="gradient|Linear" >*/
|
||||
GIMP_GRADIENT_BILINEAR, /*< desc="Bi-linear" >*/
|
||||
GIMP_GRADIENT_RADIAL, /*< desc="Radial" >*/
|
||||
GIMP_GRADIENT_SQUARE, /*< desc="Square" >*/
|
||||
@ -289,10 +289,10 @@ Basic GIMP enumeration data types.
|
||||
<title><anchor id="GimpInterpolationType" role="enum"/>enum GimpInterpolationType</title>
|
||||
<indexterm><primary>GimpInterpolationType</primary></indexterm><programlisting>typedef enum
|
||||
{
|
||||
GIMP_INTERPOLATION_NONE, /*< desc="None (Fastest)" >*/
|
||||
GIMP_INTERPOLATION_LINEAR, /*< desc="Linear" >*/
|
||||
GIMP_INTERPOLATION_CUBIC, /*< desc="Cubic" >*/
|
||||
GIMP_INTERPOLATION_LANCZOS /*< desc="Lanczos (Best)" >*/
|
||||
GIMP_INTERPOLATION_NONE, /*< desc="None (Fastest)" >*/
|
||||
GIMP_INTERPOLATION_LINEAR, /*< desc="interpolation|Linear" >*/
|
||||
GIMP_INTERPOLATION_CUBIC, /*< desc="Cubic" >*/
|
||||
GIMP_INTERPOLATION_LANCZOS /*< desc="Lanczos (Best)" >*/
|
||||
} GimpInterpolationType;
|
||||
</programlisting>
|
||||
<para>
|
||||
|
||||
@ -67,14 +67,14 @@ capabilities.
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GIMP-MICRO-VERSION:CAPS" role="macro"/>GIMP_MICRO_VERSION</title>
|
||||
<indexterm><primary>GIMP_MICRO_VERSION</primary></indexterm><programlisting>#define GIMP_MICRO_VERSION (9)
|
||||
<indexterm><primary>GIMP_MICRO_VERSION</primary></indexterm><programlisting>#define GIMP_MICRO_VERSION (10)
|
||||
</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GIMP-VERSION:CAPS" role="macro"/>GIMP_VERSION</title>
|
||||
<indexterm><primary>GIMP_VERSION</primary></indexterm><programlisting>#define GIMP_VERSION "2.3.9"
|
||||
<indexterm><primary>GIMP_VERSION</primary></indexterm><programlisting>#define GIMP_VERSION "2.3.10"
|
||||
</programlisting>
|
||||
<para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user