Imported Upstream version 2.3.13
This commit is contained in:
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user