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

@ -51,6 +51,7 @@ enum <link linkend="GimpSizeType">GimpSizeType</link>;
enum <link linkend="GimpStackTraceMode">GimpStackTraceMode</link>;
enum <link linkend="GimpTransferMode">GimpTransferMode</link>;
enum <link linkend="GimpTransformDirection">GimpTransformDirection</link>;
enum <link linkend="GimpVectorsStrokeType">GimpVectorsStrokeType</link>;
</synopsis>
</refsynopsisdiv>
@ -466,6 +467,16 @@ Basic GIMP enumeration data types.
</programlisting>
<para>
</para></refsect2>
<refsect2>
<title><anchor id="GimpVectorsStrokeType" role="enum"/>enum GimpVectorsStrokeType</title>
<indexterm><primary>GimpVectorsStrokeType</primary></indexterm><programlisting>typedef enum
{
GIMP_VECTORS_STROKE_TYPE_BEZIER
} GimpVectorsStrokeType;
</programlisting>
<para>
</para></refsect2>
</refsect1>

View File

@ -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 (12)
<indexterm><primary>GIMP_MICRO_VERSION</primary></indexterm><programlisting>#define GIMP_MICRO_VERSION (13)
</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.12"
<indexterm><primary>GIMP_VERSION</primary></indexterm><programlisting>#define GIMP_VERSION "2.3.13"
</programlisting>
<para>