Imported Upstream version 2.3.18
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
<div>
|
||||
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GIMP Base Library Reference Manual</p></th></tr></table></div>
|
||||
<div><p class="releaseinfo">
|
||||
for GIMP 2.3.16
|
||||
for GIMP 2.3.18
|
||||
|
||||
</p></div>
|
||||
</div>
|
||||
|
@ -29,6 +29,7 @@
|
||||
<ANCHOR id="GimpTransferMode" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpTransferMode">
|
||||
<ANCHOR id="GimpTransformDirection" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpTransformDirection">
|
||||
<ANCHOR id="GimpTransformResize" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpTransformResize">
|
||||
<ANCHOR id="GimpUserDirectory" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpUserDirectory">
|
||||
<ANCHOR id="GimpVectorsStrokeType" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpVectorsStrokeType">
|
||||
<ANCHOR id="libgimpbase-gimpbasetypes" href="libgimpbase/libgimpbase-gimpbasetypes.html">
|
||||
<ANCHOR id="GimpEnumDesc" href="libgimpbase/libgimpbase-gimpbasetypes.html#GimpEnumDesc">
|
||||
@ -79,11 +80,12 @@
|
||||
<ANCHOR id="libgimpbase-gimpenv" href="libgimpbase/libgimpbase-gimpenv.html">
|
||||
<ANCHOR id="gimp-env-init" href="libgimpbase/libgimpbase-gimpenv.html#gimp-env-init">
|
||||
<ANCHOR id="gimp-directory" href="libgimpbase/libgimpbase-gimpenv.html#gimp-directory">
|
||||
<ANCHOR id="gimp-personal-rc-file" href="libgimpbase/libgimpbase-gimpenv.html#gimp-personal-rc-file">
|
||||
<ANCHOR id="gimp-data-directory" href="libgimpbase/libgimpbase-gimpenv.html#gimp-data-directory">
|
||||
<ANCHOR id="gimp-locale-directory" href="libgimpbase/libgimpbase-gimpenv.html#gimp-locale-directory">
|
||||
<ANCHOR id="gimp-plug-in-directory" href="libgimpbase/libgimpbase-gimpenv.html#gimp-plug-in-directory">
|
||||
<ANCHOR id="gimp-sysconf-directory" href="libgimpbase/libgimpbase-gimpenv.html#gimp-sysconf-directory">
|
||||
<ANCHOR id="gimp-user-directory" href="libgimpbase/libgimpbase-gimpenv.html#gimp-user-directory">
|
||||
<ANCHOR id="gimp-personal-rc-file" href="libgimpbase/libgimpbase-gimpenv.html#gimp-personal-rc-file">
|
||||
<ANCHOR id="gimp-gtkrc" href="libgimpbase/libgimpbase-gimpenv.html#gimp-gtkrc">
|
||||
<ANCHOR id="gimp-path-parse" href="libgimpbase/libgimpbase-gimpenv.html#gimp-path-parse">
|
||||
<ANCHOR id="gimp-path-to-str" href="libgimpbase/libgimpbase-gimpenv.html#gimp-path-to-str">
|
||||
|
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpbasetypes.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="#id2583772" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2583774" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2532812" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2532819" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpbaseenums"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2583772"></a><span class="refentrytitle">gimpbaseenums</span>
|
||||
<a name="id2583774"></a><span class="refentrytitle">gimpbaseenums</span>
|
||||
</h2>
|
||||
<p>gimpbaseenums — Basic GIMP enumeration data types.</p>
|
||||
</td>
|
||||
@ -76,22 +76,23 @@ enum <a href="libgimpbase-gimpbaseenums.html#GimpStackTraceMode">
|
||||
enum <a href="libgimpbase-gimpbaseenums.html#GimpTransferMode">GimpTransferMode</a>;
|
||||
enum <a href="libgimpbase-gimpbaseenums.html#GimpTransformDirection">GimpTransformDirection</a>;
|
||||
enum <a href="libgimpbase-gimpbaseenums.html#GimpTransformResize">GimpTransformResize</a>;
|
||||
enum <a href="libgimpbase-gimpbaseenums.html#GimpUserDirectory">GimpUserDirectory</a>;
|
||||
enum <a href="libgimpbase-gimpbaseenums.html#GimpVectorsStrokeType">GimpVectorsStrokeType</a>;
|
||||
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2532812"></a><h2>Description</h2>
|
||||
<a name="id2532819"></a><h2>Description</h2>
|
||||
<p>
|
||||
Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2532827"></a><h2>Details</h2>
|
||||
<a name="id2532834"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2532838"></a><h3>
|
||||
<a name="id2532845"></a><h3>
|
||||
<a name="GimpAddMaskType"></a>enum GimpAddMaskType</h3>
|
||||
<a class="indexterm" name="id2532850"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2532858"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_ADD_WHITE_MASK, /*< desc="_White (full opacity)" >*/
|
||||
GIMP_ADD_BLACK_MASK, /*< desc="_Black (full transparency)" >*/
|
||||
@ -108,9 +109,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2568886"></a><h3>
|
||||
<a name="id2587067"></a><h3>
|
||||
<a name="GimpBlendMode"></a>enum GimpBlendMode</h3>
|
||||
<a class="indexterm" name="id2584255"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2584258"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_FG_BG_RGB_MODE, /*< desc="FG to BG (RGB)" >*/
|
||||
GIMP_FG_BG_HSV_MODE, /*< desc="FG to BG (HSV)" >*/
|
||||
@ -124,9 +125,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2532880"></a><h3>
|
||||
<a name="id2532887"></a><h3>
|
||||
<a name="GimpBucketFillMode"></a>enum GimpBucketFillMode</h3>
|
||||
<a class="indexterm" name="id2532892"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2532899"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_FG_BUCKET_FILL, /*< desc="FG color fill" >*/
|
||||
GIMP_BG_BUCKET_FILL, /*< desc="BG color fill" >*/
|
||||
@ -139,9 +140,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2532911"></a><h3>
|
||||
<a name="id2532918"></a><h3>
|
||||
<a name="GimpChannelOps"></a>enum GimpChannelOps</h3>
|
||||
<a class="indexterm" name="id2532923"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2532930"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_CHANNEL_OP_ADD, /*< desc="Add to the current selection" >*/
|
||||
GIMP_CHANNEL_OP_SUBTRACT, /*< desc="Subtract from the current selection" >*/
|
||||
@ -155,9 +156,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2532945"></a><h3>
|
||||
<a name="id2532952"></a><h3>
|
||||
<a name="GimpChannelType"></a>enum GimpChannelType</h3>
|
||||
<a class="indexterm" name="id2587733"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2581448"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_RED_CHANNEL, /*< desc="Red" >*/
|
||||
GIMP_GREEN_CHANNEL, /*< desc="Green" >*/
|
||||
@ -173,9 +174,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2574885"></a><h3>
|
||||
<a name="id2574890"></a><h3>
|
||||
<a name="GimpCheckSize"></a>enum GimpCheckSize</h3>
|
||||
<a class="indexterm" name="id2574897"></a><pre class="programlisting">typedef enum /*< pdb-skip >*/
|
||||
<a class="indexterm" name="id2574903"></a><pre class="programlisting">typedef enum /*< pdb-skip >*/
|
||||
{
|
||||
GIMP_CHECK_SIZE_SMALL_CHECKS = 0, /*< desc="Small" >*/
|
||||
GIMP_CHECK_SIZE_MEDIUM_CHECKS = 1, /*< desc="Medium" >*/
|
||||
@ -188,9 +189,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2574917"></a><h3>
|
||||
<a name="id2574922"></a><h3>
|
||||
<a name="GimpCheckType"></a>enum GimpCheckType</h3>
|
||||
<a class="indexterm" name="id2574929"></a><pre class="programlisting">typedef enum /*< pdb-skip >*/
|
||||
<a class="indexterm" name="id2574935"></a><pre class="programlisting">typedef enum /*< pdb-skip >*/
|
||||
{
|
||||
GIMP_CHECK_TYPE_LIGHT_CHECKS = 0, /*< desc="Light checks" >*/
|
||||
GIMP_CHECK_TYPE_GRAY_CHECKS = 1, /*< desc="Mid-tone checks" >*/
|
||||
@ -206,12 +207,12 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2574952"></a><h3>
|
||||
<a name="id2574958"></a><h3>
|
||||
<a name="GimpCloneType"></a>enum GimpCloneType</h3>
|
||||
<a class="indexterm" name="id2574965"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2574970"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_IMAGE_CLONE, /*< desc="Image source" >*/
|
||||
GIMP_PATTERN_CLONE /*< desc="Pattern source" >*/
|
||||
GIMP_IMAGE_CLONE, /*< desc="Image" >*/
|
||||
GIMP_PATTERN_CLONE /*< desc="Pattern" >*/
|
||||
} GimpCloneType;
|
||||
</pre>
|
||||
<p>
|
||||
@ -220,9 +221,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2574983"></a><h3>
|
||||
<a name="id2574988"></a><h3>
|
||||
<a name="GimpDesaturateMode"></a>enum GimpDesaturateMode</h3>
|
||||
<a class="indexterm" name="id2574995"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2575000"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_DESATURATE_LIGHTNESS, /*< desc="Lightness" >*/
|
||||
GIMP_DESATURATE_LUMINOSITY, /*< desc="Luminosity" >*/
|
||||
@ -235,9 +236,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2575014"></a><h3>
|
||||
<a name="id2575019"></a><h3>
|
||||
<a name="GimpDodgeBurnType"></a>enum GimpDodgeBurnType</h3>
|
||||
<a class="indexterm" name="id2575026"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2575031"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_DODGE, /*< desc="Dodge" >*/
|
||||
GIMP_BURN /*< desc="Burn" >*/
|
||||
@ -249,9 +250,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2575043"></a><h3>
|
||||
<a name="id2575048"></a><h3>
|
||||
<a name="GimpForegroundExtractMode"></a>enum GimpForegroundExtractMode</h3>
|
||||
<a class="indexterm" name="id2575054"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2575060"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_FOREGROUND_EXTRACT_SIOX
|
||||
} GimpForegroundExtractMode;
|
||||
@ -262,9 +263,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2575071"></a><h3>
|
||||
<a name="id2575076"></a><h3>
|
||||
<a name="GimpGradientType"></a>enum GimpGradientType</h3>
|
||||
<a class="indexterm" name="id2575083"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2575088"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_GRADIENT_LINEAR, /*< desc="gradient|Linear" >*/
|
||||
GIMP_GRADIENT_BILINEAR, /*< desc="Bi-linear" >*/
|
||||
@ -285,9 +286,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2575112"></a><h3>
|
||||
<a name="id2575117"></a><h3>
|
||||
<a name="GimpGridStyle"></a>enum GimpGridStyle</h3>
|
||||
<a class="indexterm" name="id2575125"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2510323"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_GRID_DOTS, /*< desc="Intersections (dots)" >*/
|
||||
GIMP_GRID_INTERSECTIONS, /*< desc="Intersections (crosshairs)" >*/
|
||||
@ -302,9 +303,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2510331"></a><h3>
|
||||
<a name="id2510345"></a><h3>
|
||||
<a name="GimpIconType"></a>enum GimpIconType</h3>
|
||||
<a class="indexterm" name="id2510344"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2510358"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_ICON_TYPE_STOCK_ID, /*< desc="Stock ID" >*/
|
||||
GIMP_ICON_TYPE_INLINE_PIXBUF, /*< desc="Inline pixbuf" >*/
|
||||
@ -317,9 +318,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2510363"></a><h3>
|
||||
<a name="id2510377"></a><h3>
|
||||
<a name="GimpImageBaseType"></a>enum GimpImageBaseType</h3>
|
||||
<a class="indexterm" name="id2510375"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2510389"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_RGB, /*< desc="RGB color" >*/
|
||||
GIMP_GRAY, /*< desc="Grayscale" >*/
|
||||
@ -332,9 +333,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2510393"></a><h3>
|
||||
<a name="id2510407"></a><h3>
|
||||
<a name="GimpImageType"></a>enum GimpImageType</h3>
|
||||
<a class="indexterm" name="id2510406"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2510420"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_RGB_IMAGE, /*< desc="RGB" >*/
|
||||
GIMP_RGBA_IMAGE, /*< desc="RGB-alpha" >*/
|
||||
@ -350,9 +351,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2510427"></a><h3>
|
||||
<a name="id2510441"></a><h3>
|
||||
<a name="GimpInterpolationType"></a>enum GimpInterpolationType</h3>
|
||||
<a class="indexterm" name="id2510438"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2510452"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_INTERPOLATION_NONE, /*< desc="interpolation|None" >*/
|
||||
GIMP_INTERPOLATION_LINEAR, /*< desc="interpolation|Linear" >*/
|
||||
@ -366,9 +367,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2510459"></a><h3>
|
||||
<a name="id2510473"></a><h3>
|
||||
<a name="GimpMessageHandlerType"></a>enum GimpMessageHandlerType</h3>
|
||||
<a class="indexterm" name="id2510470"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2510484"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_MESSAGE_BOX,
|
||||
GIMP_CONSOLE,
|
||||
@ -381,9 +382,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2510487"></a><h3>
|
||||
<a name="id2510501"></a><h3>
|
||||
<a name="GimpPaintApplicationMode"></a>enum GimpPaintApplicationMode</h3>
|
||||
<a class="indexterm" name="id2510498"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2510512"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_PAINT_CONSTANT, /*< desc="Constant" >*/
|
||||
GIMP_PAINT_INCREMENTAL /*< desc="Incremental" >*/
|
||||
@ -395,9 +396,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2510516"></a><h3>
|
||||
<a name="id2510530"></a><h3>
|
||||
<a name="GimpPDBArgType"></a>enum GimpPDBArgType</h3>
|
||||
<a class="indexterm" name="id2510528"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2510542"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_PDB_INT32,
|
||||
GIMP_PDB_INT16,
|
||||
@ -432,9 +433,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2510553"></a><h3>
|
||||
<a name="id2510567"></a><h3>
|
||||
<a name="GimpPDBProcType"></a>enum GimpPDBProcType</h3>
|
||||
<a class="indexterm" name="id2510565"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2510579"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_INTERNAL, /*< desc="Internal GIMP procedure" >*/
|
||||
GIMP_PLUGIN, /*< desc="GIMP Plug-In" >*/
|
||||
@ -448,9 +449,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2510584"></a><h3>
|
||||
<a name="id2597855"></a><h3>
|
||||
<a name="GimpPDBStatusType"></a>enum GimpPDBStatusType</h3>
|
||||
<a class="indexterm" name="id2597820"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2597866"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_PDB_EXECUTION_ERROR,
|
||||
GIMP_PDB_CALLING_ERROR,
|
||||
@ -465,9 +466,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2597836"></a><h3>
|
||||
<a name="id2597882"></a><h3>
|
||||
<a name="GimpProgressCommand"></a>enum GimpProgressCommand</h3>
|
||||
<a class="indexterm" name="id2597846"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2597892"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_PROGRESS_COMMAND_START,
|
||||
GIMP_PROGRESS_COMMAND_END,
|
||||
@ -483,9 +484,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2597864"></a><h3>
|
||||
<a name="id2597910"></a><h3>
|
||||
<a name="GimpRepeatMode"></a>enum GimpRepeatMode</h3>
|
||||
<a class="indexterm" name="id2597874"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2597920"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_REPEAT_NONE, /*< desc="None" >*/
|
||||
GIMP_REPEAT_SAWTOOTH, /*< desc="Sawtooth wave" >*/
|
||||
@ -498,9 +499,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2597892"></a><h3>
|
||||
<a name="id2597938"></a><h3>
|
||||
<a name="GimpRunMode"></a>enum GimpRunMode</h3>
|
||||
<a class="indexterm" name="id2597902"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2597948"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_RUN_INTERACTIVE, /*< desc="Run interactively" >*/
|
||||
GIMP_RUN_NONINTERACTIVE, /*< desc="Run non-interactively" >*/
|
||||
@ -513,9 +514,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2597920"></a><h3>
|
||||
<a name="id2597966"></a><h3>
|
||||
<a name="GimpSizeType"></a>enum GimpSizeType</h3>
|
||||
<a class="indexterm" name="id2597930"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2597976"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_PIXELS, /*< desc="Pixels" >*/
|
||||
GIMP_POINTS /*< desc="Points" >*/
|
||||
@ -527,9 +528,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2597946"></a><h3>
|
||||
<a name="id2597992"></a><h3>
|
||||
<a name="GimpStackTraceMode"></a>enum GimpStackTraceMode</h3>
|
||||
<a class="indexterm" name="id2597956"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2598002"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_STACK_TRACE_NEVER,
|
||||
GIMP_STACK_TRACE_QUERY,
|
||||
@ -542,9 +543,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2597972"></a><h3>
|
||||
<a name="id2598018"></a><h3>
|
||||
<a name="GimpTransferMode"></a>enum GimpTransferMode</h3>
|
||||
<a class="indexterm" name="id2597982"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2598028"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_SHADOWS, /*< desc="Shadows" >*/
|
||||
GIMP_MIDTONES, /*< desc="Midtones" >*/
|
||||
@ -557,9 +558,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2597999"></a><h3>
|
||||
<a name="id2598045"></a><h3>
|
||||
<a name="GimpTransformDirection"></a>enum GimpTransformDirection</h3>
|
||||
<a class="indexterm" name="id2598009"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2598055"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_TRANSFORM_FORWARD, /*< desc="Normal (Forward)" >*/
|
||||
GIMP_TRANSFORM_BACKWARD /*< desc="Corrective (Backward)" >*/
|
||||
@ -571,9 +572,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2598026"></a><h3>
|
||||
<a name="id2598072"></a><h3>
|
||||
<a name="GimpTransformResize"></a>enum GimpTransformResize</h3>
|
||||
<a class="indexterm" name="id2598036"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2598082"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_TRANSFORM_RESIZE_ADJUST = 0, /*< desc="Adjust" >*/
|
||||
GIMP_TRANSFORM_RESIZE_CLIP = 1, /*< desc="Clip" >*/
|
||||
@ -587,9 +588,27 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2598055"></a><h3>
|
||||
<a name="id2598101"></a><h3>
|
||||
<a name="GimpUserDirectory"></a>enum GimpUserDirectory</h3>
|
||||
<a class="indexterm" name="id2598112"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_USER_DIRECTORY_DESKTOP,
|
||||
GIMP_USER_DIRECTORY_DOCUMENTS,
|
||||
GIMP_USER_DIRECTORY_MUSIC,
|
||||
GIMP_USER_DIRECTORY_PICTURES,
|
||||
GIMP_USER_DIRECTORY_TEMPLATES,
|
||||
GIMP_USER_DIRECTORY_VIDEOS
|
||||
} GimpUserDirectory;
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2598129"></a><h3>
|
||||
<a name="GimpVectorsStrokeType"></a>enum GimpVectorsStrokeType</h3>
|
||||
<a class="indexterm" name="id2598066"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2598139"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_VECTORS_STROKE_TYPE_BEZIER
|
||||
} GimpVectorsStrokeType;
|
||||
|
@ -25,7 +25,7 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpversion.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="#id2585290" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2584804" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2597277" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
@ -34,7 +34,7 @@
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2585290"></a><span class="refentrytitle">gimpbasetypes</span>
|
||||
<a name="id2584804"></a><span class="refentrytitle">gimpbasetypes</span>
|
||||
</h2>
|
||||
<p>gimpbasetypes — Translation between gettext translation domain identifier and GType.</p>
|
||||
</td>
|
||||
@ -70,7 +70,7 @@ Translation between gettext translation domain identifier and GType.
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2571181"></a><h3>
|
||||
<a name="GimpEnumDesc"></a>GimpEnumDesc</h3>
|
||||
<a class="indexterm" name="id2571194"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2571193"></a><pre class="programlisting">typedef struct {
|
||||
gint value;
|
||||
gchar *value_desc;
|
||||
gchar *value_help;
|
||||
@ -82,9 +82,9 @@ Translation between gettext translation domain identifier and GType.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2571211"></a><h3>
|
||||
<a name="id2571210"></a><h3>
|
||||
<a name="GimpFlagsDesc"></a>GimpFlagsDesc</h3>
|
||||
<a class="indexterm" name="id2571223"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2571222"></a><pre class="programlisting">typedef struct {
|
||||
guint value;
|
||||
gchar *value_desc;
|
||||
gchar *value_help;
|
||||
@ -128,9 +128,9 @@ names.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2575158"></a><h3>
|
||||
<a name="id2587287"></a><h3>
|
||||
<a name="gimp-type-get-translation-domain"></a>gimp_type_get_translation_domain ()</h3>
|
||||
<a class="indexterm" name="id2575174"></a><pre class="programlisting">const gchar* gimp_type_get_translation_domain (GType type);</pre>
|
||||
<a class="indexterm" name="id2587302"></a><pre class="programlisting">const gchar* gimp_type_get_translation_domain (GType type);</pre>
|
||||
<p>
|
||||
Retrieves the gettext translation domain identifier that has been
|
||||
previously set using <a href="libgimpbase-gimpbasetypes.html#gimp-type-set-translation-domain"><code class="function">gimp_type_set_translation_domain()</code></a>. You should
|
||||
@ -161,9 +161,9 @@ or <code class="function">gimp_enum_value_get_name()</code> instead.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2575295"></a><h3>
|
||||
<a name="id2587424"></a><h3>
|
||||
<a name="gimp-enum-set-value-descriptions"></a>gimp_enum_set_value_descriptions ()</h3>
|
||||
<a class="indexterm" name="id2575311"></a><pre class="programlisting">void gimp_enum_set_value_descriptions (GType enum_type,
|
||||
<a class="indexterm" name="id2587439"></a><pre class="programlisting">void gimp_enum_set_value_descriptions (GType enum_type,
|
||||
const <a href="libgimpbase-gimpbasetypes.html#GimpEnumDesc">GimpEnumDesc</a> *descriptions);</pre>
|
||||
<p>
|
||||
Sets the array of human readable and translatable descriptions
|
||||
@ -191,9 +191,9 @@ and help texts for enum values.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2562226"></a><h3>
|
||||
<a name="id2577669"></a><h3>
|
||||
<a name="gimp-enum-get-value-descriptions"></a>gimp_enum_get_value_descriptions ()</h3>
|
||||
<a class="indexterm" name="id2562241"></a><pre class="programlisting">const <a href="libgimpbase-gimpbasetypes.html#GimpEnumDesc">GimpEnumDesc</a>* gimp_enum_get_value_descriptions (GType enum_type);</pre>
|
||||
<a class="indexterm" name="id2577685"></a><pre class="programlisting">const <a href="libgimpbase-gimpbasetypes.html#GimpEnumDesc">GimpEnumDesc</a>* gimp_enum_get_value_descriptions (GType enum_type);</pre>
|
||||
<p>
|
||||
Retreives the array of human readable and translatable descriptions
|
||||
and help texts for enum values.</p>
|
||||
@ -221,9 +221,9 @@ and help texts for enum values.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2562335"></a><h3>
|
||||
<a name="id2577779"></a><h3>
|
||||
<a name="gimp-flags-get-value-descriptions"></a>gimp_flags_get_value_descriptions ()</h3>
|
||||
<a class="indexterm" name="id2562351"></a><pre class="programlisting">const <a href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc">GimpFlagsDesc</a>* gimp_flags_get_value_descriptions (GType flags_type);</pre>
|
||||
<a class="indexterm" name="id2577795"></a><pre class="programlisting">const <a href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc">GimpFlagsDesc</a>* gimp_flags_get_value_descriptions (GType flags_type);</pre>
|
||||
<p>
|
||||
Retreives the array of human readable and translatable descriptions
|
||||
and help texts for flags values.</p>
|
||||
@ -251,9 +251,9 @@ and help texts for flags values.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2562445"></a><h3>
|
||||
<a name="id2577889"></a><h3>
|
||||
<a name="gimp-flags-set-value-descriptions"></a>gimp_flags_set_value_descriptions ()</h3>
|
||||
<a class="indexterm" name="id2562461"></a><pre class="programlisting">void gimp_flags_set_value_descriptions (GType flags_type,
|
||||
<a class="indexterm" name="id2577906"></a><pre class="programlisting">void gimp_flags_set_value_descriptions (GType flags_type,
|
||||
const <a href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc">GimpFlagsDesc</a> *descriptions);</pre>
|
||||
<p>
|
||||
Sets the array of human readable and translatable descriptions
|
||||
|
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpcpuaccel.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="#id2581082" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2583008" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2593237" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2589089" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpchecks"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2581082"></a><span class="refentrytitle">gimpchecks</span>
|
||||
<a name="id2583008"></a><span class="refentrytitle">gimpchecks</span>
|
||||
</h2>
|
||||
<p>gimpchecks — Constants and functions related to rendering checkerboards.</p>
|
||||
</td>
|
||||
@ -56,17 +56,17 @@ void <a href="libgimpbase-gimpchecks.html#gimp-checks-get-shades"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2593237"></a><h2>Description</h2>
|
||||
<a name="id2589089"></a><h2>Description</h2>
|
||||
<p>
|
||||
Constants and functions related to rendering checkerboards.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2593253"></a><h2>Details</h2>
|
||||
<a name="id2589106"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2593264"></a><h3>
|
||||
<a name="id2589117"></a><h3>
|
||||
<a name="GIMP-CHECK-SIZE:CAPS"></a>GIMP_CHECK_SIZE</h3>
|
||||
<a class="indexterm" name="id2593276"></a><pre class="programlisting">#define GIMP_CHECK_SIZE 8
|
||||
<a class="indexterm" name="id2589128"></a><pre class="programlisting">#define GIMP_CHECK_SIZE 8
|
||||
</pre>
|
||||
<p>
|
||||
The default checkerboard size in pixels. This is configurable in the
|
||||
@ -76,9 +76,9 @@ this constant instead.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2589191"></a><h3>
|
||||
<a name="id2589146"></a><h3>
|
||||
<a name="GIMP-CHECK-SIZE-SM:CAPS"></a>GIMP_CHECK_SIZE_SM</h3>
|
||||
<a class="indexterm" name="id2589202"></a><pre class="programlisting">#define GIMP_CHECK_SIZE_SM 4
|
||||
<a class="indexterm" name="id2589158"></a><pre class="programlisting">#define GIMP_CHECK_SIZE_SM 4
|
||||
</pre>
|
||||
<p>
|
||||
The default small checkerboard size in pixels.
|
||||
@ -86,9 +86,9 @@ The default small checkerboard size in pixels.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2589218"></a><h3>
|
||||
<a name="id2568654"></a><h3>
|
||||
<a name="GIMP-CHECK-DARK:CAPS"></a>GIMP_CHECK_DARK</h3>
|
||||
<a class="indexterm" name="id2589230"></a><pre class="programlisting">#define GIMP_CHECK_DARK 0.4
|
||||
<a class="indexterm" name="id2568666"></a><pre class="programlisting">#define GIMP_CHECK_DARK 0.4
|
||||
</pre>
|
||||
<p>
|
||||
The dark gray value for the default checkerboard pattern.
|
||||
@ -96,9 +96,9 @@ The dark gray value for the default checkerboard pattern.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2589246"></a><h3>
|
||||
<a name="id2568682"></a><h3>
|
||||
<a name="GIMP-CHECK-LIGHT:CAPS"></a>GIMP_CHECK_LIGHT</h3>
|
||||
<a class="indexterm" name="id2589258"></a><pre class="programlisting">#define GIMP_CHECK_LIGHT 0.6
|
||||
<a class="indexterm" name="id2568694"></a><pre class="programlisting">#define GIMP_CHECK_LIGHT 0.6
|
||||
</pre>
|
||||
<p>
|
||||
The light gray value for the default checkerboard pattern.
|
||||
@ -106,9 +106,9 @@ The light gray value for the default checkerboard pattern.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2589274"></a><h3>
|
||||
<a name="id2568710"></a><h3>
|
||||
<a name="gimp-checks-get-shades"></a>gimp_checks_get_shades ()</h3>
|
||||
<a class="indexterm" name="id2589288"></a><pre class="programlisting">void gimp_checks_get_shades (<a href="libgimpbase-gimpbaseenums.html#GimpCheckType">GimpCheckType</a> type,
|
||||
<a class="indexterm" name="id2568724"></a><pre class="programlisting">void gimp_checks_get_shades (<a href="libgimpbase-gimpbaseenums.html#GimpCheckType">GimpCheckType</a> type,
|
||||
guchar *light,
|
||||
guchar *dark);</pre>
|
||||
<p>
|
||||
|
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpdatafiles.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="#id2599930" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2579492" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2576666" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2579062" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpcpuaccel"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2599930"></a><span class="refentrytitle">gimpcpuaccel</span>
|
||||
<a name="id2579492"></a><span class="refentrytitle">gimpcpuaccel</span>
|
||||
</h2>
|
||||
<p>gimpcpuaccel</p>
|
||||
</td>
|
||||
@ -52,17 +52,17 @@ void <a href="libgimpbase-gimpcpuaccel.html#gimp-cpu-accel-set-us
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2576666"></a><h2>Description</h2>
|
||||
<a name="id2579062"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2576682"></a><h2>Details</h2>
|
||||
<a name="id2579078"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2576693"></a><h3>
|
||||
<a name="id2579089"></a><h3>
|
||||
<a name="GimpCpuAccelFlags"></a>enum GimpCpuAccelFlags</h3>
|
||||
<a class="indexterm" name="id2576705"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2579101"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_CPU_ACCEL_NONE = 0x0,
|
||||
|
||||
@ -84,9 +84,9 @@ void <a href="libgimpbase-gimpcpuaccel.html#gimp-cpu-accel-set-us
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2569377"></a><h3>
|
||||
<a name="id2567424"></a><h3>
|
||||
<a name="gimp-cpu-accel-get-support"></a>gimp_cpu_accel_get_support ()</h3>
|
||||
<a class="indexterm" name="id2569391"></a><pre class="programlisting"><a href="libgimpbase-gimpcpuaccel.html#GimpCpuAccelFlags">GimpCpuAccelFlags</a> gimp_cpu_accel_get_support (void);</pre>
|
||||
<a class="indexterm" name="id2567437"></a><pre class="programlisting"><a href="libgimpbase-gimpcpuaccel.html#GimpCpuAccelFlags">GimpCpuAccelFlags</a> gimp_cpu_accel_get_support (void);</pre>
|
||||
<p>
|
||||
Query for CPU acceleration support.</p>
|
||||
<p>
|
||||
@ -106,9 +106,9 @@ Query for CPU acceleration support.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2569445"></a><h3>
|
||||
<a name="id2567491"></a><h3>
|
||||
<a name="gimp-cpu-accel-set-use"></a>gimp_cpu_accel_set_use ()</h3>
|
||||
<a class="indexterm" name="id2569458"></a><pre class="programlisting">void gimp_cpu_accel_set_use (gboolean use);</pre>
|
||||
<a class="indexterm" name="id2567505"></a><pre class="programlisting">void gimp_cpu_accel_set_use (gboolean use);</pre>
|
||||
<p>
|
||||
This function is for internal use only.</p>
|
||||
<p>
|
||||
|
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpenv.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="#id2576976" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2576922" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2563079" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2597791" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpdatafiles"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2576976"></a><span class="refentrytitle">gimpdatafiles</span>
|
||||
<a name="id2576922"></a><span class="refentrytitle">gimpdatafiles</span>
|
||||
</h2>
|
||||
<p>gimpdatafiles — Functions to handle GIMP data files.</p>
|
||||
</td>
|
||||
@ -58,17 +58,17 @@ void <a href="libgimpbase-gimpdatafiles.html#gimp-datafiles-read-
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2563079"></a><h2>Description</h2>
|
||||
<a name="id2597791"></a><h2>Description</h2>
|
||||
<p>
|
||||
Functions to handle GIMP data files.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2563095"></a><h2>Details</h2>
|
||||
<a name="id2597806"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2563105"></a><h3>
|
||||
<a name="id2597817"></a><h3>
|
||||
<a name="GimpDatafileData"></a>GimpDatafileData</h3>
|
||||
<a class="indexterm" name="id2563118"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2597830"></a><pre class="programlisting">typedef struct {
|
||||
const gchar *filename;
|
||||
const gchar *dirname;
|
||||
const gchar *basename;
|
||||
@ -84,9 +84,9 @@ Functions to handle GIMP data files.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2584031"></a><h3>
|
||||
<a name="id2594443"></a><h3>
|
||||
<a name="GimpDatafileLoaderFunc"></a>GimpDatafileLoaderFunc ()</h3>
|
||||
<a class="indexterm" name="id2584042"></a><pre class="programlisting">void (*GimpDatafileLoaderFunc) (const <a href="libgimpbase-gimpdatafiles.html#GimpDatafileData">GimpDatafileData</a> *file_data,
|
||||
<a class="indexterm" name="id2594454"></a><pre class="programlisting">void (*GimpDatafileLoaderFunc) (const <a href="libgimpbase-gimpdatafiles.html#GimpDatafileData">GimpDatafileData</a> *file_data,
|
||||
gpointer user_data);</pre>
|
||||
<p>
|
||||
|
||||
@ -111,9 +111,9 @@ Functions to handle GIMP data files.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2584110"></a><h3>
|
||||
<a name="id2594521"></a><h3>
|
||||
<a name="gimp-datafiles-check-extension"></a>gimp_datafiles_check_extension ()</h3>
|
||||
<a class="indexterm" name="id2584121"></a><pre class="programlisting">gboolean gimp_datafiles_check_extension (const gchar *filename,
|
||||
<a class="indexterm" name="id2594533"></a><pre class="programlisting">gboolean gimp_datafiles_check_extension (const gchar *filename,
|
||||
const gchar *extension);</pre>
|
||||
<p>
|
||||
|
||||
@ -143,9 +143,9 @@ Functions to handle GIMP data files.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2600179"></a><h3>
|
||||
<a name="id2599205"></a><h3>
|
||||
<a name="gimp-datafiles-read-directories"></a>gimp_datafiles_read_directories ()</h3>
|
||||
<a class="indexterm" name="id2600190"></a><pre class="programlisting">void gimp_datafiles_read_directories (const gchar *path_str,
|
||||
<a class="indexterm" name="id2599216"></a><pre class="programlisting">void gimp_datafiles_read_directories (const gchar *path_str,
|
||||
GFileTest flags,
|
||||
<a href="libgimpbase-gimpdatafiles.html#GimpDatafileLoaderFunc">GimpDatafileLoaderFunc</a> loader_func,
|
||||
gpointer user_data);</pre>
|
||||
|
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpmemsize.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="#id2594170" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2588990" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2599715" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2564482" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpenv"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2594170"></a><span class="refentrytitle">gimpenv</span>
|
||||
<a name="id2588990"></a><span class="refentrytitle">gimpenv</span>
|
||||
</h2>
|
||||
<p>gimpenv — Functions to access the GIMP environment.</p>
|
||||
</td>
|
||||
@ -48,11 +48,12 @@
|
||||
|
||||
void <a href="libgimpbase-gimpenv.html#gimp-env-init">gimp_env_init</a> (gboolean plug_in);
|
||||
const gchar* <a href="libgimpbase-gimpenv.html#gimp-directory">gimp_directory</a> (void);
|
||||
gchar* <a href="libgimpbase-gimpenv.html#gimp-personal-rc-file">gimp_personal_rc_file</a> (const gchar *basename);
|
||||
const gchar* <a href="libgimpbase-gimpenv.html#gimp-data-directory">gimp_data_directory</a> (void);
|
||||
const gchar* <a href="libgimpbase-gimpenv.html#gimp-locale-directory">gimp_locale_directory</a> (void);
|
||||
const gchar* <a href="libgimpbase-gimpenv.html#gimp-plug-in-directory">gimp_plug_in_directory</a> (void);
|
||||
const gchar* <a href="libgimpbase-gimpenv.html#gimp-sysconf-directory">gimp_sysconf_directory</a> (void);
|
||||
gchar* <a href="libgimpbase-gimpenv.html#gimp-user-directory">gimp_user_directory</a> (<a href="libgimpbase-gimpbaseenums.html#GimpUserDirectory">GimpUserDirectory</a> type);
|
||||
gchar* <a href="libgimpbase-gimpenv.html#gimp-personal-rc-file">gimp_personal_rc_file</a> (const gchar *basename);
|
||||
const gchar* <a href="libgimpbase-gimpenv.html#gimp-gtkrc">gimp_gtkrc</a> (void);
|
||||
GList* <a href="libgimpbase-gimpenv.html#gimp-path-parse">gimp_path_parse</a> (const gchar *path,
|
||||
gint max_paths,
|
||||
@ -64,18 +65,18 @@ gchar* <a href="libgimpbase-gimpenv.html#gimp-path-get-user-writabl
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2599715"></a><h2>Description</h2>
|
||||
<a name="id2564482"></a><h2>Description</h2>
|
||||
<p>
|
||||
A set of functions to find the locations of GIMP's data directories and
|
||||
configuration files.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2599732"></a><h2>Details</h2>
|
||||
<a name="id2564500"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2599743"></a><h3>
|
||||
<a name="id2564510"></a><h3>
|
||||
<a name="gimp-env-init"></a>gimp_env_init ()</h3>
|
||||
<a class="indexterm" name="id2599757"></a><pre class="programlisting">void gimp_env_init (gboolean plug_in);</pre>
|
||||
<a class="indexterm" name="id2564525"></a><pre class="programlisting">void gimp_env_init (gboolean plug_in);</pre>
|
||||
<p>
|
||||
You don't need to care about this function. It is being called for
|
||||
you automatically (by means of the <a
|
||||
@ -98,9 +99,9 @@ runs). Calling it again will cause a fatal error.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2599835"></a><h3>
|
||||
<a name="id2576542"></a><h3>
|
||||
<a name="gimp-directory"></a>gimp_directory ()</h3>
|
||||
<a class="indexterm" name="id2576302"></a><pre class="programlisting">const gchar* gimp_directory (void);</pre>
|
||||
<a class="indexterm" name="id2576554"></a><pre class="programlisting">const gchar* gimp_directory (void);</pre>
|
||||
<p>
|
||||
Returns the user-specific GIMP settings directory. If the
|
||||
environment variable GIMP2_DIRECTORY exists, it is used. If it is
|
||||
@ -135,9 +136,156 @@ the system, which isn't necessarily UTF-8 (never is on Windows).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2576384"></a><h3>
|
||||
<a name="id2576636"></a><h3>
|
||||
<a name="gimp-data-directory"></a>gimp_data_directory ()</h3>
|
||||
<a class="indexterm" name="id2576648"></a><pre class="programlisting">const gchar* gimp_data_directory (void);</pre>
|
||||
<p>
|
||||
Returns the top directory for GIMP data. If the environment
|
||||
variable GIMP2_DATADIR exists, that is used. It should be an
|
||||
absolute pathname. Otherwise, on Unix the compile-time defined
|
||||
directory is used. On Win32, the installation directory as deduced
|
||||
from the executable's name is used.
|
||||
</p>
|
||||
<p>
|
||||
The returned string is owned by GIMP and must not be modified or
|
||||
freed. The returned string is in the encoding used for filenames by
|
||||
the system, which isn't necessarily UTF-8 (never is on Windows).</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> The top directory for GIMP data.
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2576701"></a><h3>
|
||||
<a name="gimp-locale-directory"></a>gimp_locale_directory ()</h3>
|
||||
<a class="indexterm" name="id2576712"></a><pre class="programlisting">const gchar* gimp_locale_directory (void);</pre>
|
||||
<p>
|
||||
Returns the top directory for GIMP locale files. If the environment
|
||||
variable GIMP2_LOCALEDIR exists, that is used. It should be an
|
||||
absolute pathname. Otherwise, on Unix the compile-time defined
|
||||
directory is used. On Win32, the installation directory as deduced
|
||||
from the executable's name is used.
|
||||
</p>
|
||||
<p>
|
||||
The returned string is owned by GIMP and must not be modified or
|
||||
freed. The returned string is in the encoding used for filenames by
|
||||
the system, which isn't necessarily UTF-8 (never is on Windows).</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> The top directory for GIMP locale files.
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2576765"></a><h3>
|
||||
<a name="gimp-plug-in-directory"></a>gimp_plug_in_directory ()</h3>
|
||||
<a class="indexterm" name="id2576776"></a><pre class="programlisting">const gchar* gimp_plug_in_directory (void);</pre>
|
||||
<p>
|
||||
Returns the top directory for GIMP plug_ins and modules. If the
|
||||
environment variable GIMP2_PLUGINDIR exists, that is used. It
|
||||
should be an absolute pathname. Otherwise, on Unix the compile-time
|
||||
defined directory is used. On Win32, the installation directory as
|
||||
deduced from the executable's name is used.
|
||||
</p>
|
||||
<p>
|
||||
The returned string is owned by GIMP and must not be modified or
|
||||
freed. The returned string is in the encoding used for filenames by
|
||||
the system, which isn't necessarily UTF-8 (never is on Windows).</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> The top directory for GIMP plug_ins and modules.
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2565335"></a><h3>
|
||||
<a name="gimp-sysconf-directory"></a>gimp_sysconf_directory ()</h3>
|
||||
<a class="indexterm" name="id2565346"></a><pre class="programlisting">const gchar* gimp_sysconf_directory (void);</pre>
|
||||
<p>
|
||||
Returns the top directory for GIMP config files. If the environment
|
||||
variable GIMP2_SYSCONFDIR exists, that is used. It should be an
|
||||
absolute pathname. Otherwise, on Unix the compile-time defined
|
||||
directory is used. On Win32, the installation directory as deduced
|
||||
from the executable's name is used.
|
||||
</p>
|
||||
<p>
|
||||
The returned string is owned by GIMP and must not be modified or
|
||||
freed. The returned string is in the encoding used for filenames by
|
||||
the system, which isn't necessarily UTF-8 (never is on Windows).</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> The top directory for GIMP config files.
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2565400"></a><h3>
|
||||
<a name="gimp-user-directory"></a>gimp_user_directory ()</h3>
|
||||
<a class="indexterm" name="id2565414"></a><pre class="programlisting">gchar* gimp_user_directory (<a href="libgimpbase-gimpbaseenums.html#GimpUserDirectory">GimpUserDirectory</a> type);</pre>
|
||||
<p>
|
||||
Identifies special folders used frequently by applications, but
|
||||
which may not have the same name or location on any given system.
|
||||
</p>
|
||||
<p>
|
||||
Plug-ins may want to use this function to add shortcuts to such
|
||||
folders to a file-chooser.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>type</code></em> :</span></td>
|
||||
<td> the type of user directory to retrieve
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> a newly allocated directory name in filesystem encoding,
|
||||
or <code class="literal">NULL</code>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
<p class="since">Since GIMP 2.4
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2565500"></a><h3>
|
||||
<a name="gimp-personal-rc-file"></a>gimp_personal_rc_file ()</h3>
|
||||
<a class="indexterm" name="id2576395"></a><pre class="programlisting">gchar* gimp_personal_rc_file (const gchar *basename);</pre>
|
||||
<a class="indexterm" name="id2565511"></a><pre class="programlisting">gchar* gimp_personal_rc_file (const gchar *basename);</pre>
|
||||
<p>
|
||||
Returns the name of a file in the user-specific GIMP settings directory.
|
||||
</p>
|
||||
@ -167,123 +315,11 @@ is on Windows).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2576473"></a><h3>
|
||||
<a name="gimp-data-directory"></a>gimp_data_directory ()</h3>
|
||||
<a class="indexterm" name="id2576485"></a><pre class="programlisting">const gchar* gimp_data_directory (void);</pre>
|
||||
<p>
|
||||
Returns the top directory for GIMP data. If the environment
|
||||
variable GIMP2_DATADIR exists, that is used. It should be an
|
||||
absolute pathname. Otherwise, on Unix the compile-time defined
|
||||
directory is used. On Win32, the installation directory as deduced
|
||||
from the executable's name is used.
|
||||
</p>
|
||||
<p>
|
||||
The returned string is owned by GIMP and must not be modified or
|
||||
freed. The returned string is in the encoding used for filenames by
|
||||
the system, which isn't necessarily UTF-8 (never is on Windows).</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> The top directory for GIMP data.
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2576538"></a><h3>
|
||||
<a name="gimp-locale-directory"></a>gimp_locale_directory ()</h3>
|
||||
<a class="indexterm" name="id2576549"></a><pre class="programlisting">const gchar* gimp_locale_directory (void);</pre>
|
||||
<p>
|
||||
Returns the top directory for GIMP locale files. If the environment
|
||||
variable GIMP2_LOCALEDIR exists, that is used. It should be an
|
||||
absolute pathname. Otherwise, on Unix the compile-time defined
|
||||
directory is used. On Win32, the installation directory as deduced
|
||||
from the executable's name is used.
|
||||
</p>
|
||||
<p>
|
||||
The returned string is owned by GIMP and must not be modified or
|
||||
freed. The returned string is in the encoding used for filenames by
|
||||
the system, which isn't necessarily UTF-8 (never is on Windows).</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> The top directory for GIMP locale files.
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2599084"></a><h3>
|
||||
<a name="gimp-plug-in-directory"></a>gimp_plug_in_directory ()</h3>
|
||||
<a class="indexterm" name="id2599096"></a><pre class="programlisting">const gchar* gimp_plug_in_directory (void);</pre>
|
||||
<p>
|
||||
Returns the top directory for GIMP plug_ins and modules. If the
|
||||
environment variable GIMP2_PLUGINDIR exists, that is used. It
|
||||
should be an absolute pathname. Otherwise, on Unix the compile-time
|
||||
defined directory is used. On Win32, the installation directory as
|
||||
deduced from the executable's name is used.
|
||||
</p>
|
||||
<p>
|
||||
The returned string is owned by GIMP and must not be modified or
|
||||
freed. The returned string is in the encoding used for filenames by
|
||||
the system, which isn't necessarily UTF-8 (never is on Windows).</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> The top directory for GIMP plug_ins and modules.
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2599149"></a><h3>
|
||||
<a name="gimp-sysconf-directory"></a>gimp_sysconf_directory ()</h3>
|
||||
<a class="indexterm" name="id2599161"></a><pre class="programlisting">const gchar* gimp_sysconf_directory (void);</pre>
|
||||
<p>
|
||||
Returns the top directory for GIMP config files. If the environment
|
||||
variable GIMP2_SYSCONFDIR exists, that is used. It should be an
|
||||
absolute pathname. Otherwise, on Unix the compile-time defined
|
||||
directory is used. On Win32, the installation directory as deduced
|
||||
from the executable's name is used.
|
||||
</p>
|
||||
<p>
|
||||
The returned string is owned by GIMP and must not be modified or
|
||||
freed. The returned string is in the encoding used for filenames by
|
||||
the system, which isn't necessarily UTF-8 (never is on Windows).</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> The top directory for GIMP config files.
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2599213"></a><h3>
|
||||
<a name="id2602652"></a><h3>
|
||||
<a name="gimp-gtkrc"></a>gimp_gtkrc ()</h3>
|
||||
<a class="indexterm" name="id2599226"></a><pre class="programlisting">const gchar* gimp_gtkrc (void);</pre>
|
||||
<a class="indexterm" name="id2602662"></a><pre class="programlisting">const gchar* gimp_gtkrc (void);</pre>
|
||||
<p>
|
||||
Returns the name of the GIMP's application-specific gtkrc file.
|
||||
Returns the name of GIMP's application-specific gtkrc file.
|
||||
</p>
|
||||
<p>
|
||||
The returned string is owned by GIMP and must not be modified or
|
||||
@ -296,16 +332,16 @@ the system, which isn't necessarily UTF-8 (never is on Windows).</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> The name of the GIMP's application-specific gtkrc file.
|
||||
<td> The name of GIMP's application-specific gtkrc file.
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2599276"></a><h3>
|
||||
<a name="id2602708"></a><h3>
|
||||
<a name="gimp-path-parse"></a>gimp_path_parse ()</h3>
|
||||
<a class="indexterm" name="id2599288"></a><pre class="programlisting">GList* gimp_path_parse (const gchar *path,
|
||||
<a class="indexterm" name="id2602718"></a><pre class="programlisting">GList* gimp_path_parse (const gchar *path,
|
||||
gint max_paths,
|
||||
gboolean check,
|
||||
GList **check_failed);</pre>
|
||||
@ -348,9 +384,9 @@ the system, which isn't necessarily UTF-8 (never is on Windows).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2569543"></a><h3>
|
||||
<a name="id2602878"></a><h3>
|
||||
<a name="gimp-path-to-str"></a>gimp_path_to_str ()</h3>
|
||||
<a class="indexterm" name="id2564174"></a><pre class="programlisting">gchar* gimp_path_to_str (GList *path);</pre>
|
||||
<a class="indexterm" name="id2602891"></a><pre class="programlisting">gchar* gimp_path_to_str (GList *path);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -374,9 +410,9 @@ the system, which isn't necessarily UTF-8 (never is on Windows).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602656"></a><h3>
|
||||
<a name="id2602968"></a><h3>
|
||||
<a name="gimp-path-free"></a>gimp_path_free ()</h3>
|
||||
<a class="indexterm" name="id2602666"></a><pre class="programlisting">void gimp_path_free (GList *path);</pre>
|
||||
<a class="indexterm" name="id2602981"></a><pre class="programlisting">void gimp_path_free (GList *path);</pre>
|
||||
<p>
|
||||
This function frees the memory allocated for the list and the strings
|
||||
it contains.</p>
|
||||
@ -394,9 +430,9 @@ it contains.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602720"></a><h3>
|
||||
<a name="id2603042"></a><h3>
|
||||
<a name="gimp-path-get-user-writable-dir"></a>gimp_path_get_user_writable_dir ()</h3>
|
||||
<a class="indexterm" name="id2602730"></a><pre class="programlisting">gchar* gimp_path_get_user_writable_dir (GList *path);</pre>
|
||||
<a class="indexterm" name="id2603055"></a><pre class="programlisting">gchar* gimp_path_get_user_writable_dir (GList *path);</pre>
|
||||
<p>
|
||||
Note that you have to <code class="function">g_free()</code> the returned string.</p>
|
||||
<p>
|
||||
|
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpparam.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="#id2587669" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2587255" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2579800" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2589273" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimplimits"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2587669"></a><span class="refentrytitle">gimplimits</span>
|
||||
<a name="id2587255"></a><span class="refentrytitle">gimplimits</span>
|
||||
</h2>
|
||||
<p>gimplimits — Boundaries of some GIMP data types and some global constants.</p>
|
||||
</td>
|
||||
@ -54,18 +54,18 @@
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2579800"></a><h2>Description</h2>
|
||||
<a name="id2589273"></a><h2>Description</h2>
|
||||
<p>
|
||||
Boundaries of some GIMP data types and some global constants.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2566768"></a><h2>Details</h2>
|
||||
<a name="id2589290"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2566779"></a><h3>
|
||||
<a name="id2589300"></a><h3>
|
||||
<a name="GIMP-MIN-IMAGE-SIZE:CAPS"></a>GIMP_MIN_IMAGE_SIZE</h3>
|
||||
<a class="indexterm" name="id2566790"></a><pre class="programlisting">#define GIMP_MIN_IMAGE_SIZE 1
|
||||
<a class="indexterm" name="id2589312"></a><pre class="programlisting">#define GIMP_MIN_IMAGE_SIZE 1
|
||||
</pre>
|
||||
<p>
|
||||
The minimum width and height of a GIMP image in pixels.
|
||||
@ -73,9 +73,9 @@ The minimum width and height of a GIMP image in pixels.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2566806"></a><h3>
|
||||
<a name="id2589328"></a><h3>
|
||||
<a name="GIMP-MAX-IMAGE-SIZE:CAPS"></a>GIMP_MAX_IMAGE_SIZE</h3>
|
||||
<a class="indexterm" name="id2592090"></a><pre class="programlisting">#define GIMP_MAX_IMAGE_SIZE 262144 /* 2^18 */
|
||||
<a class="indexterm" name="id2598359"></a><pre class="programlisting">#define GIMP_MAX_IMAGE_SIZE 262144 /* 2^18 */
|
||||
</pre>
|
||||
<p>
|
||||
The maximum width and height of a GIMP image in pixels. This is a
|
||||
@ -85,9 +85,9 @@ sizes is needed; for example to give a spin button an upper limit.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2592109"></a><h3>
|
||||
<a name="id2598379"></a><h3>
|
||||
<a name="GIMP-MIN-RESOLUTION:CAPS"></a>GIMP_MIN_RESOLUTION</h3>
|
||||
<a class="indexterm" name="id2592120"></a><pre class="programlisting">#define GIMP_MIN_RESOLUTION 5e-3 /* shouldn't display as 0.000 */
|
||||
<a class="indexterm" name="id2598391"></a><pre class="programlisting">#define GIMP_MIN_RESOLUTION 5e-3 /* shouldn't display as 0.000 */
|
||||
</pre>
|
||||
<p>
|
||||
The minimum resolution of a GIMP image in pixels per inch. This is a
|
||||
@ -98,9 +98,9 @@ this value.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2592141"></a><h3>
|
||||
<a name="id2598411"></a><h3>
|
||||
<a name="GIMP-MAX-RESOLUTION:CAPS"></a>GIMP_MAX_RESOLUTION</h3>
|
||||
<a class="indexterm" name="id2592152"></a><pre class="programlisting">#define GIMP_MAX_RESOLUTION 65536.0
|
||||
<a class="indexterm" name="id2598423"></a><pre class="programlisting">#define GIMP_MAX_RESOLUTION 65536.0
|
||||
</pre>
|
||||
<p>
|
||||
The maximum resolution of a GIMP image in pixels per inch. This is a
|
||||
@ -111,9 +111,9 @@ this value.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2592171"></a><h3>
|
||||
<a name="id2598442"></a><h3>
|
||||
<a name="GIMP-MAX-MEMSIZE:CAPS"></a>GIMP_MAX_MEMSIZE</h3>
|
||||
<a class="indexterm" name="id2592183"></a><pre class="programlisting">#define GIMP_MAX_MEMSIZE ((guint64) 1 << 42) /* 4 terabyte;
|
||||
<a class="indexterm" name="id2598453"></a><pre class="programlisting">#define GIMP_MAX_MEMSIZE ((guint64) 1 << 42) /* 4 terabyte;
|
||||
</pre>
|
||||
<p>
|
||||
A large but arbitrary value that can be used when an upper limit for a
|
||||
|
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimprectangle.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="#id2587512" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2581654" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2601906" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2586151" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpmemsize"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2587512"></a><span class="refentrytitle">gimpmemsize</span>
|
||||
<a name="id2581654"></a><span class="refentrytitle">gimpmemsize</span>
|
||||
</h2>
|
||||
<p>gimpmemsize — Functions to (de)serialize a given memory size.</p>
|
||||
</td>
|
||||
@ -65,17 +65,17 @@ GParamSpec* <a href="libgimpbase-gimpmemsize.html#gimp-param-spec-memsiz
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2601906"></a><h2>Description</h2>
|
||||
<a name="id2586151"></a><h2>Description</h2>
|
||||
<p>
|
||||
Functions to (de)serialize a given memory size.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2601922"></a><h2>Details</h2>
|
||||
<a name="id2586168"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2601933"></a><h3>
|
||||
<a name="id2586178"></a><h3>
|
||||
<a name="gimp-memsize-serialize"></a>gimp_memsize_serialize ()</h3>
|
||||
<a class="indexterm" name="id2601276"></a><pre class="programlisting">gchar* gimp_memsize_serialize (guint64 memsize);</pre>
|
||||
<a class="indexterm" name="id2588156"></a><pre class="programlisting">gchar* gimp_memsize_serialize (guint64 memsize);</pre>
|
||||
<p>
|
||||
Creates a string representation of a given memory size. This string
|
||||
can be parsed by <a href="libgimpbase-gimpmemsize.html#gimp-memsize-deserialize"><code class="function">gimp_memsize_deserialize()</code></a> and can thus be used in
|
||||
@ -105,9 +105,9 @@ nice human-readable string please use <a href="libgimpbase-gimpmemsize.html#gimp
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2601370"></a><h3>
|
||||
<a name="id2588250"></a><h3>
|
||||
<a name="gimp-memsize-deserialize"></a>gimp_memsize_deserialize ()</h3>
|
||||
<a class="indexterm" name="id2601384"></a><pre class="programlisting">gboolean gimp_memsize_deserialize (const gchar *string,
|
||||
<a class="indexterm" name="id2588264"></a><pre class="programlisting">gboolean gimp_memsize_deserialize (const gchar *string,
|
||||
guint64 *memsize);</pre>
|
||||
<p>
|
||||
Parses a string representation of a memory size as returned by
|
||||
@ -142,9 +142,9 @@ Parses a string representation of a memory size as returned by
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2558618"></a><h3>
|
||||
<a name="id2561796"></a><h3>
|
||||
<a name="gimp-memsize-to-string"></a>gimp_memsize_to_string ()</h3>
|
||||
<a class="indexterm" name="id2558629"></a><pre class="programlisting">gchar* gimp_memsize_to_string (guint64 memsize);</pre>
|
||||
<a class="indexterm" name="id2561807"></a><pre class="programlisting">gchar* gimp_memsize_to_string (guint64 memsize);</pre>
|
||||
<p>
|
||||
This function returns a human readable, translated representation
|
||||
of the passed <em class="parameter"><code>memsize</code></em>. Large values are displayed using a
|
||||
@ -171,9 +171,9 @@ becomes "4.4 KB" and so on.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2558699"></a><h3>
|
||||
<a name="id2561877"></a><h3>
|
||||
<a name="GIMP-TYPE-MEMSIZE:CAPS"></a>GIMP_TYPE_MEMSIZE</h3>
|
||||
<a class="indexterm" name="id2558710"></a><pre class="programlisting">#define GIMP_TYPE_MEMSIZE (gimp_memsize_get_type ())
|
||||
<a class="indexterm" name="id2561889"></a><pre class="programlisting">#define GIMP_TYPE_MEMSIZE (gimp_memsize_get_type ())
|
||||
</pre>
|
||||
<p>
|
||||
<a href="libgimpbase-gimpmemsize.html#GIMP-TYPE-MEMSIZE:CAPS"><span class="type">GIMP_TYPE_MEMSIZE</span></a> is a <span class="type">GType</span> derived from <span class="type">G_TYPE_UINT64</span>.
|
||||
@ -181,9 +181,9 @@ becomes "4.4 KB" and so on.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2558748"></a><h3>
|
||||
<a name="id2561927"></a><h3>
|
||||
<a name="GIMP-TYPE-PARAM-MEMSIZE:CAPS"></a>GIMP_TYPE_PARAM_MEMSIZE</h3>
|
||||
<a class="indexterm" name="id2558760"></a><pre class="programlisting">#define GIMP_TYPE_PARAM_MEMSIZE (gimp_param_memsize_get_type ())
|
||||
<a class="indexterm" name="id2561938"></a><pre class="programlisting">#define GIMP_TYPE_PARAM_MEMSIZE (gimp_param_memsize_get_type ())
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -191,9 +191,9 @@ becomes "4.4 KB" and so on.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2575872"></a><h3>
|
||||
<a name="id2562290"></a><h3>
|
||||
<a name="GIMP-IS-PARAM-SPEC-MEMSIZE:CAPS"></a>GIMP_IS_PARAM_SPEC_MEMSIZE()</h3>
|
||||
<a class="indexterm" name="id2575883"></a><pre class="programlisting">#define GIMP_IS_PARAM_SPEC_MEMSIZE(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GIMP_TYPE_PARAM_MEMSIZE))
|
||||
<a class="indexterm" name="id2562301"></a><pre class="programlisting">#define GIMP_IS_PARAM_SPEC_MEMSIZE(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GIMP_TYPE_PARAM_MEMSIZE))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -211,9 +211,9 @@ becomes "4.4 KB" and so on.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2575919"></a><h3>
|
||||
<a name="id2562336"></a><h3>
|
||||
<a name="gimp-param-spec-memsize"></a>gimp_param_spec_memsize ()</h3>
|
||||
<a class="indexterm" name="id2575932"></a><pre class="programlisting">GParamSpec* gimp_param_spec_memsize (const gchar *name,
|
||||
<a class="indexterm" name="id2562350"></a><pre class="programlisting">GParamSpec* gimp_param_spec_memsize (const gchar *name,
|
||||
const gchar *nick,
|
||||
const gchar *blurb,
|
||||
guint64 minimum,
|
||||
@ -277,9 +277,9 @@ See <code class="function">g_param_spec_internal()</code> for more information.<
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603494"></a><h3>
|
||||
<a name="id2603659"></a><h3>
|
||||
<a name="GIMP-VALUE-HOLDS-MEMSIZE:CAPS"></a>GIMP_VALUE_HOLDS_MEMSIZE()</h3>
|
||||
<a class="indexterm" name="id2603505"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_MEMSIZE(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_MEMSIZE))
|
||||
<a class="indexterm" name="id2603670"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_MEMSIZE(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_MEMSIZE))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
|
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpchecks.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="#id2590886" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2592652" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2582390" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2590455" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpparam"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2590886"></a><span class="refentrytitle">gimpparam</span>
|
||||
<a name="id2592652"></a><span class="refentrytitle">gimpparam</span>
|
||||
</h2>
|
||||
<p>gimpparam — Definitions of useful <span class="type">GParamFlags</span>.</p>
|
||||
</td>
|
||||
@ -53,44 +53,44 @@
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2582390"></a><h2>Description</h2>
|
||||
<a name="id2590455"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2510830"></a><h2>Details</h2>
|
||||
<a name="id2587795"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2510840"></a><h3>
|
||||
<a name="id2587805"></a><h3>
|
||||
<a name="GIMP-PARAM-STATIC-STRINGS:CAPS"></a>GIMP_PARAM_STATIC_STRINGS</h3>
|
||||
<a class="indexterm" name="id2510852"></a><pre class="programlisting">#define GIMP_PARAM_STATIC_STRINGS</pre>
|
||||
<a class="indexterm" name="id2587816"></a><pre class="programlisting">#define GIMP_PARAM_STATIC_STRINGS</pre>
|
||||
<p>
|
||||
Since: GIMP 2.4
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2510867"></a><h3>
|
||||
<a name="id2587832"></a><h3>
|
||||
<a name="GIMP-PARAM-READABLE:CAPS"></a>GIMP_PARAM_READABLE</h3>
|
||||
<a class="indexterm" name="id2510879"></a><pre class="programlisting">#define GIMP_PARAM_READABLE</pre>
|
||||
<a class="indexterm" name="id2587844"></a><pre class="programlisting">#define GIMP_PARAM_READABLE</pre>
|
||||
<p>
|
||||
Since: GIMP 2.4
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2510895"></a><h3>
|
||||
<a name="id2587860"></a><h3>
|
||||
<a name="GIMP-PARAM-WRITABLE:CAPS"></a>GIMP_PARAM_WRITABLE</h3>
|
||||
<a class="indexterm" name="id2510906"></a><pre class="programlisting">#define GIMP_PARAM_WRITABLE</pre>
|
||||
<a class="indexterm" name="id2587871"></a><pre class="programlisting">#define GIMP_PARAM_WRITABLE</pre>
|
||||
<p>
|
||||
Since: GIMP 2.4
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2510922"></a><h3>
|
||||
<a name="id2587887"></a><h3>
|
||||
<a name="GIMP-PARAM-READWRITE:CAPS"></a>GIMP_PARAM_READWRITE</h3>
|
||||
<a class="indexterm" name="id2510933"></a><pre class="programlisting">#define GIMP_PARAM_READWRITE</pre>
|
||||
<a class="indexterm" name="id2587898"></a><pre class="programlisting">#define GIMP_PARAM_READWRITE</pre>
|
||||
<p>
|
||||
Since: GIMP 2.4
|
||||
</p>
|
||||
|
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpparasiteio.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="#id2561945" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2574184" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2560549" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2601618" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpparasite"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2561945"></a><span class="refentrytitle">gimpparasite</span>
|
||||
<a name="id2574184"></a><span class="refentrytitle">gimpparasite</span>
|
||||
</h2>
|
||||
<p>gimpparasite — Arbitrary pieces of data which can be attached to various GIMP objects.</p>
|
||||
</td>
|
||||
@ -85,18 +85,18 @@ GParamSpec* <a href="libgimpbase-gimpparasite.html#gimp-param-spec-paras
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2560549"></a><h2>Description</h2>
|
||||
<a name="id2601618"></a><h2>Description</h2>
|
||||
<p>
|
||||
Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2560566"></a><h2>Details</h2>
|
||||
<a name="id2601635"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2560576"></a><h3>
|
||||
<a name="id2601646"></a><h3>
|
||||
<a name="GimpParasite"></a>GimpParasite</h3>
|
||||
<a class="indexterm" name="id2560589"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2601658"></a><pre class="programlisting">typedef struct {
|
||||
gchar *name; /* The name of the parasite. USE A UNIQUE PREFIX! */
|
||||
guint32 flags; /* save Parasite in XCF file, etc. */
|
||||
guint32 size; /* amount of data */
|
||||
@ -110,9 +110,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2560611"></a><h3>
|
||||
<a name="id2601681"></a><h3>
|
||||
<a name="gimp-parasite-new"></a>gimp_parasite_new ()</h3>
|
||||
<a class="indexterm" name="id2560624"></a><pre class="programlisting"><a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a>* gimp_parasite_new (const gchar *name,
|
||||
<a class="indexterm" name="id2601693"></a><pre class="programlisting"><a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a>* gimp_parasite_new (const gchar *name,
|
||||
guint32 flags,
|
||||
guint32 size,
|
||||
gconstpointer data);</pre>
|
||||
@ -154,9 +154,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2560744"></a><h3>
|
||||
<a name="id2601813"></a><h3>
|
||||
<a name="gimp-parasite-free"></a>gimp_parasite_free ()</h3>
|
||||
<a class="indexterm" name="id2560756"></a><pre class="programlisting">void gimp_parasite_free (<a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<a class="indexterm" name="id2601826"></a><pre class="programlisting">void gimp_parasite_free (<a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -173,9 +173,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2600613"></a><h3>
|
||||
<a name="id2563507"></a><h3>
|
||||
<a name="gimp-parasite-copy"></a>gimp_parasite_copy ()</h3>
|
||||
<a class="indexterm" name="id2600625"></a><pre class="programlisting"><a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a>* gimp_parasite_copy (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<a class="indexterm" name="id2563520"></a><pre class="programlisting"><a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a>* gimp_parasite_copy (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -199,9 +199,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2600682"></a><h3>
|
||||
<a name="id2563577"></a><h3>
|
||||
<a name="gimp-parasite-compare"></a>gimp_parasite_compare ()</h3>
|
||||
<a class="indexterm" name="id2600693"></a><pre class="programlisting">gboolean gimp_parasite_compare (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *a,
|
||||
<a class="indexterm" name="id2563588"></a><pre class="programlisting">gboolean gimp_parasite_compare (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *a,
|
||||
const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *b);</pre>
|
||||
<p>
|
||||
|
||||
@ -231,9 +231,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2600772"></a><h3>
|
||||
<a name="id2563666"></a><h3>
|
||||
<a name="gimp-parasite-is-type"></a>gimp_parasite_is_type ()</h3>
|
||||
<a class="indexterm" name="id2600783"></a><pre class="programlisting">gboolean gimp_parasite_is_type (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite,
|
||||
<a class="indexterm" name="id2563677"></a><pre class="programlisting">gboolean gimp_parasite_is_type (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite,
|
||||
const gchar *name);</pre>
|
||||
<p>
|
||||
|
||||
@ -263,9 +263,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606203"></a><h3>
|
||||
<a name="id2606359"></a><h3>
|
||||
<a name="gimp-parasite-is-persistent"></a>gimp_parasite_is_persistent ()</h3>
|
||||
<a class="indexterm" name="id2606214"></a><pre class="programlisting">gboolean gimp_parasite_is_persistent (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<a class="indexterm" name="id2606369"></a><pre class="programlisting">gboolean gimp_parasite_is_persistent (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -289,9 +289,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606264"></a><h3>
|
||||
<a name="id2606420"></a><h3>
|
||||
<a name="gimp-parasite-is-undoable"></a>gimp_parasite_is_undoable ()</h3>
|
||||
<a class="indexterm" name="id2606275"></a><pre class="programlisting">gboolean gimp_parasite_is_undoable (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<a class="indexterm" name="id2606431"></a><pre class="programlisting">gboolean gimp_parasite_is_undoable (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -315,9 +315,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606326"></a><h3>
|
||||
<a name="id2606483"></a><h3>
|
||||
<a name="gimp-parasite-has-flag"></a>gimp_parasite_has_flag ()</h3>
|
||||
<a class="indexterm" name="id2606337"></a><pre class="programlisting">gboolean gimp_parasite_has_flag (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite,
|
||||
<a class="indexterm" name="id2606494"></a><pre class="programlisting">gboolean gimp_parasite_has_flag (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite,
|
||||
gulong flag);</pre>
|
||||
<p>
|
||||
|
||||
@ -347,9 +347,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606415"></a><h3>
|
||||
<a name="id2606572"></a><h3>
|
||||
<a name="gimp-parasite-flags"></a>gimp_parasite_flags ()</h3>
|
||||
<a class="indexterm" name="id2606427"></a><pre class="programlisting">gulong gimp_parasite_flags (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<a class="indexterm" name="id2606585"></a><pre class="programlisting">gulong gimp_parasite_flags (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -373,9 +373,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606484"></a><h3>
|
||||
<a name="id2606642"></a><h3>
|
||||
<a name="gimp-parasite-name"></a>gimp_parasite_name ()</h3>
|
||||
<a class="indexterm" name="id2606496"></a><pre class="programlisting">const gchar* gimp_parasite_name (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<a class="indexterm" name="id2606654"></a><pre class="programlisting">const gchar* gimp_parasite_name (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -399,9 +399,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606555"></a><h3>
|
||||
<a name="id2606712"></a><h3>
|
||||
<a name="gimp-parasite-data"></a>gimp_parasite_data ()</h3>
|
||||
<a class="indexterm" name="id2606567"></a><pre class="programlisting">gconstpointer gimp_parasite_data (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<a class="indexterm" name="id2606724"></a><pre class="programlisting">gconstpointer gimp_parasite_data (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -425,9 +425,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606624"></a><h3>
|
||||
<a name="id2606781"></a><h3>
|
||||
<a name="gimp-parasite-data-size"></a>gimp_parasite_data_size ()</h3>
|
||||
<a class="indexterm" name="id2606635"></a><pre class="programlisting">glong gimp_parasite_data_size (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<a class="indexterm" name="id2606793"></a><pre class="programlisting">glong gimp_parasite_data_size (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -451,9 +451,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606692"></a><h3>
|
||||
<a name="id2606849"></a><h3>
|
||||
<a name="GIMP-PARASITE-PERSISTENT:CAPS"></a>GIMP_PARASITE_PERSISTENT</h3>
|
||||
<a class="indexterm" name="id2606705"></a><pre class="programlisting">#define GIMP_PARASITE_PERSISTENT 1
|
||||
<a class="indexterm" name="id2606863"></a><pre class="programlisting">#define GIMP_PARASITE_PERSISTENT 1
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -461,9 +461,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606720"></a><h3>
|
||||
<a name="id2606878"></a><h3>
|
||||
<a name="GIMP-PARASITE-UNDOABLE:CAPS"></a>GIMP_PARASITE_UNDOABLE</h3>
|
||||
<a class="indexterm" name="id2606731"></a><pre class="programlisting">#define GIMP_PARASITE_UNDOABLE 2
|
||||
<a class="indexterm" name="id2606889"></a><pre class="programlisting">#define GIMP_PARASITE_UNDOABLE 2
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -471,9 +471,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606747"></a><h3>
|
||||
<a name="id2606905"></a><h3>
|
||||
<a name="GIMP-PARASITE-ATTACH-PARENT:CAPS"></a>GIMP_PARASITE_ATTACH_PARENT</h3>
|
||||
<a class="indexterm" name="id2606760"></a><pre class="programlisting">#define GIMP_PARASITE_ATTACH_PARENT (0x80 << 8)
|
||||
<a class="indexterm" name="id2606918"></a><pre class="programlisting">#define GIMP_PARASITE_ATTACH_PARENT (0x80 << 8)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -481,9 +481,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606776"></a><h3>
|
||||
<a name="id2606934"></a><h3>
|
||||
<a name="GIMP-PARASITE-PARENT-PERSISTENT:CAPS"></a>GIMP_PARASITE_PARENT_PERSISTENT</h3>
|
||||
<a class="indexterm" name="id2606790"></a><pre class="programlisting">#define GIMP_PARASITE_PARENT_PERSISTENT (GIMP_PARASITE_PERSISTENT << 8)
|
||||
<a class="indexterm" name="id2606948"></a><pre class="programlisting">#define GIMP_PARASITE_PARENT_PERSISTENT (GIMP_PARASITE_PERSISTENT << 8)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -491,9 +491,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606807"></a><h3>
|
||||
<a name="id2606965"></a><h3>
|
||||
<a name="GIMP-PARASITE-PARENT-UNDOABLE:CAPS"></a>GIMP_PARASITE_PARENT_UNDOABLE</h3>
|
||||
<a class="indexterm" name="id2606820"></a><pre class="programlisting">#define GIMP_PARASITE_PARENT_UNDOABLE (GIMP_PARASITE_UNDOABLE << 8)
|
||||
<a class="indexterm" name="id2606978"></a><pre class="programlisting">#define GIMP_PARASITE_PARENT_UNDOABLE (GIMP_PARASITE_UNDOABLE << 8)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -501,9 +501,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606837"></a><h3>
|
||||
<a name="id2606995"></a><h3>
|
||||
<a name="GIMP-PARASITE-ATTACH-GRANDPARENT:CAPS"></a>GIMP_PARASITE_ATTACH_GRANDPARENT</h3>
|
||||
<a class="indexterm" name="id2606851"></a><pre class="programlisting">#define GIMP_PARASITE_ATTACH_GRANDPARENT (0x80 << 16)
|
||||
<a class="indexterm" name="id2607008"></a><pre class="programlisting">#define GIMP_PARASITE_ATTACH_GRANDPARENT (0x80 << 16)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -511,9 +511,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606868"></a><h3>
|
||||
<a name="id2607025"></a><h3>
|
||||
<a name="GIMP-PARASITE-GRANDPARENT-PERSISTENT:CAPS"></a>GIMP_PARASITE_GRANDPARENT_PERSISTENT</h3>
|
||||
<a class="indexterm" name="id2606880"></a><pre class="programlisting">#define GIMP_PARASITE_GRANDPARENT_PERSISTENT (GIMP_PARASITE_PERSISTENT << 16)
|
||||
<a class="indexterm" name="id2607038"></a><pre class="programlisting">#define GIMP_PARASITE_GRANDPARENT_PERSISTENT (GIMP_PARASITE_PERSISTENT << 16)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -521,9 +521,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606898"></a><h3>
|
||||
<a name="id2607055"></a><h3>
|
||||
<a name="GIMP-PARASITE-GRANDPARENT-UNDOABLE:CAPS"></a>GIMP_PARASITE_GRANDPARENT_UNDOABLE</h3>
|
||||
<a class="indexterm" name="id2606912"></a><pre class="programlisting">#define GIMP_PARASITE_GRANDPARENT_UNDOABLE (GIMP_PARASITE_UNDOABLE << 16)
|
||||
<a class="indexterm" name="id2607070"></a><pre class="programlisting">#define GIMP_PARASITE_GRANDPARENT_UNDOABLE (GIMP_PARASITE_UNDOABLE << 16)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -531,9 +531,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606929"></a><h3>
|
||||
<a name="id2607087"></a><h3>
|
||||
<a name="GIMP-TYPE-PARASITE:CAPS"></a>GIMP_TYPE_PARASITE</h3>
|
||||
<a class="indexterm" name="id2606941"></a><pre class="programlisting">#define GIMP_TYPE_PARASITE (gimp_parasite_get_type ())
|
||||
<a class="indexterm" name="id2607098"></a><pre class="programlisting">#define GIMP_TYPE_PARASITE (gimp_parasite_get_type ())
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -541,9 +541,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606958"></a><h3>
|
||||
<a name="id2607115"></a><h3>
|
||||
<a name="GIMP-TYPE-PARAM-PARASITE:CAPS"></a>GIMP_TYPE_PARAM_PARASITE</h3>
|
||||
<a class="indexterm" name="id2606971"></a><pre class="programlisting">#define GIMP_TYPE_PARAM_PARASITE (gimp_param_parasite_get_type ())
|
||||
<a class="indexterm" name="id2607128"></a><pre class="programlisting">#define GIMP_TYPE_PARAM_PARASITE (gimp_param_parasite_get_type ())
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -551,9 +551,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606987"></a><h3>
|
||||
<a name="id2607145"></a><h3>
|
||||
<a name="GIMP-IS-PARAM-SPEC-PARASITE:CAPS"></a>GIMP_IS_PARAM_SPEC_PARASITE()</h3>
|
||||
<a class="indexterm" name="id2607000"></a><pre class="programlisting">#define GIMP_IS_PARAM_SPEC_PARASITE(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GIMP_TYPE_PARAM_PARASITE))
|
||||
<a class="indexterm" name="id2607157"></a><pre class="programlisting">#define GIMP_IS_PARAM_SPEC_PARASITE(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GIMP_TYPE_PARAM_PARASITE))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -571,9 +571,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2607036"></a><h3>
|
||||
<a name="id2607193"></a><h3>
|
||||
<a name="gimp-param-spec-parasite"></a>gimp_param_spec_parasite ()</h3>
|
||||
<a class="indexterm" name="id2607047"></a><pre class="programlisting">GParamSpec* gimp_param_spec_parasite (const gchar *name,
|
||||
<a class="indexterm" name="id2607205"></a><pre class="programlisting">GParamSpec* gimp_param_spec_parasite (const gchar *name,
|
||||
const gchar *nick,
|
||||
const gchar *blurb,
|
||||
GParamFlags flags);</pre>
|
||||
@ -615,9 +615,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2607146"></a><h3>
|
||||
<a name="id2607325"></a><h3>
|
||||
<a name="GIMP-VALUE-HOLDS-PARASITE:CAPS"></a>GIMP_VALUE_HOLDS_PARASITE()</h3>
|
||||
<a class="indexterm" name="id2607158"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_PARASITE(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_PARASITE))
|
||||
<a class="indexterm" name="id2607338"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_PARASITE(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_PARASITE))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -635,7 +635,7 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2607191"></a><h2>See Also</h2>
|
||||
<a name="id2607375"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<a
|
||||
href="../app/GimpImage.html#gimp-image-parasite-attach"
|
||||
|
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpsignal.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="#id2598700" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2578265" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2602014" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2603421" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpparasiteio"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2598700"></a><span class="refentrytitle">gimpparasiteio</span>
|
||||
<a name="id2578265"></a><span class="refentrytitle">gimpparasiteio</span>
|
||||
</h2>
|
||||
<p>gimpparasiteio — Utility functions to (de)serialize certain C structures to/from <a href="libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a>'s.</p>
|
||||
</td>
|
||||
@ -54,18 +54,18 @@ gchar* <a href="libgimpbase-gimpparasiteio.html#gimp-pixpipe-params
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2602014"></a><h2>Description</h2>
|
||||
<a name="id2603421"></a><h2>Description</h2>
|
||||
<p>
|
||||
Utility functions to (de)serialize certain C structures to/from <a href="libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a>'s.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2602038"></a><h2>Details</h2>
|
||||
<a name="id2603445"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602048"></a><h3>
|
||||
<a name="id2603456"></a><h3>
|
||||
<a name="GIMP-PIXPIPE-MAXDIM:CAPS"></a>GIMP_PIXPIPE_MAXDIM</h3>
|
||||
<a class="indexterm" name="id2602060"></a><pre class="programlisting">#define GIMP_PIXPIPE_MAXDIM 4
|
||||
<a class="indexterm" name="id2603467"></a><pre class="programlisting">#define GIMP_PIXPIPE_MAXDIM 4
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -73,9 +73,9 @@ Utility functions to (de)serialize certain C structures to/from <a href="libgimp
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602326"></a><h3>
|
||||
<a name="id2603483"></a><h3>
|
||||
<a name="gimp-pixpipe-params-init"></a>gimp_pixpipe_params_init ()</h3>
|
||||
<a class="indexterm" name="id2602337"></a><pre class="programlisting">void gimp_pixpipe_params_init (GimpPixPipeParams *params);</pre>
|
||||
<a class="indexterm" name="id2603494"></a><pre class="programlisting">void gimp_pixpipe_params_init (GimpPixPipeParams *params);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -92,9 +92,9 @@ Utility functions to (de)serialize certain C structures to/from <a href="libgimp
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602383"></a><h3>
|
||||
<a name="id2604966"></a><h3>
|
||||
<a name="gimp-pixpipe-params-parse"></a>gimp_pixpipe_params_parse ()</h3>
|
||||
<a class="indexterm" name="id2602394"></a><pre class="programlisting">void gimp_pixpipe_params_parse (const gchar *parameters,
|
||||
<a class="indexterm" name="id2604978"></a><pre class="programlisting">void gimp_pixpipe_params_parse (const gchar *parameters,
|
||||
GimpPixPipeParams *params);</pre>
|
||||
<p>
|
||||
|
||||
@ -119,9 +119,9 @@ Utility functions to (de)serialize certain C structures to/from <a href="libgimp
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2560897"></a><h3>
|
||||
<a name="id2605045"></a><h3>
|
||||
<a name="gimp-pixpipe-params-build"></a>gimp_pixpipe_params_build ()</h3>
|
||||
<a class="indexterm" name="id2560908"></a><pre class="programlisting">gchar* gimp_pixpipe_params_build (GimpPixPipeParams *params);</pre>
|
||||
<a class="indexterm" name="id2605056"></a><pre class="programlisting">gchar* gimp_pixpipe_params_build (GimpPixPipeParams *params);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -145,7 +145,7 @@ Utility functions to (de)serialize certain C structures to/from <a href="libgimp
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2560966"></a><h2>See Also</h2>
|
||||
<a name="id2570607"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<a href="libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a>
|
||||
</p>
|
||||
|
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpparasite.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="#id2568576" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2571395" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2509801" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2560691" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimprectangle"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2568576"></a><span class="refentrytitle">gimprectangle</span>
|
||||
<a name="id2571395"></a><span class="refentrytitle">gimprectangle</span>
|
||||
</h2>
|
||||
<p>gimprectangle</p>
|
||||
</td>
|
||||
@ -61,17 +61,17 @@ gboolean <a href="libgimpbase-gimprectangle.html#gimp-rectangle-inter
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2509801"></a><h2>Description</h2>
|
||||
<a name="id2560691"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2509816"></a><h2>Details</h2>
|
||||
<a name="id2560707"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2509827"></a><h3>
|
||||
<a name="id2560718"></a><h3>
|
||||
<a name="gimp-rectangle-intersect"></a>gimp_rectangle_intersect ()</h3>
|
||||
<a class="indexterm" name="id2509841"></a><pre class="programlisting">gboolean gimp_rectangle_intersect (gint x1,
|
||||
<a class="indexterm" name="id2560731"></a><pre class="programlisting">gboolean gimp_rectangle_intersect (gint x1,
|
||||
gint y1,
|
||||
gint width1,
|
||||
gint height1,
|
||||
|
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpunit.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="#id2567605" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2587554" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2560213" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2603722" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpsignal"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2567605"></a><span class="refentrytitle">gimpsignal</span>
|
||||
<a name="id2587554"></a><span class="refentrytitle">gimpsignal</span>
|
||||
</h2>
|
||||
<p>gimpsignal — Portable signal handling.</p>
|
||||
</td>
|
||||
@ -53,18 +53,18 @@ void (<a href="libgimpbase-gimpsignal.html#GimpSignalHandlerFunc"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2560213"></a><h2>Description</h2>
|
||||
<a name="id2603722"></a><h2>Description</h2>
|
||||
<p>
|
||||
Portable signal handling.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2560228"></a><h2>Details</h2>
|
||||
<a name="id2603737"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2560239"></a><h3>
|
||||
<a name="id2603748"></a><h3>
|
||||
<a name="GimpSignalHandlerFunc"></a>GimpSignalHandlerFunc ()</h3>
|
||||
<a class="indexterm" name="id2560250"></a><pre class="programlisting">void (*GimpSignalHandlerFunc) (gint signum);</pre>
|
||||
<a class="indexterm" name="id2603759"></a><pre class="programlisting">void (*GimpSignalHandlerFunc) (gint signum);</pre>
|
||||
<p>
|
||||
A prototype for signal handler functions. Note that each function which
|
||||
takes or returns a variable of this type also accepts or may return
|
||||
@ -85,9 +85,9 @@ special values defined by your system's signal.h header file (like
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2560313"></a><h3>
|
||||
<a name="id2603822"></a><h3>
|
||||
<a name="gimp-signal-private"></a>gimp_signal_private ()</h3>
|
||||
<a class="indexterm" name="id2560325"></a><pre class="programlisting"><a href="libgimpbase-gimpsignal.html#GimpSignalHandlerFunc">GimpSignalHandlerFunc</a> gimp_signal_private (gint signum,
|
||||
<a class="indexterm" name="id2603834"></a><pre class="programlisting"><a href="libgimpbase-gimpsignal.html#GimpSignalHandlerFunc">GimpSignalHandlerFunc</a> gimp_signal_private (gint signum,
|
||||
<a href="libgimpbase-gimpsignal.html#GimpSignalHandlerFunc">GimpSignalHandlerFunc</a> handler,
|
||||
gint flags);</pre>
|
||||
<p>
|
||||
@ -139,7 +139,7 @@ exactly what we want. [austin 06.04.2000]</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2605552"></a><h2>See Also</h2>
|
||||
<a name="id2604627"></a><h2>See Also</h2>
|
||||
<p>
|
||||
signal(2), signal(5 or 7), sigaction(2).
|
||||
</p>
|
||||
|
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimputils.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="#id2590987" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2593333" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2604938" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2557203" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpunit"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2590987"></a><span class="refentrytitle">gimpunit</span>
|
||||
<a name="id2593333"></a><span class="refentrytitle">gimpunit</span>
|
||||
</h2>
|
||||
<p>gimpunit — Provides a collection of predefined units and functions for creating
|
||||
user-defined units.</p>
|
||||
@ -83,7 +83,7 @@ GParamSpec* <a href="libgimpbase-gimpunit.html#gimp-param-spec-unit">gim
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2604938"></a><h2>Description</h2>
|
||||
<a name="id2557203"></a><h2>Description</h2>
|
||||
<p>
|
||||
Provides a collection of predefined units and functions for creating
|
||||
user-defined units.
|
||||
@ -91,11 +91,11 @@ user-defined units.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2604955"></a><h2>Details</h2>
|
||||
<a name="id2557220"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2604966"></a><h3>
|
||||
<a name="id2557230"></a><h3>
|
||||
<a name="GimpUnit"></a>enum GimpUnit</h3>
|
||||
<a class="indexterm" name="id2604978"></a><pre class="programlisting">typedef enum /*< skip >*/
|
||||
<a class="indexterm" name="id2557242"></a><pre class="programlisting">typedef enum /*< skip >*/
|
||||
{
|
||||
GIMP_UNIT_PIXEL = 0,
|
||||
|
||||
@ -115,9 +115,9 @@ user-defined units.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2604997"></a><h3>
|
||||
<a name="id2557262"></a><h3>
|
||||
<a name="gimp-unit-get-number-of-units"></a>gimp_unit_get_number_of_units ()</h3>
|
||||
<a class="indexterm" name="id2605008"></a><pre class="programlisting">gint gimp_unit_get_number_of_units (void);</pre>
|
||||
<a class="indexterm" name="id2557273"></a><pre class="programlisting">gint gimp_unit_get_number_of_units (void);</pre>
|
||||
<p>
|
||||
Returns the number of units which are known to the <a href="libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a> system.</p>
|
||||
<p>
|
||||
@ -134,9 +134,9 @@ Returns the number of units which are known to the <a href="libgimpbase-gimpunit
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605056"></a><h3>
|
||||
<a name="id2557320"></a><h3>
|
||||
<a name="gimp-unit-get-number-of-built-in-units"></a>gimp_unit_get_number_of_built_in_units ()</h3>
|
||||
<a class="indexterm" name="id2605067"></a><pre class="programlisting">gint gimp_unit_get_number_of_built_in_units
|
||||
<a class="indexterm" name="id2557332"></a><pre class="programlisting">gint gimp_unit_get_number_of_built_in_units
|
||||
(void);</pre>
|
||||
<p>
|
||||
Returns the number of <a href="libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a>'s which are hardcoded in the unit system
|
||||
@ -156,9 +156,9 @@ Returns the number of <a href="libgimpbase-gimpunit.html#GimpUnit"><span class="
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605117"></a><h3>
|
||||
<a name="id2557382"></a><h3>
|
||||
<a name="gimp-unit-new"></a>gimp_unit_new ()</h3>
|
||||
<a class="indexterm" name="id2605130"></a><pre class="programlisting"><a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> gimp_unit_new (gchar *identifier,
|
||||
<a class="indexterm" name="id2557394"></a><pre class="programlisting"><a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> gimp_unit_new (gchar *identifier,
|
||||
gdouble factor,
|
||||
gint digits,
|
||||
gchar *symbol,
|
||||
@ -223,9 +223,9 @@ set to <code class="literal">TRUE</code>. You will have to set it to <code class
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606014"></a><h3>
|
||||
<a name="id2604825"></a><h3>
|
||||
<a name="gimp-unit-get-deletion-flag"></a>gimp_unit_get_deletion_flag ()</h3>
|
||||
<a class="indexterm" name="id2606026"></a><pre class="programlisting">gboolean gimp_unit_get_deletion_flag (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<a class="indexterm" name="id2604837"></a><pre class="programlisting">gboolean gimp_unit_get_deletion_flag (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -249,9 +249,9 @@ set to <code class="literal">TRUE</code>. You will have to set it to <code class
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606099"></a><h3>
|
||||
<a name="id2604909"></a><h3>
|
||||
<a name="gimp-unit-set-deletion-flag"></a>gimp_unit_set_deletion_flag ()</h3>
|
||||
<a class="indexterm" name="id2609211"></a><pre class="programlisting">void gimp_unit_set_deletion_flag (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit,
|
||||
<a class="indexterm" name="id2609370"></a><pre class="programlisting">void gimp_unit_set_deletion_flag (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit,
|
||||
gboolean deletion_flag);</pre>
|
||||
<p>
|
||||
Sets a <a href="libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a>'s <em class="parameter"><code>deletion_flag</code></em>. If the <em class="parameter"><code>deletion_flag</code></em> of a unit is
|
||||
@ -282,9 +282,9 @@ ignored.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609317"></a><h3>
|
||||
<a name="id2609475"></a><h3>
|
||||
<a name="gimp-unit-get-factor"></a>gimp_unit_get_factor ()</h3>
|
||||
<a class="indexterm" name="id2609328"></a><pre class="programlisting">gdouble gimp_unit_get_factor (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<a class="indexterm" name="id2609486"></a><pre class="programlisting">gdouble gimp_unit_get_factor (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
A <a href="libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a>'s <em class="parameter"><code>factor</code></em> is defined to be:
|
||||
</p>
|
||||
@ -314,9 +314,9 @@ Returns 0 for <em class="parameter"><code>unit</code></em> == GIMP_UNIT_PIXEL.</
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609397"></a><h3>
|
||||
<a name="id2609577"></a><h3>
|
||||
<a name="gimp-unit-get-digits"></a>gimp_unit_get_digits ()</h3>
|
||||
<a class="indexterm" name="id2609408"></a><pre class="programlisting">gint gimp_unit_get_digits (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<a class="indexterm" name="id2609588"></a><pre class="programlisting">gint gimp_unit_get_digits (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
Returns the number of digits an entry field should provide to get
|
||||
approximately the same accuracy as an inch input field with two digits.
|
||||
@ -344,9 +344,9 @@ Returns 0 for <em class="parameter"><code>unit</code></em> == GIMP_UNIT_PIXEL.</
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609473"></a><h3>
|
||||
<a name="id2609661"></a><h3>
|
||||
<a name="gimp-unit-get-identifier"></a>gimp_unit_get_identifier ()</h3>
|
||||
<a class="indexterm" name="id2609484"></a><pre class="programlisting">const gchar* gimp_unit_get_identifier (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<a class="indexterm" name="id2609672"></a><pre class="programlisting">const gchar* gimp_unit_get_identifier (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
This is an unstranslated string and must not be changed or freed.</p>
|
||||
<p>
|
||||
@ -370,9 +370,9 @@ This is an unstranslated string and must not be changed or freed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609540"></a><h3>
|
||||
<a name="id2609735"></a><h3>
|
||||
<a name="gimp-unit-get-symbol"></a>gimp_unit_get_symbol ()</h3>
|
||||
<a class="indexterm" name="id2609551"></a><pre class="programlisting">const gchar* gimp_unit_get_symbol (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<a class="indexterm" name="id2609746"></a><pre class="programlisting">const gchar* gimp_unit_get_symbol (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
This is e.g. "''" for UNIT_INCH.
|
||||
</p>
|
||||
@ -399,9 +399,9 @@ NOTE: This string must not be changed or freed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609611"></a><h3>
|
||||
<a name="id2609813"></a><h3>
|
||||
<a name="gimp-unit-get-abbreviation"></a>gimp_unit_get_abbreviation ()</h3>
|
||||
<a class="indexterm" name="id2609622"></a><pre class="programlisting">const gchar* gimp_unit_get_abbreviation (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<a class="indexterm" name="id2609825"></a><pre class="programlisting">const gchar* gimp_unit_get_abbreviation (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
For built-in units, this function returns the translated abbreviation
|
||||
of the unit.
|
||||
@ -429,9 +429,9 @@ NOTE: This string must not be changed or freed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609683"></a><h3>
|
||||
<a name="id2609892"></a><h3>
|
||||
<a name="gimp-unit-get-singular"></a>gimp_unit_get_singular ()</h3>
|
||||
<a class="indexterm" name="id2609694"></a><pre class="programlisting">const gchar* gimp_unit_get_singular (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<a class="indexterm" name="id2609903"></a><pre class="programlisting">const gchar* gimp_unit_get_singular (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
For built-in units, this function returns the translated singular form
|
||||
of the unit's name.
|
||||
@ -459,9 +459,9 @@ NOTE: This string must not be changed or freed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609755"></a><h3>
|
||||
<a name="id2609971"></a><h3>
|
||||
<a name="gimp-unit-get-plural"></a>gimp_unit_get_plural ()</h3>
|
||||
<a class="indexterm" name="id2609765"></a><pre class="programlisting">const gchar* gimp_unit_get_plural (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<a class="indexterm" name="id2609982"></a><pre class="programlisting">const gchar* gimp_unit_get_plural (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
For built-in units, this function returns the translated plural form
|
||||
of the unit's name.
|
||||
@ -489,9 +489,9 @@ NOTE: This string must not be changed or freed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609827"></a><h3>
|
||||
<a name="id2610050"></a><h3>
|
||||
<a name="GIMP-TYPE-UNIT:CAPS"></a>GIMP_TYPE_UNIT</h3>
|
||||
<a class="indexterm" name="id2609837"></a><pre class="programlisting">#define GIMP_TYPE_UNIT (gimp_unit_get_type ())
|
||||
<a class="indexterm" name="id2610062"></a><pre class="programlisting">#define GIMP_TYPE_UNIT (gimp_unit_get_type ())
|
||||
</pre>
|
||||
<p>
|
||||
<a href="libgimpbase-gimpunit.html#GIMP-TYPE-UNIT:CAPS"><span class="type">GIMP_TYPE_UNIT</span></a> is a <span class="type">GType</span> derived from <span class="type">G_TYPE_INT</span>.
|
||||
@ -499,9 +499,9 @@ NOTE: This string must not be changed or freed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609871"></a><h3>
|
||||
<a name="id2610100"></a><h3>
|
||||
<a name="GIMP-TYPE-PARAM-UNIT:CAPS"></a>GIMP_TYPE_PARAM_UNIT</h3>
|
||||
<a class="indexterm" name="id2609881"></a><pre class="programlisting">#define GIMP_TYPE_PARAM_UNIT (gimp_param_unit_get_type ())
|
||||
<a class="indexterm" name="id2610112"></a><pre class="programlisting">#define GIMP_TYPE_PARAM_UNIT (gimp_param_unit_get_type ())
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -509,9 +509,9 @@ NOTE: This string must not be changed or freed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609896"></a><h3>
|
||||
<a name="id2610128"></a><h3>
|
||||
<a name="GIMP-IS-PARAM-SPEC-UNIT:CAPS"></a>GIMP_IS_PARAM_SPEC_UNIT()</h3>
|
||||
<a class="indexterm" name="id2609908"></a><pre class="programlisting">#define GIMP_IS_PARAM_SPEC_UNIT(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GIMP_TYPE_PARAM_UNIT))
|
||||
<a class="indexterm" name="id2610141"></a><pre class="programlisting">#define GIMP_IS_PARAM_SPEC_UNIT(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GIMP_TYPE_PARAM_UNIT))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -529,9 +529,9 @@ NOTE: This string must not be changed or freed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609941"></a><h3>
|
||||
<a name="id2610177"></a><h3>
|
||||
<a name="gimp-param-spec-unit"></a>gimp_param_spec_unit ()</h3>
|
||||
<a class="indexterm" name="id2609953"></a><pre class="programlisting">GParamSpec* gimp_param_spec_unit (const gchar *name,
|
||||
<a class="indexterm" name="id2610191"></a><pre class="programlisting">GParamSpec* gimp_param_spec_unit (const gchar *name,
|
||||
const gchar *nick,
|
||||
const gchar *blurb,
|
||||
gboolean allow_pixels,
|
||||
@ -595,9 +595,9 @@ See <code class="function">g_param_spec_internal()</code> for more information.<
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2610153"></a><h3>
|
||||
<a name="id2610412"></a><h3>
|
||||
<a name="GIMP-VALUE-HOLDS-UNIT:CAPS"></a>GIMP_VALUE_HOLDS_UNIT()</h3>
|
||||
<a class="indexterm" name="id2610164"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_UNIT(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_UNIT))
|
||||
<a class="indexterm" name="id2610423"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_UNIT(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_UNIT))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -615,7 +615,7 @@ See <code class="function">g_param_spec_internal()</code> for more information.<
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2610197"></a><h2>See Also</h2>
|
||||
<a name="id2610460"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<a
|
||||
href="../libgimpwidgets/GimpUnitMenu.html"
|
||||
|
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-index.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="#id2586401" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2562206" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2608749" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2576186" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimputils"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2586401"></a><span class="refentrytitle">gimputils</span>
|
||||
<a name="id2562206"></a><span class="refentrytitle">gimputils</span>
|
||||
</h2>
|
||||
<p>gimputils — Utilities of general interest</p>
|
||||
</td>
|
||||
@ -83,17 +83,17 @@ const gchar* <a href="libgimpbase-gimputils.html#gimp-flags-value-get-hel
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2608749"></a><h2>Description</h2>
|
||||
<a name="id2576186"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2608764"></a><h2>Details</h2>
|
||||
<a name="id2576202"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2608775"></a><h3>
|
||||
<a name="id2576213"></a><h3>
|
||||
<a name="gimp-any-to-utf8"></a>gimp_any_to_utf8 ()</h3>
|
||||
<a class="indexterm" name="id2608788"></a><pre class="programlisting">gchar* gimp_any_to_utf8 (const gchar *str,
|
||||
<a class="indexterm" name="id2576225"></a><pre class="programlisting">gchar* gimp_any_to_utf8 (const gchar *str,
|
||||
gssize len,
|
||||
const gchar *warning_format,
|
||||
...);</pre>
|
||||
@ -151,9 +151,9 @@ of <em class="parameter"><code>str</code></em> is valid UTF-8, only "(invalid UT
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2607404"></a><h3>
|
||||
<a name="id2607641"></a><h3>
|
||||
<a name="gimp-filename-to-utf8"></a>gimp_filename_to_utf8 ()</h3>
|
||||
<a class="indexterm" name="id2607416"></a><pre class="programlisting">const gchar* gimp_filename_to_utf8 (const gchar *filename);</pre>
|
||||
<a class="indexterm" name="id2607652"></a><pre class="programlisting">const gchar* gimp_filename_to_utf8 (const gchar *filename);</pre>
|
||||
<p>
|
||||
Convert a filename in the filesystem's encoding to UTF-8
|
||||
temporarily. The return value is a pointer to a string that is
|
||||
@ -186,9 +186,9 @@ UTF-8 encoded filename.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2607503"></a><h3>
|
||||
<a name="id2607740"></a><h3>
|
||||
<a name="gimp-utf8-strtrim"></a>gimp_utf8_strtrim ()</h3>
|
||||
<a class="indexterm" name="id2607516"></a><pre class="programlisting">gchar* gimp_utf8_strtrim (const gchar *str,
|
||||
<a class="indexterm" name="id2607752"></a><pre class="programlisting">gchar* gimp_utf8_strtrim (const gchar *str,
|
||||
gint max_chars);</pre>
|
||||
<p>
|
||||
Creates a (possibly trimmed) copy of <em class="parameter"><code>str</code></em>. The string is cut if it
|
||||
@ -222,9 +222,9 @@ using <code class="function">g_free()</code> when it is not needed any longer.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2607635"></a><h3>
|
||||
<a name="id2607871"></a><h3>
|
||||
<a name="gimp-escape-uline"></a>gimp_escape_uline ()</h3>
|
||||
<a class="indexterm" name="id2607649"></a><pre class="programlisting">gchar* gimp_escape_uline (const gchar *str);</pre>
|
||||
<a class="indexterm" name="id2607886"></a><pre class="programlisting">gchar* gimp_escape_uline (const gchar *str);</pre>
|
||||
<p>
|
||||
This function returns a copy of <em class="parameter"><code>str</code></em> with all underline converted
|
||||
to two adjacent underlines. This comes in handy when needing to display
|
||||
@ -255,9 +255,9 @@ freed using <code class="function">g_free()</code> when it is not needed any lon
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612054"></a><h3>
|
||||
<a name="id2612196"></a><h3>
|
||||
<a name="gimp-strip-uline"></a>gimp_strip_uline ()</h3>
|
||||
<a class="indexterm" name="id2612064"></a><pre class="programlisting">gchar* gimp_strip_uline (const gchar *str);</pre>
|
||||
<a class="indexterm" name="id2612207"></a><pre class="programlisting">gchar* gimp_strip_uline (const gchar *str);</pre>
|
||||
<p>
|
||||
This function returns a copy of <em class="parameter"><code>str</code></em> stripped of underline
|
||||
characters. This comes in handy when needing to strip mnemonics
|
||||
@ -290,9 +290,9 @@ rid of the mnemonic (see bug <span class="type">157561</span>).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612168"></a><h3>
|
||||
<a name="id2612310"></a><h3>
|
||||
<a name="gimp-canonicalize-identifier"></a>gimp_canonicalize_identifier ()</h3>
|
||||
<a class="indexterm" name="id2612184"></a><pre class="programlisting">gchar* gimp_canonicalize_identifier (const gchar *identifier);</pre>
|
||||
<a class="indexterm" name="id2612325"></a><pre class="programlisting">gchar* gimp_canonicalize_identifier (const gchar *identifier);</pre>
|
||||
<p>
|
||||
Turns any input string into a canonicalized string.
|
||||
</p>
|
||||
@ -326,9 +326,9 @@ not either '-', 'a-z', 'A-Z' or '0-9' will be replaced by a '-'.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612271"></a><h3>
|
||||
<a name="id2612413"></a><h3>
|
||||
<a name="gimp-enum-get-desc"></a>gimp_enum_get_desc ()</h3>
|
||||
<a class="indexterm" name="id2612286"></a><pre class="programlisting"><a href="libgimpbase-gimpbasetypes.html#GimpEnumDesc">GimpEnumDesc</a>* gimp_enum_get_desc (GEnumClass *enum_class,
|
||||
<a class="indexterm" name="id2612427"></a><pre class="programlisting"><a href="libgimpbase-gimpbasetypes.html#GimpEnumDesc">GimpEnumDesc</a>* gimp_enum_get_desc (GEnumClass *enum_class,
|
||||
gint value);</pre>
|
||||
<p>
|
||||
Retrieves <a href="libgimpbase-gimpbasetypes.html#GimpEnumDesc"><span class="type">GimpEnumDesc</span></a> associated with the given value, or <code class="literal">NULL</code>.</p>
|
||||
@ -361,9 +361,9 @@ Retrieves <a href="libgimpbase-gimpbasetypes.html#GimpEnumDesc"><span class="typ
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612412"></a><h3>
|
||||
<a name="id2612554"></a><h3>
|
||||
<a name="gimp-enum-get-value"></a>gimp_enum_get_value ()</h3>
|
||||
<a class="indexterm" name="id2612427"></a><pre class="programlisting">gboolean gimp_enum_get_value (GType enum_type,
|
||||
<a class="indexterm" name="id2612569"></a><pre class="programlisting">gboolean gimp_enum_get_value (GType enum_type,
|
||||
gint value,
|
||||
const gchar **value_name,
|
||||
const gchar **value_nick,
|
||||
@ -424,9 +424,9 @@ and <em class="parameter"><code>value_help</code></em> are not <code class="lite
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612727"></a><h3>
|
||||
<a name="id2612836"></a><h3>
|
||||
<a name="gimp-enum-value-get-desc"></a>gimp_enum_value_get_desc ()</h3>
|
||||
<a class="indexterm" name="id2612740"></a><pre class="programlisting">const gchar* gimp_enum_value_get_desc (GEnumClass *enum_class,
|
||||
<a class="indexterm" name="id2612848"></a><pre class="programlisting">const gchar* gimp_enum_value_get_desc (GEnumClass *enum_class,
|
||||
GEnumValue *enum_value);</pre>
|
||||
<p>
|
||||
Retrieves the translated desc for a given <em class="parameter"><code>enum_value</code></em>.</p>
|
||||
@ -459,9 +459,9 @@ Retrieves the translated desc for a given <em class="parameter"><code>enum_value
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612857"></a><h3>
|
||||
<a name="id2612953"></a><h3>
|
||||
<a name="gimp-enum-value-get-help"></a>gimp_enum_value_get_help ()</h3>
|
||||
<a class="indexterm" name="id2612871"></a><pre class="programlisting">const gchar* gimp_enum_value_get_help (GEnumClass *enum_class,
|
||||
<a class="indexterm" name="id2612965"></a><pre class="programlisting">const gchar* gimp_enum_value_get_help (GEnumClass *enum_class,
|
||||
GEnumValue *enum_value);</pre>
|
||||
<p>
|
||||
Retrieves the translated help for a given <em class="parameter"><code>enum_value</code></em>.</p>
|
||||
@ -494,9 +494,9 @@ Retrieves the translated help for a given <em class="parameter"><code>enum_value
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612988"></a><h3>
|
||||
<a name="id2613070"></a><h3>
|
||||
<a name="gimp-flags-get-first-desc"></a>gimp_flags_get_first_desc ()</h3>
|
||||
<a class="indexterm" name="id2613002"></a><pre class="programlisting"><a href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc">GimpFlagsDesc</a>* gimp_flags_get_first_desc (GFlagsClass *flags_class,
|
||||
<a class="indexterm" name="id2613083"></a><pre class="programlisting"><a href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc">GimpFlagsDesc</a>* gimp_flags_get_first_desc (GFlagsClass *flags_class,
|
||||
guint value);</pre>
|
||||
<p>
|
||||
Retrieves the first <a href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc"><span class="type">GimpFlagsDesc</span></a> that matches the given value, or <code class="literal">NULL</code>.</p>
|
||||
@ -529,9 +529,9 @@ Retrieves the first <a href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc"><span
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2613128"></a><h3>
|
||||
<a name="id2613194"></a><h3>
|
||||
<a name="gimp-flags-get-first-value"></a>gimp_flags_get_first_value ()</h3>
|
||||
<a class="indexterm" name="id2613142"></a><pre class="programlisting">gboolean gimp_flags_get_first_value (GType flags_type,
|
||||
<a class="indexterm" name="id2613208"></a><pre class="programlisting">gboolean gimp_flags_get_first_value (GType flags_type,
|
||||
guint value,
|
||||
const gchar **value_name,
|
||||
const gchar **value_nick,
|
||||
@ -592,9 +592,9 @@ and <em class="parameter"><code>value_help</code></em> are not <code class="lite
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2613442"></a><h3>
|
||||
<a name="id2613476"></a><h3>
|
||||
<a name="gimp-flags-value-get-desc"></a>gimp_flags_value_get_desc ()</h3>
|
||||
<a class="indexterm" name="id2613456"></a><pre class="programlisting">const gchar* gimp_flags_value_get_desc (GFlagsClass *flags_class,
|
||||
<a class="indexterm" name="id2613489"></a><pre class="programlisting">const gchar* gimp_flags_value_get_desc (GFlagsClass *flags_class,
|
||||
GFlagsValue *flags_value);</pre>
|
||||
<p>
|
||||
Retrieves the translated desc for a given <em class="parameter"><code>flags_value</code></em>.</p>
|
||||
@ -627,9 +627,9 @@ Retrieves the translated desc for a given <em class="parameter"><code>flags_valu
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2613573"></a><h3>
|
||||
<a name="id2613593"></a><h3>
|
||||
<a name="gimp-flags-value-get-help"></a>gimp_flags_value_get_help ()</h3>
|
||||
<a class="indexterm" name="id2613587"></a><pre class="programlisting">const gchar* gimp_flags_value_get_help (GFlagsClass *flags_class,
|
||||
<a class="indexterm" name="id2613606"></a><pre class="programlisting">const gchar* gimp_flags_value_get_help (GFlagsClass *flags_class,
|
||||
GFlagsValue *flags_value);</pre>
|
||||
<p>
|
||||
Retrieves the translated help for a given <em class="parameter"><code>flags_value</code></em>.</p>
|
||||
|
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimplimits.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="#id2595051" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2577015" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2580578" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2580580" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpversion"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2595051"></a><span class="refentrytitle">gimpversion</span>
|
||||
<a name="id2577015"></a><span class="refentrytitle">gimpversion</span>
|
||||
</h2>
|
||||
<p>gimpversion — Macros and constants useful for determining GIMP's version number and
|
||||
capabilities.</p>
|
||||
@ -60,7 +60,7 @@ extern const guint <a href="libgimpbase-gimpversion.html#gimp-micro
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2580578"></a><h2>Description</h2>
|
||||
<a name="id2580580"></a><h2>Description</h2>
|
||||
<p>
|
||||
Macros and constants useful for determining GIMP's version number and
|
||||
capabilities.
|
||||
@ -68,11 +68,11 @@ capabilities.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2580595"></a><h2>Details</h2>
|
||||
<a name="id2580598"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2580606"></a><h3>
|
||||
<a name="id2580608"></a><h3>
|
||||
<a name="GIMP-MAJOR-VERSION:CAPS"></a>GIMP_MAJOR_VERSION</h3>
|
||||
<a class="indexterm" name="id2580618"></a><pre class="programlisting">#define GIMP_MAJOR_VERSION (2)
|
||||
<a class="indexterm" name="id2580620"></a><pre class="programlisting">#define GIMP_MAJOR_VERSION (2)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -80,9 +80,9 @@ capabilities.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2580634"></a><h3>
|
||||
<a name="id2580637"></a><h3>
|
||||
<a name="GIMP-MINOR-VERSION:CAPS"></a>GIMP_MINOR_VERSION</h3>
|
||||
<a class="indexterm" name="id2580646"></a><pre class="programlisting">#define GIMP_MINOR_VERSION (3)
|
||||
<a class="indexterm" name="id2580648"></a><pre class="programlisting">#define GIMP_MINOR_VERSION (3)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -90,9 +90,9 @@ capabilities.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2580663"></a><h3>
|
||||
<a name="id2580665"></a><h3>
|
||||
<a name="GIMP-MICRO-VERSION:CAPS"></a>GIMP_MICRO_VERSION</h3>
|
||||
<a class="indexterm" name="id2580674"></a><pre class="programlisting">#define GIMP_MICRO_VERSION (16)
|
||||
<a class="indexterm" name="id2580676"></a><pre class="programlisting">#define GIMP_MICRO_VERSION (18)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -100,9 +100,9 @@ capabilities.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590388"></a><h3>
|
||||
<a name="id2510680"></a><h3>
|
||||
<a name="GIMP-VERSION:CAPS"></a>GIMP_VERSION</h3>
|
||||
<a class="indexterm" name="id2590401"></a><pre class="programlisting">#define GIMP_VERSION "2.3.16"
|
||||
<a class="indexterm" name="id2510692"></a><pre class="programlisting">#define GIMP_VERSION "2.3.18"
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -110,9 +110,9 @@ capabilities.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590418"></a><h3>
|
||||
<a name="id2510709"></a><h3>
|
||||
<a name="GIMP-API-VERSION:CAPS"></a>GIMP_API_VERSION</h3>
|
||||
<a class="indexterm" name="id2590429"></a><pre class="programlisting">#define GIMP_API_VERSION "2.0"
|
||||
<a class="indexterm" name="id2510721"></a><pre class="programlisting">#define GIMP_API_VERSION "2.0"
|
||||
</pre>
|
||||
<p>
|
||||
Since: GIMP 2.2
|
||||
@ -120,9 +120,9 @@ Since: GIMP 2.2
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590446"></a><h3>
|
||||
<a name="id2510737"></a><h3>
|
||||
<a name="GIMP-CHECK-VERSION:CAPS"></a>GIMP_CHECK_VERSION()</h3>
|
||||
<a class="indexterm" name="id2590457"></a><pre class="programlisting">#define GIMP_CHECK_VERSION(major, minor, micro)</pre>
|
||||
<a class="indexterm" name="id2510749"></a><pre class="programlisting">#define GIMP_CHECK_VERSION(major, minor, micro)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -151,18 +151,18 @@ Since: GIMP 2.2
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590521"></a><h3>
|
||||
<a name="id2510813"></a><h3>
|
||||
<a name="GIMPVAR:CAPS"></a>GIMPVAR</h3>
|
||||
<a class="indexterm" name="id2578575"></a><pre class="programlisting">#define GIMPVAR</pre>
|
||||
<a class="indexterm" name="id2589452"></a><pre class="programlisting">#define GIMPVAR</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2578590"></a><h3>
|
||||
<a name="id2589466"></a><h3>
|
||||
<a name="gimp-major-version"></a>gimp_major_version</h3>
|
||||
<a class="indexterm" name="id2578602"></a><pre class="programlisting">extern const guint gimp_major_version;
|
||||
<a class="indexterm" name="id2589479"></a><pre class="programlisting">extern const guint gimp_major_version;
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -170,9 +170,9 @@ Since: GIMP 2.2
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2578618"></a><h3>
|
||||
<a name="id2589494"></a><h3>
|
||||
<a name="gimp-minor-version"></a>gimp_minor_version</h3>
|
||||
<a class="indexterm" name="id2578630"></a><pre class="programlisting">extern const guint gimp_minor_version;
|
||||
<a class="indexterm" name="id2589507"></a><pre class="programlisting">extern const guint gimp_minor_version;
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -180,9 +180,9 @@ Since: GIMP 2.2
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2578646"></a><h3>
|
||||
<a name="id2589522"></a><h3>
|
||||
<a name="gimp-micro-version"></a>gimp_micro_version</h3>
|
||||
<a class="indexterm" name="id2578658"></a><pre class="programlisting">extern const guint gimp_micro_version;
|
||||
<a class="indexterm" name="id2589535"></a><pre class="programlisting">extern const guint gimp_micro_version;
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
|
@ -30,39 +30,39 @@
|
||||
<div class="index"><div class="indexdiv">
|
||||
<h3>G</h3>
|
||||
<dl>
|
||||
<dt>gimp_checks_get_shades, <a href="libgimpbase-gimpchecks.html#id2589274">gimp_checks_get_shades ()</a>
|
||||
<dt>gimp_checks_get_shades, <a href="libgimpbase-gimpchecks.html#id2568710">gimp_checks_get_shades ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_get_desc, <a href="libgimpbase-gimputils.html#id2612271">gimp_enum_get_desc ()</a>
|
||||
<dt>gimp_enum_get_desc, <a href="libgimpbase-gimputils.html#id2612413">gimp_enum_get_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_get_value, <a href="libgimpbase-gimputils.html#id2612412">gimp_enum_get_value ()</a>
|
||||
<dt>gimp_enum_get_value, <a href="libgimpbase-gimputils.html#id2612554">gimp_enum_get_value ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_get_value_descriptions, <a href="libgimpbase-gimpbasetypes.html#id2562226">gimp_enum_get_value_descriptions ()</a>
|
||||
<dt>gimp_enum_get_value_descriptions, <a href="libgimpbase-gimpbasetypes.html#id2577669">gimp_enum_get_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_set_value_descriptions, <a href="libgimpbase-gimpbasetypes.html#id2575295">gimp_enum_set_value_descriptions ()</a>
|
||||
<dt>gimp_enum_set_value_descriptions, <a href="libgimpbase-gimpbasetypes.html#id2587424">gimp_enum_set_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_value_get_desc, <a href="libgimpbase-gimputils.html#id2612727">gimp_enum_value_get_desc ()</a>
|
||||
<dt>gimp_enum_value_get_desc, <a href="libgimpbase-gimputils.html#id2612836">gimp_enum_value_get_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_value_get_help, <a href="libgimpbase-gimputils.html#id2612857">gimp_enum_value_get_help ()</a>
|
||||
<dt>gimp_enum_value_get_help, <a href="libgimpbase-gimputils.html#id2612953">gimp_enum_value_get_help ()</a>
|
||||
</dt>
|
||||
<dt>gimp_escape_uline, <a href="libgimpbase-gimputils.html#id2607635">gimp_escape_uline ()</a>
|
||||
<dt>gimp_escape_uline, <a href="libgimpbase-gimputils.html#id2607871">gimp_escape_uline ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_get_first_desc, <a href="libgimpbase-gimputils.html#id2612988">gimp_flags_get_first_desc ()</a>
|
||||
<dt>gimp_flags_get_first_desc, <a href="libgimpbase-gimputils.html#id2613070">gimp_flags_get_first_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_get_first_value, <a href="libgimpbase-gimputils.html#id2613128">gimp_flags_get_first_value ()</a>
|
||||
<dt>gimp_flags_get_first_value, <a href="libgimpbase-gimputils.html#id2613194">gimp_flags_get_first_value ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_get_value_descriptions, <a href="libgimpbase-gimpbasetypes.html#id2562335">gimp_flags_get_value_descriptions ()</a>
|
||||
<dt>gimp_flags_get_value_descriptions, <a href="libgimpbase-gimpbasetypes.html#id2577779">gimp_flags_get_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_set_value_descriptions, <a href="libgimpbase-gimpbasetypes.html#id2562445">gimp_flags_set_value_descriptions ()</a>
|
||||
<dt>gimp_flags_set_value_descriptions, <a href="libgimpbase-gimpbasetypes.html#id2577889">gimp_flags_set_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_value_get_desc, <a href="libgimpbase-gimputils.html#id2613442">gimp_flags_value_get_desc ()</a>
|
||||
<dt>gimp_flags_value_get_desc, <a href="libgimpbase-gimputils.html#id2613476">gimp_flags_value_get_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_value_get_help, <a href="libgimpbase-gimputils.html#id2613573">gimp_flags_value_get_help ()</a>
|
||||
<dt>gimp_flags_value_get_help, <a href="libgimpbase-gimputils.html#id2613593">gimp_flags_value_get_help ()</a>
|
||||
</dt>
|
||||
<dt>gimp_memsize_deserialize, <a href="libgimpbase-gimpmemsize.html#id2601370">gimp_memsize_deserialize ()</a>
|
||||
<dt>gimp_memsize_deserialize, <a href="libgimpbase-gimpmemsize.html#id2588250">gimp_memsize_deserialize ()</a>
|
||||
</dt>
|
||||
<dt>gimp_memsize_serialize, <a href="libgimpbase-gimpmemsize.html#id2601933">gimp_memsize_serialize ()</a>
|
||||
<dt>gimp_memsize_serialize, <a href="libgimpbase-gimpmemsize.html#id2586178">gimp_memsize_serialize ()</a>
|
||||
</dt>
|
||||
<dt>gimp_type_get_translation_domain, <a href="libgimpbase-gimpbasetypes.html#id2575158">gimp_type_get_translation_domain ()</a>
|
||||
<dt>gimp_type_get_translation_domain, <a href="libgimpbase-gimpbasetypes.html#id2587287">gimp_type_get_translation_domain ()</a>
|
||||
</dt>
|
||||
<dt>gimp_type_set_translation_domain, <a href="libgimpbase-gimpbasetypes.html#id2571240">gimp_type_set_translation_domain ()</a>
|
||||
</dt>
|
||||
|
@ -30,19 +30,21 @@
|
||||
<div class="index"><div class="indexdiv">
|
||||
<h3>G</h3>
|
||||
<dl>
|
||||
<dt>gimp_canonicalize_identifier, <a href="libgimpbase-gimputils.html#id2612168">gimp_canonicalize_identifier ()</a>
|
||||
<dt>gimp_canonicalize_identifier, <a href="libgimpbase-gimputils.html#id2612310">gimp_canonicalize_identifier ()</a>
|
||||
</dt>
|
||||
<dt>gimp_cpu_accel_get_support, <a href="libgimpbase-gimpcpuaccel.html#id2569377">gimp_cpu_accel_get_support ()</a>
|
||||
<dt>gimp_cpu_accel_get_support, <a href="libgimpbase-gimpcpuaccel.html#id2567424">gimp_cpu_accel_get_support ()</a>
|
||||
</dt>
|
||||
<dt>gimp_cpu_accel_set_use, <a href="libgimpbase-gimpcpuaccel.html#id2569445">gimp_cpu_accel_set_use ()</a>
|
||||
<dt>gimp_cpu_accel_set_use, <a href="libgimpbase-gimpcpuaccel.html#id2567491">gimp_cpu_accel_set_use ()</a>
|
||||
</dt>
|
||||
<dt>gimp_env_init, <a href="libgimpbase-gimpenv.html#id2599743">gimp_env_init ()</a>
|
||||
<dt>gimp_env_init, <a href="libgimpbase-gimpenv.html#id2564510">gimp_env_init ()</a>
|
||||
</dt>
|
||||
<dt>gimp_param_spec_memsize, <a href="libgimpbase-gimpmemsize.html#id2575919">gimp_param_spec_memsize ()</a>
|
||||
<dt>gimp_param_spec_memsize, <a href="libgimpbase-gimpmemsize.html#id2562336">gimp_param_spec_memsize ()</a>
|
||||
</dt>
|
||||
<dt>gimp_param_spec_unit, <a href="libgimpbase-gimpunit.html#id2609941">gimp_param_spec_unit ()</a>
|
||||
<dt>gimp_param_spec_unit, <a href="libgimpbase-gimpunit.html#id2610177">gimp_param_spec_unit ()</a>
|
||||
</dt>
|
||||
<dt>gimp_rectangle_intersect, <a href="libgimpbase-gimprectangle.html#id2509827">gimp_rectangle_intersect ()</a>
|
||||
<dt>gimp_rectangle_intersect, <a href="libgimpbase-gimprectangle.html#id2560718">gimp_rectangle_intersect ()</a>
|
||||
</dt>
|
||||
<dt>gimp_user_directory, <a href="libgimpbase-gimpenv.html#id2565400">gimp_user_directory ()</a>
|
||||
</dt>
|
||||
</dl>
|
||||
</div></div>
|
||||
|
@ -30,315 +30,319 @@
|
||||
<div class="index"><div class="indexdiv">
|
||||
<h3>G</h3>
|
||||
<dl>
|
||||
<dt>GimpAddMaskType, <a href="libgimpbase-gimpbaseenums.html#id2532838">enum GimpAddMaskType</a>
|
||||
<dt>GimpAddMaskType, <a href="libgimpbase-gimpbaseenums.html#id2532845">enum GimpAddMaskType</a>
|
||||
</dt>
|
||||
<dt>GimpBlendMode, <a href="libgimpbase-gimpbaseenums.html#id2568886">enum GimpBlendMode</a>
|
||||
<dt>GimpBlendMode, <a href="libgimpbase-gimpbaseenums.html#id2587067">enum GimpBlendMode</a>
|
||||
</dt>
|
||||
<dt>GimpBucketFillMode, <a href="libgimpbase-gimpbaseenums.html#id2532880">enum GimpBucketFillMode</a>
|
||||
<dt>GimpBucketFillMode, <a href="libgimpbase-gimpbaseenums.html#id2532887">enum GimpBucketFillMode</a>
|
||||
</dt>
|
||||
<dt>GimpChannelOps, <a href="libgimpbase-gimpbaseenums.html#id2532911">enum GimpChannelOps</a>
|
||||
<dt>GimpChannelOps, <a href="libgimpbase-gimpbaseenums.html#id2532918">enum GimpChannelOps</a>
|
||||
</dt>
|
||||
<dt>GimpChannelType, <a href="libgimpbase-gimpbaseenums.html#id2532945">enum GimpChannelType</a>
|
||||
<dt>GimpChannelType, <a href="libgimpbase-gimpbaseenums.html#id2532952">enum GimpChannelType</a>
|
||||
</dt>
|
||||
<dt>GimpCheckSize, <a href="libgimpbase-gimpbaseenums.html#id2574885">enum GimpCheckSize</a>
|
||||
<dt>GimpCheckSize, <a href="libgimpbase-gimpbaseenums.html#id2574890">enum GimpCheckSize</a>
|
||||
</dt>
|
||||
<dt>GimpCheckType, <a href="libgimpbase-gimpbaseenums.html#id2574917">enum GimpCheckType</a>
|
||||
<dt>GimpCheckType, <a href="libgimpbase-gimpbaseenums.html#id2574922">enum GimpCheckType</a>
|
||||
</dt>
|
||||
<dt>GimpCloneType, <a href="libgimpbase-gimpbaseenums.html#id2574952">enum GimpCloneType</a>
|
||||
<dt>GimpCloneType, <a href="libgimpbase-gimpbaseenums.html#id2574958">enum GimpCloneType</a>
|
||||
</dt>
|
||||
<dt>GimpCpuAccelFlags, <a href="libgimpbase-gimpcpuaccel.html#id2576693">enum GimpCpuAccelFlags</a>
|
||||
<dt>GimpCpuAccelFlags, <a href="libgimpbase-gimpcpuaccel.html#id2579089">enum GimpCpuAccelFlags</a>
|
||||
</dt>
|
||||
<dt>GimpDatafileData, <a href="libgimpbase-gimpdatafiles.html#id2563105">GimpDatafileData</a>
|
||||
<dt>GimpDatafileData, <a href="libgimpbase-gimpdatafiles.html#id2597817">GimpDatafileData</a>
|
||||
</dt>
|
||||
<dt>GimpDatafileLoaderFunc, <a href="libgimpbase-gimpdatafiles.html#id2584031">GimpDatafileLoaderFunc ()</a>
|
||||
<dt>GimpDatafileLoaderFunc, <a href="libgimpbase-gimpdatafiles.html#id2594443">GimpDatafileLoaderFunc ()</a>
|
||||
</dt>
|
||||
<dt>GimpDesaturateMode, <a href="libgimpbase-gimpbaseenums.html#id2574983">enum GimpDesaturateMode</a>
|
||||
<dt>GimpDesaturateMode, <a href="libgimpbase-gimpbaseenums.html#id2574988">enum GimpDesaturateMode</a>
|
||||
</dt>
|
||||
<dt>GimpDodgeBurnType, <a href="libgimpbase-gimpbaseenums.html#id2575014">enum GimpDodgeBurnType</a>
|
||||
<dt>GimpDodgeBurnType, <a href="libgimpbase-gimpbaseenums.html#id2575019">enum GimpDodgeBurnType</a>
|
||||
</dt>
|
||||
<dt>GimpEnumDesc, <a href="libgimpbase-gimpbasetypes.html#id2571181">GimpEnumDesc</a>
|
||||
</dt>
|
||||
<dt>GimpFlagsDesc, <a href="libgimpbase-gimpbasetypes.html#id2571211">GimpFlagsDesc</a>
|
||||
<dt>GimpFlagsDesc, <a href="libgimpbase-gimpbasetypes.html#id2571210">GimpFlagsDesc</a>
|
||||
</dt>
|
||||
<dt>GimpForegroundExtractMode, <a href="libgimpbase-gimpbaseenums.html#id2575043">enum GimpForegroundExtractMode</a>
|
||||
<dt>GimpForegroundExtractMode, <a href="libgimpbase-gimpbaseenums.html#id2575048">enum GimpForegroundExtractMode</a>
|
||||
</dt>
|
||||
<dt>GimpGradientType, <a href="libgimpbase-gimpbaseenums.html#id2575071">enum GimpGradientType</a>
|
||||
<dt>GimpGradientType, <a href="libgimpbase-gimpbaseenums.html#id2575076">enum GimpGradientType</a>
|
||||
</dt>
|
||||
<dt>GimpGridStyle, <a href="libgimpbase-gimpbaseenums.html#id2575112">enum GimpGridStyle</a>
|
||||
<dt>GimpGridStyle, <a href="libgimpbase-gimpbaseenums.html#id2575117">enum GimpGridStyle</a>
|
||||
</dt>
|
||||
<dt>GimpIconType, <a href="libgimpbase-gimpbaseenums.html#id2510331">enum GimpIconType</a>
|
||||
<dt>GimpIconType, <a href="libgimpbase-gimpbaseenums.html#id2510345">enum GimpIconType</a>
|
||||
</dt>
|
||||
<dt>GimpImageBaseType, <a href="libgimpbase-gimpbaseenums.html#id2510363">enum GimpImageBaseType</a>
|
||||
<dt>GimpImageBaseType, <a href="libgimpbase-gimpbaseenums.html#id2510377">enum GimpImageBaseType</a>
|
||||
</dt>
|
||||
<dt>GimpImageType, <a href="libgimpbase-gimpbaseenums.html#id2510393">enum GimpImageType</a>
|
||||
<dt>GimpImageType, <a href="libgimpbase-gimpbaseenums.html#id2510407">enum GimpImageType</a>
|
||||
</dt>
|
||||
<dt>GimpInterpolationType, <a href="libgimpbase-gimpbaseenums.html#id2510427">enum GimpInterpolationType</a>
|
||||
<dt>GimpInterpolationType, <a href="libgimpbase-gimpbaseenums.html#id2510441">enum GimpInterpolationType</a>
|
||||
</dt>
|
||||
<dt>GimpMessageHandlerType, <a href="libgimpbase-gimpbaseenums.html#id2510459">enum GimpMessageHandlerType</a>
|
||||
<dt>GimpMessageHandlerType, <a href="libgimpbase-gimpbaseenums.html#id2510473">enum GimpMessageHandlerType</a>
|
||||
</dt>
|
||||
<dt>GimpPaintApplicationMode, <a href="libgimpbase-gimpbaseenums.html#id2510487">enum GimpPaintApplicationMode</a>
|
||||
<dt>GimpPaintApplicationMode, <a href="libgimpbase-gimpbaseenums.html#id2510501">enum GimpPaintApplicationMode</a>
|
||||
</dt>
|
||||
<dt>GimpParasite, <a href="libgimpbase-gimpparasite.html#id2560576">GimpParasite</a>
|
||||
<dt>GimpParasite, <a href="libgimpbase-gimpparasite.html#id2601646">GimpParasite</a>
|
||||
</dt>
|
||||
<dt>GimpPDBArgType, <a href="libgimpbase-gimpbaseenums.html#id2510516">enum GimpPDBArgType</a>
|
||||
<dt>GimpPDBArgType, <a href="libgimpbase-gimpbaseenums.html#id2510530">enum GimpPDBArgType</a>
|
||||
</dt>
|
||||
<dt>GimpPDBProcType, <a href="libgimpbase-gimpbaseenums.html#id2510553">enum GimpPDBProcType</a>
|
||||
<dt>GimpPDBProcType, <a href="libgimpbase-gimpbaseenums.html#id2510567">enum GimpPDBProcType</a>
|
||||
</dt>
|
||||
<dt>GimpPDBStatusType, <a href="libgimpbase-gimpbaseenums.html#id2510584">enum GimpPDBStatusType</a>
|
||||
<dt>GimpPDBStatusType, <a href="libgimpbase-gimpbaseenums.html#id2597855">enum GimpPDBStatusType</a>
|
||||
</dt>
|
||||
<dt>GimpProgressCommand, <a href="libgimpbase-gimpbaseenums.html#id2597836">enum GimpProgressCommand</a>
|
||||
<dt>GimpProgressCommand, <a href="libgimpbase-gimpbaseenums.html#id2597882">enum GimpProgressCommand</a>
|
||||
</dt>
|
||||
<dt>GimpRepeatMode, <a href="libgimpbase-gimpbaseenums.html#id2597864">enum GimpRepeatMode</a>
|
||||
<dt>GimpRepeatMode, <a href="libgimpbase-gimpbaseenums.html#id2597910">enum GimpRepeatMode</a>
|
||||
</dt>
|
||||
<dt>GimpRunMode, <a href="libgimpbase-gimpbaseenums.html#id2597892">enum GimpRunMode</a>
|
||||
<dt>GimpRunMode, <a href="libgimpbase-gimpbaseenums.html#id2597938">enum GimpRunMode</a>
|
||||
</dt>
|
||||
<dt>GimpSignalHandlerFunc, <a href="libgimpbase-gimpsignal.html#id2560239">GimpSignalHandlerFunc ()</a>
|
||||
<dt>GimpSignalHandlerFunc, <a href="libgimpbase-gimpsignal.html#id2603748">GimpSignalHandlerFunc ()</a>
|
||||
</dt>
|
||||
<dt>GimpSizeType, <a href="libgimpbase-gimpbaseenums.html#id2597920">enum GimpSizeType</a>
|
||||
<dt>GimpSizeType, <a href="libgimpbase-gimpbaseenums.html#id2597966">enum GimpSizeType</a>
|
||||
</dt>
|
||||
<dt>GimpStackTraceMode, <a href="libgimpbase-gimpbaseenums.html#id2597946">enum GimpStackTraceMode</a>
|
||||
<dt>GimpStackTraceMode, <a href="libgimpbase-gimpbaseenums.html#id2597992">enum GimpStackTraceMode</a>
|
||||
</dt>
|
||||
<dt>GimpTransferMode, <a href="libgimpbase-gimpbaseenums.html#id2597972">enum GimpTransferMode</a>
|
||||
<dt>GimpTransferMode, <a href="libgimpbase-gimpbaseenums.html#id2598018">enum GimpTransferMode</a>
|
||||
</dt>
|
||||
<dt>GimpTransformDirection, <a href="libgimpbase-gimpbaseenums.html#id2597999">enum GimpTransformDirection</a>
|
||||
<dt>GimpTransformDirection, <a href="libgimpbase-gimpbaseenums.html#id2598045">enum GimpTransformDirection</a>
|
||||
</dt>
|
||||
<dt>GimpTransformResize, <a href="libgimpbase-gimpbaseenums.html#id2598026">enum GimpTransformResize</a>
|
||||
<dt>GimpTransformResize, <a href="libgimpbase-gimpbaseenums.html#id2598072">enum GimpTransformResize</a>
|
||||
</dt>
|
||||
<dt>GimpUnit, <a href="libgimpbase-gimpunit.html#id2604966">enum GimpUnit</a>
|
||||
<dt>GimpUnit, <a href="libgimpbase-gimpunit.html#id2557230">enum GimpUnit</a>
|
||||
</dt>
|
||||
<dt>GIMPVAR, <a href="libgimpbase-gimpversion.html#id2590521">GIMPVAR</a>
|
||||
<dt>GimpUserDirectory, <a href="libgimpbase-gimpbaseenums.html#id2598101">enum GimpUserDirectory</a>
|
||||
</dt>
|
||||
<dt>GimpVectorsStrokeType, <a href="libgimpbase-gimpbaseenums.html#id2598055">enum GimpVectorsStrokeType</a>
|
||||
<dt>GIMPVAR, <a href="libgimpbase-gimpversion.html#id2510813">GIMPVAR</a>
|
||||
</dt>
|
||||
<dt>gimp_any_to_utf8, <a href="libgimpbase-gimputils.html#id2608775">gimp_any_to_utf8 ()</a>
|
||||
<dt>GimpVectorsStrokeType, <a href="libgimpbase-gimpbaseenums.html#id2598129">enum GimpVectorsStrokeType</a>
|
||||
</dt>
|
||||
<dt>GIMP_API_VERSION, <a href="libgimpbase-gimpversion.html#id2590418">GIMP_API_VERSION</a>
|
||||
<dt>gimp_any_to_utf8, <a href="libgimpbase-gimputils.html#id2576213">gimp_any_to_utf8 ()</a>
|
||||
</dt>
|
||||
<dt>gimp_canonicalize_identifier, <a href="libgimpbase-gimputils.html#id2612168">gimp_canonicalize_identifier ()</a>
|
||||
<dt>GIMP_API_VERSION, <a href="libgimpbase-gimpversion.html#id2510709">GIMP_API_VERSION</a>
|
||||
</dt>
|
||||
<dt>gimp_checks_get_shades, <a href="libgimpbase-gimpchecks.html#id2589274">gimp_checks_get_shades ()</a>
|
||||
<dt>gimp_canonicalize_identifier, <a href="libgimpbase-gimputils.html#id2612310">gimp_canonicalize_identifier ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_CHECK_DARK, <a href="libgimpbase-gimpchecks.html#id2589218">GIMP_CHECK_DARK</a>
|
||||
<dt>gimp_checks_get_shades, <a href="libgimpbase-gimpchecks.html#id2568710">gimp_checks_get_shades ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_CHECK_LIGHT, <a href="libgimpbase-gimpchecks.html#id2589246">GIMP_CHECK_LIGHT</a>
|
||||
<dt>GIMP_CHECK_DARK, <a href="libgimpbase-gimpchecks.html#id2568654">GIMP_CHECK_DARK</a>
|
||||
</dt>
|
||||
<dt>GIMP_CHECK_SIZE, <a href="libgimpbase-gimpchecks.html#id2593264">GIMP_CHECK_SIZE</a>
|
||||
<dt>GIMP_CHECK_LIGHT, <a href="libgimpbase-gimpchecks.html#id2568682">GIMP_CHECK_LIGHT</a>
|
||||
</dt>
|
||||
<dt>GIMP_CHECK_SIZE_SM, <a href="libgimpbase-gimpchecks.html#id2589191">GIMP_CHECK_SIZE_SM</a>
|
||||
<dt>GIMP_CHECK_SIZE, <a href="libgimpbase-gimpchecks.html#id2589117">GIMP_CHECK_SIZE</a>
|
||||
</dt>
|
||||
<dt>GIMP_CHECK_VERSION, <a href="libgimpbase-gimpversion.html#id2590446">GIMP_CHECK_VERSION()</a>
|
||||
<dt>GIMP_CHECK_SIZE_SM, <a href="libgimpbase-gimpchecks.html#id2589146">GIMP_CHECK_SIZE_SM</a>
|
||||
</dt>
|
||||
<dt>gimp_cpu_accel_get_support, <a href="libgimpbase-gimpcpuaccel.html#id2569377">gimp_cpu_accel_get_support ()</a>
|
||||
<dt>GIMP_CHECK_VERSION, <a href="libgimpbase-gimpversion.html#id2510737">GIMP_CHECK_VERSION()</a>
|
||||
</dt>
|
||||
<dt>gimp_cpu_accel_set_use, <a href="libgimpbase-gimpcpuaccel.html#id2569445">gimp_cpu_accel_set_use ()</a>
|
||||
<dt>gimp_cpu_accel_get_support, <a href="libgimpbase-gimpcpuaccel.html#id2567424">gimp_cpu_accel_get_support ()</a>
|
||||
</dt>
|
||||
<dt>gimp_datafiles_check_extension, <a href="libgimpbase-gimpdatafiles.html#id2584110">gimp_datafiles_check_extension ()</a>
|
||||
<dt>gimp_cpu_accel_set_use, <a href="libgimpbase-gimpcpuaccel.html#id2567491">gimp_cpu_accel_set_use ()</a>
|
||||
</dt>
|
||||
<dt>gimp_datafiles_read_directories, <a href="libgimpbase-gimpdatafiles.html#id2600179">gimp_datafiles_read_directories ()</a>
|
||||
<dt>gimp_datafiles_check_extension, <a href="libgimpbase-gimpdatafiles.html#id2594521">gimp_datafiles_check_extension ()</a>
|
||||
</dt>
|
||||
<dt>gimp_data_directory, <a href="libgimpbase-gimpenv.html#id2576473">gimp_data_directory ()</a>
|
||||
<dt>gimp_datafiles_read_directories, <a href="libgimpbase-gimpdatafiles.html#id2599205">gimp_datafiles_read_directories ()</a>
|
||||
</dt>
|
||||
<dt>gimp_directory, <a href="libgimpbase-gimpenv.html#id2599835">gimp_directory ()</a>
|
||||
<dt>gimp_data_directory, <a href="libgimpbase-gimpenv.html#id2576636">gimp_data_directory ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_get_desc, <a href="libgimpbase-gimputils.html#id2612271">gimp_enum_get_desc ()</a>
|
||||
<dt>gimp_directory, <a href="libgimpbase-gimpenv.html#id2576542">gimp_directory ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_get_value, <a href="libgimpbase-gimputils.html#id2612412">gimp_enum_get_value ()</a>
|
||||
<dt>gimp_enum_get_desc, <a href="libgimpbase-gimputils.html#id2612413">gimp_enum_get_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_get_value_descriptions, <a href="libgimpbase-gimpbasetypes.html#id2562226">gimp_enum_get_value_descriptions ()</a>
|
||||
<dt>gimp_enum_get_value, <a href="libgimpbase-gimputils.html#id2612554">gimp_enum_get_value ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_set_value_descriptions, <a href="libgimpbase-gimpbasetypes.html#id2575295">gimp_enum_set_value_descriptions ()</a>
|
||||
<dt>gimp_enum_get_value_descriptions, <a href="libgimpbase-gimpbasetypes.html#id2577669">gimp_enum_get_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_value_get_desc, <a href="libgimpbase-gimputils.html#id2612727">gimp_enum_value_get_desc ()</a>
|
||||
<dt>gimp_enum_set_value_descriptions, <a href="libgimpbase-gimpbasetypes.html#id2587424">gimp_enum_set_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_value_get_help, <a href="libgimpbase-gimputils.html#id2612857">gimp_enum_value_get_help ()</a>
|
||||
<dt>gimp_enum_value_get_desc, <a href="libgimpbase-gimputils.html#id2612836">gimp_enum_value_get_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_env_init, <a href="libgimpbase-gimpenv.html#id2599743">gimp_env_init ()</a>
|
||||
<dt>gimp_enum_value_get_help, <a href="libgimpbase-gimputils.html#id2612953">gimp_enum_value_get_help ()</a>
|
||||
</dt>
|
||||
<dt>gimp_escape_uline, <a href="libgimpbase-gimputils.html#id2607635">gimp_escape_uline ()</a>
|
||||
<dt>gimp_env_init, <a href="libgimpbase-gimpenv.html#id2564510">gimp_env_init ()</a>
|
||||
</dt>
|
||||
<dt>gimp_filename_to_utf8, <a href="libgimpbase-gimputils.html#id2607404">gimp_filename_to_utf8 ()</a>
|
||||
<dt>gimp_escape_uline, <a href="libgimpbase-gimputils.html#id2607871">gimp_escape_uline ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_get_first_desc, <a href="libgimpbase-gimputils.html#id2612988">gimp_flags_get_first_desc ()</a>
|
||||
<dt>gimp_filename_to_utf8, <a href="libgimpbase-gimputils.html#id2607641">gimp_filename_to_utf8 ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_get_first_value, <a href="libgimpbase-gimputils.html#id2613128">gimp_flags_get_first_value ()</a>
|
||||
<dt>gimp_flags_get_first_desc, <a href="libgimpbase-gimputils.html#id2613070">gimp_flags_get_first_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_get_value_descriptions, <a href="libgimpbase-gimpbasetypes.html#id2562335">gimp_flags_get_value_descriptions ()</a>
|
||||
<dt>gimp_flags_get_first_value, <a href="libgimpbase-gimputils.html#id2613194">gimp_flags_get_first_value ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_set_value_descriptions, <a href="libgimpbase-gimpbasetypes.html#id2562445">gimp_flags_set_value_descriptions ()</a>
|
||||
<dt>gimp_flags_get_value_descriptions, <a href="libgimpbase-gimpbasetypes.html#id2577779">gimp_flags_get_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_value_get_desc, <a href="libgimpbase-gimputils.html#id2613442">gimp_flags_value_get_desc ()</a>
|
||||
<dt>gimp_flags_set_value_descriptions, <a href="libgimpbase-gimpbasetypes.html#id2577889">gimp_flags_set_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_value_get_help, <a href="libgimpbase-gimputils.html#id2613573">gimp_flags_value_get_help ()</a>
|
||||
<dt>gimp_flags_value_get_desc, <a href="libgimpbase-gimputils.html#id2613476">gimp_flags_value_get_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_gtkrc, <a href="libgimpbase-gimpenv.html#id2599213">gimp_gtkrc ()</a>
|
||||
<dt>gimp_flags_value_get_help, <a href="libgimpbase-gimputils.html#id2613593">gimp_flags_value_get_help ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_IS_PARAM_SPEC_MEMSIZE, <a href="libgimpbase-gimpmemsize.html#id2575872">GIMP_IS_PARAM_SPEC_MEMSIZE()</a>
|
||||
<dt>gimp_gtkrc, <a href="libgimpbase-gimpenv.html#id2602652">gimp_gtkrc ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_IS_PARAM_SPEC_PARASITE, <a href="libgimpbase-gimpparasite.html#id2606987">GIMP_IS_PARAM_SPEC_PARASITE()</a>
|
||||
<dt>GIMP_IS_PARAM_SPEC_MEMSIZE, <a href="libgimpbase-gimpmemsize.html#id2562290">GIMP_IS_PARAM_SPEC_MEMSIZE()</a>
|
||||
</dt>
|
||||
<dt>GIMP_IS_PARAM_SPEC_UNIT, <a href="libgimpbase-gimpunit.html#id2609896">GIMP_IS_PARAM_SPEC_UNIT()</a>
|
||||
<dt>GIMP_IS_PARAM_SPEC_PARASITE, <a href="libgimpbase-gimpparasite.html#id2607145">GIMP_IS_PARAM_SPEC_PARASITE()</a>
|
||||
</dt>
|
||||
<dt>gimp_locale_directory, <a href="libgimpbase-gimpenv.html#id2576538">gimp_locale_directory ()</a>
|
||||
<dt>GIMP_IS_PARAM_SPEC_UNIT, <a href="libgimpbase-gimpunit.html#id2610128">GIMP_IS_PARAM_SPEC_UNIT()</a>
|
||||
</dt>
|
||||
<dt>GIMP_MAJOR_VERSION, <a href="libgimpbase-gimpversion.html#id2580606">GIMP_MAJOR_VERSION</a>
|
||||
<dt>gimp_locale_directory, <a href="libgimpbase-gimpenv.html#id2576701">gimp_locale_directory ()</a>
|
||||
</dt>
|
||||
<dt>gimp_major_version, <a href="libgimpbase-gimpversion.html#id2578590">gimp_major_version</a>
|
||||
<dt>GIMP_MAJOR_VERSION, <a href="libgimpbase-gimpversion.html#id2580608">GIMP_MAJOR_VERSION</a>
|
||||
</dt>
|
||||
<dt>GIMP_MAX_IMAGE_SIZE, <a href="libgimpbase-gimplimits.html#id2566806">GIMP_MAX_IMAGE_SIZE</a>
|
||||
<dt>gimp_major_version, <a href="libgimpbase-gimpversion.html#id2589466">gimp_major_version</a>
|
||||
</dt>
|
||||
<dt>GIMP_MAX_MEMSIZE, <a href="libgimpbase-gimplimits.html#id2592171">GIMP_MAX_MEMSIZE</a>
|
||||
<dt>GIMP_MAX_IMAGE_SIZE, <a href="libgimpbase-gimplimits.html#id2589328">GIMP_MAX_IMAGE_SIZE</a>
|
||||
</dt>
|
||||
<dt>GIMP_MAX_RESOLUTION, <a href="libgimpbase-gimplimits.html#id2592141">GIMP_MAX_RESOLUTION</a>
|
||||
<dt>GIMP_MAX_MEMSIZE, <a href="libgimpbase-gimplimits.html#id2598442">GIMP_MAX_MEMSIZE</a>
|
||||
</dt>
|
||||
<dt>gimp_memsize_deserialize, <a href="libgimpbase-gimpmemsize.html#id2601370">gimp_memsize_deserialize ()</a>
|
||||
<dt>GIMP_MAX_RESOLUTION, <a href="libgimpbase-gimplimits.html#id2598411">GIMP_MAX_RESOLUTION</a>
|
||||
</dt>
|
||||
<dt>gimp_memsize_serialize, <a href="libgimpbase-gimpmemsize.html#id2601933">gimp_memsize_serialize ()</a>
|
||||
<dt>gimp_memsize_deserialize, <a href="libgimpbase-gimpmemsize.html#id2588250">gimp_memsize_deserialize ()</a>
|
||||
</dt>
|
||||
<dt>gimp_memsize_to_string, <a href="libgimpbase-gimpmemsize.html#id2558618">gimp_memsize_to_string ()</a>
|
||||
<dt>gimp_memsize_serialize, <a href="libgimpbase-gimpmemsize.html#id2586178">gimp_memsize_serialize ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_MICRO_VERSION, <a href="libgimpbase-gimpversion.html#id2580663">GIMP_MICRO_VERSION</a>
|
||||
<dt>gimp_memsize_to_string, <a href="libgimpbase-gimpmemsize.html#id2561796">gimp_memsize_to_string ()</a>
|
||||
</dt>
|
||||
<dt>gimp_micro_version, <a href="libgimpbase-gimpversion.html#id2578646">gimp_micro_version</a>
|
||||
<dt>GIMP_MICRO_VERSION, <a href="libgimpbase-gimpversion.html#id2580665">GIMP_MICRO_VERSION</a>
|
||||
</dt>
|
||||
<dt>GIMP_MINOR_VERSION, <a href="libgimpbase-gimpversion.html#id2580634">GIMP_MINOR_VERSION</a>
|
||||
<dt>gimp_micro_version, <a href="libgimpbase-gimpversion.html#id2589522">gimp_micro_version</a>
|
||||
</dt>
|
||||
<dt>gimp_minor_version, <a href="libgimpbase-gimpversion.html#id2578618">gimp_minor_version</a>
|
||||
<dt>GIMP_MINOR_VERSION, <a href="libgimpbase-gimpversion.html#id2580637">GIMP_MINOR_VERSION</a>
|
||||
</dt>
|
||||
<dt>GIMP_MIN_IMAGE_SIZE, <a href="libgimpbase-gimplimits.html#id2566779">GIMP_MIN_IMAGE_SIZE</a>
|
||||
<dt>gimp_minor_version, <a href="libgimpbase-gimpversion.html#id2589494">gimp_minor_version</a>
|
||||
</dt>
|
||||
<dt>GIMP_MIN_RESOLUTION, <a href="libgimpbase-gimplimits.html#id2592109">GIMP_MIN_RESOLUTION</a>
|
||||
<dt>GIMP_MIN_IMAGE_SIZE, <a href="libgimpbase-gimplimits.html#id2589300">GIMP_MIN_IMAGE_SIZE</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARAM_READABLE, <a href="libgimpbase-gimpparam.html#id2510867">GIMP_PARAM_READABLE</a>
|
||||
<dt>GIMP_MIN_RESOLUTION, <a href="libgimpbase-gimplimits.html#id2598379">GIMP_MIN_RESOLUTION</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARAM_READWRITE, <a href="libgimpbase-gimpparam.html#id2510922">GIMP_PARAM_READWRITE</a>
|
||||
<dt>GIMP_PARAM_READABLE, <a href="libgimpbase-gimpparam.html#id2587832">GIMP_PARAM_READABLE</a>
|
||||
</dt>
|
||||
<dt>gimp_param_spec_memsize, <a href="libgimpbase-gimpmemsize.html#id2575919">gimp_param_spec_memsize ()</a>
|
||||
<dt>GIMP_PARAM_READWRITE, <a href="libgimpbase-gimpparam.html#id2587887">GIMP_PARAM_READWRITE</a>
|
||||
</dt>
|
||||
<dt>gimp_param_spec_parasite, <a href="libgimpbase-gimpparasite.html#id2607036">gimp_param_spec_parasite ()</a>
|
||||
<dt>gimp_param_spec_memsize, <a href="libgimpbase-gimpmemsize.html#id2562336">gimp_param_spec_memsize ()</a>
|
||||
</dt>
|
||||
<dt>gimp_param_spec_unit, <a href="libgimpbase-gimpunit.html#id2609941">gimp_param_spec_unit ()</a>
|
||||
<dt>gimp_param_spec_parasite, <a href="libgimpbase-gimpparasite.html#id2607193">gimp_param_spec_parasite ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARAM_STATIC_STRINGS, <a href="libgimpbase-gimpparam.html#id2510840">GIMP_PARAM_STATIC_STRINGS</a>
|
||||
<dt>gimp_param_spec_unit, <a href="libgimpbase-gimpunit.html#id2610177">gimp_param_spec_unit ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARAM_WRITABLE, <a href="libgimpbase-gimpparam.html#id2510895">GIMP_PARAM_WRITABLE</a>
|
||||
<dt>GIMP_PARAM_STATIC_STRINGS, <a href="libgimpbase-gimpparam.html#id2587805">GIMP_PARAM_STATIC_STRINGS</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_ATTACH_GRANDPARENT, <a href="libgimpbase-gimpparasite.html#id2606837">GIMP_PARASITE_ATTACH_GRANDPARENT</a>
|
||||
<dt>GIMP_PARAM_WRITABLE, <a href="libgimpbase-gimpparam.html#id2587860">GIMP_PARAM_WRITABLE</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_ATTACH_PARENT, <a href="libgimpbase-gimpparasite.html#id2606747">GIMP_PARASITE_ATTACH_PARENT</a>
|
||||
<dt>GIMP_PARASITE_ATTACH_GRANDPARENT, <a href="libgimpbase-gimpparasite.html#id2606995">GIMP_PARASITE_ATTACH_GRANDPARENT</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_compare, <a href="libgimpbase-gimpparasite.html#id2600682">gimp_parasite_compare ()</a>
|
||||
<dt>GIMP_PARASITE_ATTACH_PARENT, <a href="libgimpbase-gimpparasite.html#id2606905">GIMP_PARASITE_ATTACH_PARENT</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_copy, <a href="libgimpbase-gimpparasite.html#id2600613">gimp_parasite_copy ()</a>
|
||||
<dt>gimp_parasite_compare, <a href="libgimpbase-gimpparasite.html#id2563577">gimp_parasite_compare ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_data, <a href="libgimpbase-gimpparasite.html#id2606555">gimp_parasite_data ()</a>
|
||||
<dt>gimp_parasite_copy, <a href="libgimpbase-gimpparasite.html#id2563507">gimp_parasite_copy ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_data_size, <a href="libgimpbase-gimpparasite.html#id2606624">gimp_parasite_data_size ()</a>
|
||||
<dt>gimp_parasite_data, <a href="libgimpbase-gimpparasite.html#id2606712">gimp_parasite_data ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_flags, <a href="libgimpbase-gimpparasite.html#id2606415">gimp_parasite_flags ()</a>
|
||||
<dt>gimp_parasite_data_size, <a href="libgimpbase-gimpparasite.html#id2606781">gimp_parasite_data_size ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_free, <a href="libgimpbase-gimpparasite.html#id2560744">gimp_parasite_free ()</a>
|
||||
<dt>gimp_parasite_flags, <a href="libgimpbase-gimpparasite.html#id2606572">gimp_parasite_flags ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_GRANDPARENT_PERSISTENT, <a href="libgimpbase-gimpparasite.html#id2606868">GIMP_PARASITE_GRANDPARENT_PERSISTENT</a>
|
||||
<dt>gimp_parasite_free, <a href="libgimpbase-gimpparasite.html#id2601813">gimp_parasite_free ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_GRANDPARENT_UNDOABLE, <a href="libgimpbase-gimpparasite.html#id2606898">GIMP_PARASITE_GRANDPARENT_UNDOABLE</a>
|
||||
<dt>GIMP_PARASITE_GRANDPARENT_PERSISTENT, <a href="libgimpbase-gimpparasite.html#id2607025">GIMP_PARASITE_GRANDPARENT_PERSISTENT</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_has_flag, <a href="libgimpbase-gimpparasite.html#id2606326">gimp_parasite_has_flag ()</a>
|
||||
<dt>GIMP_PARASITE_GRANDPARENT_UNDOABLE, <a href="libgimpbase-gimpparasite.html#id2607055">GIMP_PARASITE_GRANDPARENT_UNDOABLE</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_is_persistent, <a href="libgimpbase-gimpparasite.html#id2606203">gimp_parasite_is_persistent ()</a>
|
||||
<dt>gimp_parasite_has_flag, <a href="libgimpbase-gimpparasite.html#id2606483">gimp_parasite_has_flag ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_is_type, <a href="libgimpbase-gimpparasite.html#id2600772">gimp_parasite_is_type ()</a>
|
||||
<dt>gimp_parasite_is_persistent, <a href="libgimpbase-gimpparasite.html#id2606359">gimp_parasite_is_persistent ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_is_undoable, <a href="libgimpbase-gimpparasite.html#id2606264">gimp_parasite_is_undoable ()</a>
|
||||
<dt>gimp_parasite_is_type, <a href="libgimpbase-gimpparasite.html#id2563666">gimp_parasite_is_type ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_name, <a href="libgimpbase-gimpparasite.html#id2606484">gimp_parasite_name ()</a>
|
||||
<dt>gimp_parasite_is_undoable, <a href="libgimpbase-gimpparasite.html#id2606420">gimp_parasite_is_undoable ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_new, <a href="libgimpbase-gimpparasite.html#id2560611">gimp_parasite_new ()</a>
|
||||
<dt>gimp_parasite_name, <a href="libgimpbase-gimpparasite.html#id2606642">gimp_parasite_name ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_PARENT_PERSISTENT, <a href="libgimpbase-gimpparasite.html#id2606776">GIMP_PARASITE_PARENT_PERSISTENT</a>
|
||||
<dt>gimp_parasite_new, <a href="libgimpbase-gimpparasite.html#id2601681">gimp_parasite_new ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_PARENT_UNDOABLE, <a href="libgimpbase-gimpparasite.html#id2606807">GIMP_PARASITE_PARENT_UNDOABLE</a>
|
||||
<dt>GIMP_PARASITE_PARENT_PERSISTENT, <a href="libgimpbase-gimpparasite.html#id2606934">GIMP_PARASITE_PARENT_PERSISTENT</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_PERSISTENT, <a href="libgimpbase-gimpparasite.html#id2606692">GIMP_PARASITE_PERSISTENT</a>
|
||||
<dt>GIMP_PARASITE_PARENT_UNDOABLE, <a href="libgimpbase-gimpparasite.html#id2606965">GIMP_PARASITE_PARENT_UNDOABLE</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_UNDOABLE, <a href="libgimpbase-gimpparasite.html#id2606720">GIMP_PARASITE_UNDOABLE</a>
|
||||
<dt>GIMP_PARASITE_PERSISTENT, <a href="libgimpbase-gimpparasite.html#id2606849">GIMP_PARASITE_PERSISTENT</a>
|
||||
</dt>
|
||||
<dt>gimp_path_free, <a href="libgimpbase-gimpenv.html#id2602656">gimp_path_free ()</a>
|
||||
<dt>GIMP_PARASITE_UNDOABLE, <a href="libgimpbase-gimpparasite.html#id2606878">GIMP_PARASITE_UNDOABLE</a>
|
||||
</dt>
|
||||
<dt>gimp_path_get_user_writable_dir, <a href="libgimpbase-gimpenv.html#id2602720">gimp_path_get_user_writable_dir ()</a>
|
||||
<dt>gimp_path_free, <a href="libgimpbase-gimpenv.html#id2602968">gimp_path_free ()</a>
|
||||
</dt>
|
||||
<dt>gimp_path_parse, <a href="libgimpbase-gimpenv.html#id2599276">gimp_path_parse ()</a>
|
||||
<dt>gimp_path_get_user_writable_dir, <a href="libgimpbase-gimpenv.html#id2603042">gimp_path_get_user_writable_dir ()</a>
|
||||
</dt>
|
||||
<dt>gimp_path_to_str, <a href="libgimpbase-gimpenv.html#id2569543">gimp_path_to_str ()</a>
|
||||
<dt>gimp_path_parse, <a href="libgimpbase-gimpenv.html#id2602708">gimp_path_parse ()</a>
|
||||
</dt>
|
||||
<dt>gimp_personal_rc_file, <a href="libgimpbase-gimpenv.html#id2576384">gimp_personal_rc_file ()</a>
|
||||
<dt>gimp_path_to_str, <a href="libgimpbase-gimpenv.html#id2602878">gimp_path_to_str ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_PIXPIPE_MAXDIM, <a href="libgimpbase-gimpparasiteio.html#id2602048">GIMP_PIXPIPE_MAXDIM</a>
|
||||
<dt>gimp_personal_rc_file, <a href="libgimpbase-gimpenv.html#id2565500">gimp_personal_rc_file ()</a>
|
||||
</dt>
|
||||
<dt>gimp_pixpipe_params_build, <a href="libgimpbase-gimpparasiteio.html#id2560897">gimp_pixpipe_params_build ()</a>
|
||||
<dt>GIMP_PIXPIPE_MAXDIM, <a href="libgimpbase-gimpparasiteio.html#id2603456">GIMP_PIXPIPE_MAXDIM</a>
|
||||
</dt>
|
||||
<dt>gimp_pixpipe_params_init, <a href="libgimpbase-gimpparasiteio.html#id2602326">gimp_pixpipe_params_init ()</a>
|
||||
<dt>gimp_pixpipe_params_build, <a href="libgimpbase-gimpparasiteio.html#id2605045">gimp_pixpipe_params_build ()</a>
|
||||
</dt>
|
||||
<dt>gimp_pixpipe_params_parse, <a href="libgimpbase-gimpparasiteio.html#id2602383">gimp_pixpipe_params_parse ()</a>
|
||||
<dt>gimp_pixpipe_params_init, <a href="libgimpbase-gimpparasiteio.html#id2603483">gimp_pixpipe_params_init ()</a>
|
||||
</dt>
|
||||
<dt>gimp_plug_in_directory, <a href="libgimpbase-gimpenv.html#id2599084">gimp_plug_in_directory ()</a>
|
||||
<dt>gimp_pixpipe_params_parse, <a href="libgimpbase-gimpparasiteio.html#id2604966">gimp_pixpipe_params_parse ()</a>
|
||||
</dt>
|
||||
<dt>gimp_rectangle_intersect, <a href="libgimpbase-gimprectangle.html#id2509827">gimp_rectangle_intersect ()</a>
|
||||
<dt>gimp_plug_in_directory, <a href="libgimpbase-gimpenv.html#id2576765">gimp_plug_in_directory ()</a>
|
||||
</dt>
|
||||
<dt>gimp_signal_private, <a href="libgimpbase-gimpsignal.html#id2560313">gimp_signal_private ()</a>
|
||||
<dt>gimp_rectangle_intersect, <a href="libgimpbase-gimprectangle.html#id2560718">gimp_rectangle_intersect ()</a>
|
||||
</dt>
|
||||
<dt>gimp_strip_uline, <a href="libgimpbase-gimputils.html#id2612054">gimp_strip_uline ()</a>
|
||||
<dt>gimp_signal_private, <a href="libgimpbase-gimpsignal.html#id2603822">gimp_signal_private ()</a>
|
||||
</dt>
|
||||
<dt>gimp_sysconf_directory, <a href="libgimpbase-gimpenv.html#id2599149">gimp_sysconf_directory ()</a>
|
||||
<dt>gimp_strip_uline, <a href="libgimpbase-gimputils.html#id2612196">gimp_strip_uline ()</a>
|
||||
</dt>
|
||||
<dt>gimp_type_get_translation_domain, <a href="libgimpbase-gimpbasetypes.html#id2575158">gimp_type_get_translation_domain ()</a>
|
||||
<dt>gimp_sysconf_directory, <a href="libgimpbase-gimpenv.html#id2565335">gimp_sysconf_directory ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_TYPE_MEMSIZE, <a href="libgimpbase-gimpmemsize.html#id2558699">GIMP_TYPE_MEMSIZE</a>
|
||||
<dt>gimp_type_get_translation_domain, <a href="libgimpbase-gimpbasetypes.html#id2587287">gimp_type_get_translation_domain ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_TYPE_PARAM_MEMSIZE, <a href="libgimpbase-gimpmemsize.html#id2558748">GIMP_TYPE_PARAM_MEMSIZE</a>
|
||||
<dt>GIMP_TYPE_MEMSIZE, <a href="libgimpbase-gimpmemsize.html#id2561877">GIMP_TYPE_MEMSIZE</a>
|
||||
</dt>
|
||||
<dt>GIMP_TYPE_PARAM_PARASITE, <a href="libgimpbase-gimpparasite.html#id2606958">GIMP_TYPE_PARAM_PARASITE</a>
|
||||
<dt>GIMP_TYPE_PARAM_MEMSIZE, <a href="libgimpbase-gimpmemsize.html#id2561927">GIMP_TYPE_PARAM_MEMSIZE</a>
|
||||
</dt>
|
||||
<dt>GIMP_TYPE_PARAM_UNIT, <a href="libgimpbase-gimpunit.html#id2609871">GIMP_TYPE_PARAM_UNIT</a>
|
||||
<dt>GIMP_TYPE_PARAM_PARASITE, <a href="libgimpbase-gimpparasite.html#id2607115">GIMP_TYPE_PARAM_PARASITE</a>
|
||||
</dt>
|
||||
<dt>GIMP_TYPE_PARASITE, <a href="libgimpbase-gimpparasite.html#id2606929">GIMP_TYPE_PARASITE</a>
|
||||
<dt>GIMP_TYPE_PARAM_UNIT, <a href="libgimpbase-gimpunit.html#id2610100">GIMP_TYPE_PARAM_UNIT</a>
|
||||
</dt>
|
||||
<dt>GIMP_TYPE_PARASITE, <a href="libgimpbase-gimpparasite.html#id2607087">GIMP_TYPE_PARASITE</a>
|
||||
</dt>
|
||||
<dt>gimp_type_set_translation_domain, <a href="libgimpbase-gimpbasetypes.html#id2571240">gimp_type_set_translation_domain ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_TYPE_UNIT, <a href="libgimpbase-gimpunit.html#id2609827">GIMP_TYPE_UNIT</a>
|
||||
<dt>GIMP_TYPE_UNIT, <a href="libgimpbase-gimpunit.html#id2610050">GIMP_TYPE_UNIT</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_abbreviation, <a href="libgimpbase-gimpunit.html#id2609611">gimp_unit_get_abbreviation ()</a>
|
||||
<dt>gimp_unit_get_abbreviation, <a href="libgimpbase-gimpunit.html#id2609813">gimp_unit_get_abbreviation ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_deletion_flag, <a href="libgimpbase-gimpunit.html#id2606014">gimp_unit_get_deletion_flag ()</a>
|
||||
<dt>gimp_unit_get_deletion_flag, <a href="libgimpbase-gimpunit.html#id2604825">gimp_unit_get_deletion_flag ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_digits, <a href="libgimpbase-gimpunit.html#id2609397">gimp_unit_get_digits ()</a>
|
||||
<dt>gimp_unit_get_digits, <a href="libgimpbase-gimpunit.html#id2609577">gimp_unit_get_digits ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_factor, <a href="libgimpbase-gimpunit.html#id2609317">gimp_unit_get_factor ()</a>
|
||||
<dt>gimp_unit_get_factor, <a href="libgimpbase-gimpunit.html#id2609475">gimp_unit_get_factor ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_identifier, <a href="libgimpbase-gimpunit.html#id2609473">gimp_unit_get_identifier ()</a>
|
||||
<dt>gimp_unit_get_identifier, <a href="libgimpbase-gimpunit.html#id2609661">gimp_unit_get_identifier ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_number_of_built_in_units, <a href="libgimpbase-gimpunit.html#id2605056">gimp_unit_get_number_of_built_in_units ()</a>
|
||||
<dt>gimp_unit_get_number_of_built_in_units, <a href="libgimpbase-gimpunit.html#id2557320">gimp_unit_get_number_of_built_in_units ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_number_of_units, <a href="libgimpbase-gimpunit.html#id2604997">gimp_unit_get_number_of_units ()</a>
|
||||
<dt>gimp_unit_get_number_of_units, <a href="libgimpbase-gimpunit.html#id2557262">gimp_unit_get_number_of_units ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_plural, <a href="libgimpbase-gimpunit.html#id2609755">gimp_unit_get_plural ()</a>
|
||||
<dt>gimp_unit_get_plural, <a href="libgimpbase-gimpunit.html#id2609971">gimp_unit_get_plural ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_singular, <a href="libgimpbase-gimpunit.html#id2609683">gimp_unit_get_singular ()</a>
|
||||
<dt>gimp_unit_get_singular, <a href="libgimpbase-gimpunit.html#id2609892">gimp_unit_get_singular ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_symbol, <a href="libgimpbase-gimpunit.html#id2609540">gimp_unit_get_symbol ()</a>
|
||||
<dt>gimp_unit_get_symbol, <a href="libgimpbase-gimpunit.html#id2609735">gimp_unit_get_symbol ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_new, <a href="libgimpbase-gimpunit.html#id2605117">gimp_unit_new ()</a>
|
||||
<dt>gimp_unit_new, <a href="libgimpbase-gimpunit.html#id2557382">gimp_unit_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_set_deletion_flag, <a href="libgimpbase-gimpunit.html#id2606099">gimp_unit_set_deletion_flag ()</a>
|
||||
<dt>gimp_unit_set_deletion_flag, <a href="libgimpbase-gimpunit.html#id2604909">gimp_unit_set_deletion_flag ()</a>
|
||||
</dt>
|
||||
<dt>gimp_utf8_strtrim, <a href="libgimpbase-gimputils.html#id2607503">gimp_utf8_strtrim ()</a>
|
||||
<dt>gimp_user_directory, <a href="libgimpbase-gimpenv.html#id2565400">gimp_user_directory ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_VALUE_HOLDS_MEMSIZE, <a href="libgimpbase-gimpmemsize.html#id2603494">GIMP_VALUE_HOLDS_MEMSIZE()</a>
|
||||
<dt>gimp_utf8_strtrim, <a href="libgimpbase-gimputils.html#id2607740">gimp_utf8_strtrim ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_VALUE_HOLDS_PARASITE, <a href="libgimpbase-gimpparasite.html#id2607146">GIMP_VALUE_HOLDS_PARASITE()</a>
|
||||
<dt>GIMP_VALUE_HOLDS_MEMSIZE, <a href="libgimpbase-gimpmemsize.html#id2603659">GIMP_VALUE_HOLDS_MEMSIZE()</a>
|
||||
</dt>
|
||||
<dt>GIMP_VALUE_HOLDS_UNIT, <a href="libgimpbase-gimpunit.html#id2610153">GIMP_VALUE_HOLDS_UNIT()</a>
|
||||
<dt>GIMP_VALUE_HOLDS_PARASITE, <a href="libgimpbase-gimpparasite.html#id2607325">GIMP_VALUE_HOLDS_PARASITE()</a>
|
||||
</dt>
|
||||
<dt>GIMP_VERSION, <a href="libgimpbase-gimpversion.html#id2590388">GIMP_VERSION</a>
|
||||
<dt>GIMP_VALUE_HOLDS_UNIT, <a href="libgimpbase-gimpunit.html#id2610412">GIMP_VALUE_HOLDS_UNIT()</a>
|
||||
</dt>
|
||||
<dt>GIMP_VERSION, <a href="libgimpbase-gimpversion.html#id2510680">GIMP_VERSION</a>
|
||||
</dt>
|
||||
</dl>
|
||||
</div></div>
|
||||
|
@ -56,6 +56,7 @@
|
||||
<function name="enum GimpTransferMode" link="libgimpbase-gimpbaseenums.html#GimpTransferMode"/>
|
||||
<function name="enum GimpTransformDirection" link="libgimpbase-gimpbaseenums.html#GimpTransformDirection"/>
|
||||
<function name="enum GimpTransformResize" link="libgimpbase-gimpbaseenums.html#GimpTransformResize"/>
|
||||
<function name="enum GimpUserDirectory" link="libgimpbase-gimpbaseenums.html#GimpUserDirectory"/>
|
||||
<function name="enum GimpVectorsStrokeType" link="libgimpbase-gimpbaseenums.html#GimpVectorsStrokeType"/>
|
||||
<function name="GimpEnumDesc" link="libgimpbase-gimpbasetypes.html#GimpEnumDesc"/>
|
||||
<function name="GimpFlagsDesc" link="libgimpbase-gimpbasetypes.html#GimpFlagsDesc"/>
|
||||
@ -98,11 +99,12 @@
|
||||
<function name="gimp_datafiles_read_directories ()" link="libgimpbase-gimpdatafiles.html#gimp-datafiles-read-directories"/>
|
||||
<function name="gimp_env_init ()" link="libgimpbase-gimpenv.html#gimp-env-init"/>
|
||||
<function name="gimp_directory ()" link="libgimpbase-gimpenv.html#gimp-directory"/>
|
||||
<function name="gimp_personal_rc_file ()" link="libgimpbase-gimpenv.html#gimp-personal-rc-file"/>
|
||||
<function name="gimp_data_directory ()" link="libgimpbase-gimpenv.html#gimp-data-directory"/>
|
||||
<function name="gimp_locale_directory ()" link="libgimpbase-gimpenv.html#gimp-locale-directory"/>
|
||||
<function name="gimp_plug_in_directory ()" link="libgimpbase-gimpenv.html#gimp-plug-in-directory"/>
|
||||
<function name="gimp_sysconf_directory ()" link="libgimpbase-gimpenv.html#gimp-sysconf-directory"/>
|
||||
<function name="gimp_user_directory ()" link="libgimpbase-gimpenv.html#gimp-user-directory"/>
|
||||
<function name="gimp_personal_rc_file ()" link="libgimpbase-gimpenv.html#gimp-personal-rc-file"/>
|
||||
<function name="gimp_gtkrc ()" link="libgimpbase-gimpenv.html#gimp-gtkrc"/>
|
||||
<function name="gimp_path_parse ()" link="libgimpbase-gimpenv.html#gimp-path-parse"/>
|
||||
<function name="gimp_path_to_str ()" link="libgimpbase-gimpenv.html#gimp-path-to-str"/>
|
||||
|
@ -56,6 +56,7 @@
|
||||
<keyword type="enum" name="enum GimpTransferMode" link="libgimpbase-gimpbaseenums.html#GimpTransferMode"/>
|
||||
<keyword type="enum" name="enum GimpTransformDirection" link="libgimpbase-gimpbaseenums.html#GimpTransformDirection"/>
|
||||
<keyword type="enum" name="enum GimpTransformResize" link="libgimpbase-gimpbaseenums.html#GimpTransformResize"/>
|
||||
<keyword type="enum" name="enum GimpUserDirectory" link="libgimpbase-gimpbaseenums.html#GimpUserDirectory"/>
|
||||
<keyword type="enum" name="enum GimpVectorsStrokeType" link="libgimpbase-gimpbaseenums.html#GimpVectorsStrokeType"/>
|
||||
<keyword type="struct" name="GimpEnumDesc" link="libgimpbase-gimpbasetypes.html#GimpEnumDesc"/>
|
||||
<keyword type="struct" name="GimpFlagsDesc" link="libgimpbase-gimpbasetypes.html#GimpFlagsDesc"/>
|
||||
@ -98,11 +99,12 @@
|
||||
<keyword type="function" name="gimp_datafiles_read_directories ()" link="libgimpbase-gimpdatafiles.html#gimp-datafiles-read-directories"/>
|
||||
<keyword type="function" name="gimp_env_init ()" link="libgimpbase-gimpenv.html#gimp-env-init" since="GIMP 2.4"/>
|
||||
<keyword type="function" name="gimp_directory ()" link="libgimpbase-gimpenv.html#gimp-directory"/>
|
||||
<keyword type="function" name="gimp_personal_rc_file ()" link="libgimpbase-gimpenv.html#gimp-personal-rc-file"/>
|
||||
<keyword type="function" name="gimp_data_directory ()" link="libgimpbase-gimpenv.html#gimp-data-directory"/>
|
||||
<keyword type="function" name="gimp_locale_directory ()" link="libgimpbase-gimpenv.html#gimp-locale-directory"/>
|
||||
<keyword type="function" name="gimp_plug_in_directory ()" link="libgimpbase-gimpenv.html#gimp-plug-in-directory"/>
|
||||
<keyword type="function" name="gimp_sysconf_directory ()" link="libgimpbase-gimpenv.html#gimp-sysconf-directory"/>
|
||||
<keyword type="function" name="gimp_user_directory ()" link="libgimpbase-gimpenv.html#gimp-user-directory" since="GIMP 2.4"/>
|
||||
<keyword type="function" name="gimp_personal_rc_file ()" link="libgimpbase-gimpenv.html#gimp-personal-rc-file"/>
|
||||
<keyword type="function" name="gimp_gtkrc ()" link="libgimpbase-gimpenv.html#gimp-gtkrc"/>
|
||||
<keyword type="function" name="gimp_path_parse ()" link="libgimpbase-gimpenv.html#gimp-path-parse"/>
|
||||
<keyword type="function" name="gimp_path_to_str ()" link="libgimpbase-gimpenv.html#gimp-path-to-str"/>
|
||||
|
Reference in New Issue
Block a user