Imported Upstream version 2.4.4
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.4.3
|
||||
for GIMP 2.4.4
|
||||
|
||||
</p></div>
|
||||
</div>
|
||||
|
||||
@ -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="#id2601374" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2602326" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2550423" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2528458" 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="id2601374"></a><span class="refentrytitle">gimpbaseenums</span>
|
||||
<a name="id2602326"></a><span class="refentrytitle">gimpbaseenums</span>
|
||||
</h2>
|
||||
<p>gimpbaseenums — Basic GIMP enumeration data types.</p>
|
||||
</td>
|
||||
@ -82,17 +82,17 @@ enum <a class="link" href="libgimpbase-gimpbaseenums.html#GimpVec
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2550423"></a><h2>Description</h2>
|
||||
<a name="id2528458"></a><h2>Description</h2>
|
||||
<p>
|
||||
Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2550438"></a><h2>Details</h2>
|
||||
<a name="id2532552"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2550449"></a><h3>
|
||||
<a name="id2532562"></a><h3>
|
||||
<a name="GimpAddMaskType"></a>enum GimpAddMaskType</h3>
|
||||
<a class="indexterm" name="id2550462"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2532574"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_ADD_WHITE_MASK, /*< desc="_White (full opacity)" >*/
|
||||
GIMP_ADD_BLACK_MASK, /*< desc="_Black (full transparency)" >*/
|
||||
@ -109,9 +109,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2604666"></a><h3>
|
||||
<a name="id2532599"></a><h3>
|
||||
<a name="GimpBlendMode"></a>enum GimpBlendMode</h3>
|
||||
<a class="indexterm" name="id2602356"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2532612"></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)" >*/
|
||||
@ -125,9 +125,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2550491"></a><h3>
|
||||
<a name="id2532632"></a><h3>
|
||||
<a name="GimpBucketFillMode"></a>enum GimpBucketFillMode</h3>
|
||||
<a class="indexterm" name="id2550503"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2532644"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_FG_BUCKET_FILL, /*< desc="FG color fill" >*/
|
||||
GIMP_BG_BUCKET_FILL, /*< desc="BG color fill" >*/
|
||||
@ -140,9 +140,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2550522"></a><h3>
|
||||
<a name="id2532663"></a><h3>
|
||||
<a name="GimpChannelOps"></a>enum GimpChannelOps</h3>
|
||||
<a class="indexterm" name="id2550534"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2532676"></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" >*/
|
||||
@ -156,9 +156,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2550556"></a><h3>
|
||||
<a name="id2532697"></a><h3>
|
||||
<a name="GimpChannelType"></a>enum GimpChannelType</h3>
|
||||
<a class="indexterm" name="id2600103"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2528013"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_RED_CHANNEL, /*< desc="Red" >*/
|
||||
GIMP_GREEN_CHANNEL, /*< desc="Green" >*/
|
||||
@ -174,9 +174,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2592489"></a><h3>
|
||||
<a name="id2528033"></a><h3>
|
||||
<a name="GimpCheckSize"></a>enum GimpCheckSize</h3>
|
||||
<a class="indexterm" name="id2592502"></a><pre class="programlisting">typedef enum /*< pdb-skip >*/
|
||||
<a class="indexterm" name="id2528046"></a><pre class="programlisting">typedef enum /*< pdb-skip >*/
|
||||
{
|
||||
GIMP_CHECK_SIZE_SMALL_CHECKS = 0, /*< desc="Small" >*/
|
||||
GIMP_CHECK_SIZE_MEDIUM_CHECKS = 1, /*< desc="Medium" >*/
|
||||
@ -189,9 +189,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2592521"></a><h3>
|
||||
<a name="id2528065"></a><h3>
|
||||
<a name="GimpCheckType"></a>enum GimpCheckType</h3>
|
||||
<a class="indexterm" name="id2592534"></a><pre class="programlisting">typedef enum /*< pdb-skip >*/
|
||||
<a class="indexterm" name="id2528078"></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" >*/
|
||||
@ -207,9 +207,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2592557"></a><h3>
|
||||
<a name="id2528101"></a><h3>
|
||||
<a name="GimpCloneType"></a>enum GimpCloneType</h3>
|
||||
<a class="indexterm" name="id2592569"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2528113"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_IMAGE_CLONE, /*< desc="Image" >*/
|
||||
GIMP_PATTERN_CLONE /*< desc="Pattern" >*/
|
||||
@ -221,9 +221,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2592587"></a><h3>
|
||||
<a name="id2528131"></a><h3>
|
||||
<a name="GimpDesaturateMode"></a>enum GimpDesaturateMode</h3>
|
||||
<a class="indexterm" name="id2592599"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2528143"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_DESATURATE_LIGHTNESS, /*< desc="Lightness" >*/
|
||||
GIMP_DESATURATE_LUMINOSITY, /*< desc="Luminosity" >*/
|
||||
@ -236,9 +236,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2592618"></a><h3>
|
||||
<a name="id2528162"></a><h3>
|
||||
<a name="GimpDodgeBurnType"></a>enum GimpDodgeBurnType</h3>
|
||||
<a class="indexterm" name="id2592630"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2528174"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_DODGE, /*< desc="Dodge" >*/
|
||||
GIMP_BURN /*< desc="Burn" >*/
|
||||
@ -250,9 +250,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2592647"></a><h3>
|
||||
<a name="id2528191"></a><h3>
|
||||
<a name="GimpForegroundExtractMode"></a>enum GimpForegroundExtractMode</h3>
|
||||
<a class="indexterm" name="id2592659"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2528203"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_FOREGROUND_EXTRACT_SIOX
|
||||
} GimpForegroundExtractMode;
|
||||
@ -263,9 +263,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2592675"></a><h3>
|
||||
<a name="id2528219"></a><h3>
|
||||
<a name="GimpGradientType"></a>enum GimpGradientType</h3>
|
||||
<a class="indexterm" name="id2592687"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2528231"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_GRADIENT_LINEAR, /*< desc="gradient|Linear" >*/
|
||||
GIMP_GRADIENT_BILINEAR, /*< desc="Bi-linear" >*/
|
||||
@ -286,9 +286,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2592716"></a><h3>
|
||||
<a name="id2528260"></a><h3>
|
||||
<a name="GimpGridStyle"></a>enum GimpGridStyle</h3>
|
||||
<a class="indexterm" name="id2528007"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2528273"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_GRID_DOTS, /*< desc="Intersections (dots)" >*/
|
||||
GIMP_GRID_INTERSECTIONS, /*< desc="Intersections (crosshairs)" >*/
|
||||
@ -303,9 +303,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2528029"></a><h3>
|
||||
<a name="id2592942"></a><h3>
|
||||
<a name="GimpIconType"></a>enum GimpIconType</h3>
|
||||
<a class="indexterm" name="id2528042"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2592954"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_ICON_TYPE_STOCK_ID, /*< desc="Stock ID" >*/
|
||||
GIMP_ICON_TYPE_INLINE_PIXBUF, /*< desc="Inline pixbuf" >*/
|
||||
@ -318,9 +318,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2528061"></a><h3>
|
||||
<a name="id2592973"></a><h3>
|
||||
<a name="GimpImageBaseType"></a>enum GimpImageBaseType</h3>
|
||||
<a class="indexterm" name="id2528073"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2592986"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_RGB, /*< desc="RGB color" >*/
|
||||
GIMP_GRAY, /*< desc="Grayscale" >*/
|
||||
@ -333,9 +333,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2528091"></a><h3>
|
||||
<a name="id2593004"></a><h3>
|
||||
<a name="GimpImageType"></a>enum GimpImageType</h3>
|
||||
<a class="indexterm" name="id2528104"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2593016"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_RGB_IMAGE, /*< desc="RGB" >*/
|
||||
GIMP_RGBA_IMAGE, /*< desc="RGB-alpha" >*/
|
||||
@ -351,9 +351,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2528125"></a><h3>
|
||||
<a name="id2593038"></a><h3>
|
||||
<a name="GimpInterpolationType"></a>enum GimpInterpolationType</h3>
|
||||
<a class="indexterm" name="id2528136"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2593049"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_INTERPOLATION_NONE, /*< desc="interpolation|None" >*/
|
||||
GIMP_INTERPOLATION_LINEAR, /*< desc="interpolation|Linear" >*/
|
||||
@ -367,9 +367,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2528157"></a><h3>
|
||||
<a name="id2593069"></a><h3>
|
||||
<a name="GimpMessageHandlerType"></a>enum GimpMessageHandlerType</h3>
|
||||
<a class="indexterm" name="id2528168"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2593080"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_MESSAGE_BOX,
|
||||
GIMP_CONSOLE,
|
||||
@ -382,9 +382,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2528185"></a><h3>
|
||||
<a name="id2593097"></a><h3>
|
||||
<a name="GimpPaintApplicationMode"></a>enum GimpPaintApplicationMode</h3>
|
||||
<a class="indexterm" name="id2528196"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2593108"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_PAINT_CONSTANT, /*< desc="Constant" >*/
|
||||
GIMP_PAINT_INCREMENTAL /*< desc="Incremental" >*/
|
||||
@ -396,9 +396,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2528214"></a><h3>
|
||||
<a name="id2593126"></a><h3>
|
||||
<a name="GimpPDBArgType"></a>enum GimpPDBArgType</h3>
|
||||
<a class="indexterm" name="id2528226"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2593139"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_PDB_INT32,
|
||||
GIMP_PDB_INT16,
|
||||
@ -433,9 +433,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2528251"></a><h3>
|
||||
<a name="id2593163"></a><h3>
|
||||
<a name="GimpPDBProcType"></a>enum GimpPDBProcType</h3>
|
||||
<a class="indexterm" name="id2528263"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2593176"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_INTERNAL, /*< desc="Internal GIMP procedure" >*/
|
||||
GIMP_PLUGIN, /*< desc="GIMP Plug-In" >*/
|
||||
@ -449,9 +449,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615460"></a><h3>
|
||||
<a name="id2593195"></a><h3>
|
||||
<a name="GimpPDBStatusType"></a>enum GimpPDBStatusType</h3>
|
||||
<a class="indexterm" name="id2615470"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2593207"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_PDB_EXECUTION_ERROR,
|
||||
GIMP_PDB_CALLING_ERROR,
|
||||
@ -466,9 +466,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615487"></a><h3>
|
||||
<a name="id2593225"></a><h3>
|
||||
<a name="GimpProgressCommand"></a>enum GimpProgressCommand</h3>
|
||||
<a class="indexterm" name="id2615497"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2593237"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_PROGRESS_COMMAND_START,
|
||||
GIMP_PROGRESS_COMMAND_END,
|
||||
@ -484,9 +484,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615515"></a><h3>
|
||||
<a name="id2593256"></a><h3>
|
||||
<a name="GimpRepeatMode"></a>enum GimpRepeatMode</h3>
|
||||
<a class="indexterm" name="id2615525"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2593269"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_REPEAT_NONE, /*< desc="None" >*/
|
||||
GIMP_REPEAT_SAWTOOTH, /*< desc="Sawtooth wave" >*/
|
||||
@ -499,9 +499,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615542"></a><h3>
|
||||
<a name="id2593288"></a><h3>
|
||||
<a name="GimpRunMode"></a>enum GimpRunMode</h3>
|
||||
<a class="indexterm" name="id2615553"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2593300"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_RUN_INTERACTIVE, /*< desc="Run interactively" >*/
|
||||
GIMP_RUN_NONINTERACTIVE, /*< desc="Run non-interactively" >*/
|
||||
@ -514,9 +514,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615570"></a><h3>
|
||||
<a name="id2593320"></a><h3>
|
||||
<a name="GimpSizeType"></a>enum GimpSizeType</h3>
|
||||
<a class="indexterm" name="id2615581"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2593332"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_PIXELS, /*< desc="Pixels" >*/
|
||||
GIMP_POINTS /*< desc="Points" >*/
|
||||
@ -528,9 +528,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615596"></a><h3>
|
||||
<a name="id2593349"></a><h3>
|
||||
<a name="GimpStackTraceMode"></a>enum GimpStackTraceMode</h3>
|
||||
<a class="indexterm" name="id2615607"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2593362"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_STACK_TRACE_NEVER,
|
||||
GIMP_STACK_TRACE_QUERY,
|
||||
@ -543,9 +543,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615622"></a><h3>
|
||||
<a name="id2593379"></a><h3>
|
||||
<a name="GimpTransferMode"></a>enum GimpTransferMode</h3>
|
||||
<a class="indexterm" name="id2615633"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2593391"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_SHADOWS, /*< desc="Shadows" >*/
|
||||
GIMP_MIDTONES, /*< desc="Midtones" >*/
|
||||
@ -558,9 +558,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615649"></a><h3>
|
||||
<a name="id2593409"></a><h3>
|
||||
<a name="GimpTransformDirection"></a>enum GimpTransformDirection</h3>
|
||||
<a class="indexterm" name="id2615660"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2593420"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_TRANSFORM_FORWARD, /*< desc="Normal (Forward)" >*/
|
||||
GIMP_TRANSFORM_BACKWARD /*< desc="Corrective (Backward)" >*/
|
||||
@ -572,9 +572,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615676"></a><h3>
|
||||
<a name="id2593438"></a><h3>
|
||||
<a name="GimpTransformResize"></a>enum GimpTransformResize</h3>
|
||||
<a class="indexterm" name="id2615687"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2593451"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_TRANSFORM_RESIZE_ADJUST = 0, /*< desc="Adjust" >*/
|
||||
GIMP_TRANSFORM_RESIZE_CLIP = 1, /*< desc="Clip" >*/
|
||||
@ -588,9 +588,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615706"></a><h3>
|
||||
<a name="id2593472"></a><h3>
|
||||
<a name="GimpUserDirectory"></a>enum GimpUserDirectory</h3>
|
||||
<a class="indexterm" name="id2615716"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2593484"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_USER_DIRECTORY_DESKTOP,
|
||||
GIMP_USER_DIRECTORY_DOCUMENTS,
|
||||
@ -608,9 +608,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615735"></a><h3>
|
||||
<a name="id2593504"></a><h3>
|
||||
<a name="GimpVectorsStrokeType"></a>enum GimpVectorsStrokeType</h3>
|
||||
<a class="indexterm" name="id2615745"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2593515"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_VECTORS_STROKE_TYPE_BEZIER
|
||||
} GimpVectorsStrokeType;
|
||||
@ -621,9 +621,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2615761"></a><div class="refsect2" lang="en"><a name="id2615762"></a></div>
|
||||
<a name="id2593533"></a><div class="refsect2" lang="en"><a name="id2593534"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2615763"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2593535"></a></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@ -25,16 +25,16 @@
|
||||
<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="#id2583310" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2606863" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2608380" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2616701" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpbasetypes"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2583310"></a><span class="refentrytitle">gimpbasetypes</span>
|
||||
<a name="id2606863"></a><span class="refentrytitle">gimpbasetypes</span>
|
||||
</h2>
|
||||
<p>gimpbasetypes — Translation between gettext translation domain identifier and GType.</p>
|
||||
</td>
|
||||
@ -76,17 +76,17 @@ href="../gobject/gobject-Type-Information.html#GType"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2608380"></a><h2>Description</h2>
|
||||
<a name="id2616701"></a><h2>Description</h2>
|
||||
<p>
|
||||
Translation between gettext translation domain identifier and GType.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2608396"></a><h2>Details</h2>
|
||||
<a name="id2616718"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588780"></a><h3>
|
||||
<a name="id2616729"></a><h3>
|
||||
<a name="GimpEnumDesc"></a>GimpEnumDesc</h3>
|
||||
<a class="indexterm" name="id2588793"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2616741"></a><pre class="programlisting">typedef struct {
|
||||
gint value;
|
||||
gchar *value_desc;
|
||||
gchar *value_help;
|
||||
@ -98,9 +98,9 @@ Translation between gettext translation domain identifier and GType.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588810"></a><h3>
|
||||
<a name="id2600518"></a><h3>
|
||||
<a name="GimpFlagsDesc"></a>GimpFlagsDesc</h3>
|
||||
<a class="indexterm" name="id2588822"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2600531"></a><pre class="programlisting">typedef struct {
|
||||
guint value;
|
||||
gchar *value_desc;
|
||||
gchar *value_help;
|
||||
@ -112,9 +112,9 @@ Translation between gettext translation domain identifier and GType.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588839"></a><h3>
|
||||
<a name="id2600548"></a><h3>
|
||||
<a name="gimp-type-set-translation-domain"></a>gimp_type_set_translation_domain ()</h3>
|
||||
<a class="indexterm" name="id2588854"></a><pre class="programlisting">void gimp_type_set_translation_domain (<a
|
||||
<a class="indexterm" name="id2600564"></a><pre class="programlisting">void gimp_type_set_translation_domain (<a
|
||||
href="../gobject/gobject-Type-Information.html#GType"
|
||||
>GType</a> type,
|
||||
const <a
|
||||
@ -154,9 +154,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2596533"></a><h3>
|
||||
<a name="id2599631"></a><h3>
|
||||
<a name="gimp-type-get-translation-domain"></a>gimp_type_get_translation_domain ()</h3>
|
||||
<a class="indexterm" name="id2596549"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2599646"></a><pre class="programlisting">const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_type_get_translation_domain (<a
|
||||
href="../gobject/gobject-Type-Information.html#GType"
|
||||
@ -195,9 +195,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2596670"></a><h3>
|
||||
<a name="id2599767"></a><h3>
|
||||
<a name="gimp-enum-set-value-descriptions"></a>gimp_enum_set_value_descriptions ()</h3>
|
||||
<a class="indexterm" name="id2596686"></a><pre class="programlisting">void gimp_enum_set_value_descriptions (<a
|
||||
<a class="indexterm" name="id2599783"></a><pre class="programlisting">void gimp_enum_set_value_descriptions (<a
|
||||
href="../gobject/gobject-Type-Information.html#GType"
|
||||
>GType</a> enum_type,
|
||||
const <a class="link" href="libgimpbase-gimpbasetypes.html#GimpEnumDesc">GimpEnumDesc</a> *descriptions);</pre>
|
||||
@ -231,9 +231,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2527257"></a><h3>
|
||||
<a name="id2599887"></a><h3>
|
||||
<a name="gimp-enum-get-value-descriptions"></a>gimp_enum_get_value_descriptions ()</h3>
|
||||
<a class="indexterm" name="id2527273"></a><pre class="programlisting">const <a class="link" href="libgimpbase-gimpbasetypes.html#GimpEnumDesc">GimpEnumDesc</a>* gimp_enum_get_value_descriptions (<a
|
||||
<a class="indexterm" name="id2576808"></a><pre class="programlisting">const <a class="link" href="libgimpbase-gimpbasetypes.html#GimpEnumDesc">GimpEnumDesc</a>* gimp_enum_get_value_descriptions (<a
|
||||
href="../gobject/gobject-Type-Information.html#GType"
|
||||
>GType</a> enum_type);</pre>
|
||||
<p>
|
||||
@ -267,9 +267,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2527367"></a><h3>
|
||||
<a name="id2576902"></a><h3>
|
||||
<a name="gimp-flags-get-value-descriptions"></a>gimp_flags_get_value_descriptions ()</h3>
|
||||
<a class="indexterm" name="id2527382"></a><pre class="programlisting">const <a class="link" href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc">GimpFlagsDesc</a>* gimp_flags_get_value_descriptions (<a
|
||||
<a class="indexterm" name="id2576917"></a><pre class="programlisting">const <a class="link" href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc">GimpFlagsDesc</a>* gimp_flags_get_value_descriptions (<a
|
||||
href="../gobject/gobject-Type-Information.html#GType"
|
||||
>GType</a> flags_type);</pre>
|
||||
<p>
|
||||
@ -303,9 +303,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2527476"></a><h3>
|
||||
<a name="id2577011"></a><h3>
|
||||
<a name="gimp-flags-set-value-descriptions"></a>gimp_flags_set_value_descriptions ()</h3>
|
||||
<a class="indexterm" name="id2527492"></a><pre class="programlisting">void gimp_flags_set_value_descriptions (<a
|
||||
<a class="indexterm" name="id2577027"></a><pre class="programlisting">void gimp_flags_set_value_descriptions (<a
|
||||
href="../gobject/gobject-Type-Information.html#GType"
|
||||
>GType</a> flags_type,
|
||||
const <a class="link" href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc">GimpFlagsDesc</a> *descriptions);</pre>
|
||||
@ -339,9 +339,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2616536"></a><div class="refsect2" lang="en"><a name="id2616537"></a></div>
|
||||
<a name="id2577131"></a><div class="refsect2" lang="en"><a name="id2577132"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2616538"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2577134"></a></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@ -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="#id2602801" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2606914" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2583101" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2596712" 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="id2602801"></a><span class="refentrytitle">gimpchecks</span>
|
||||
<a name="id2606914"></a><span class="refentrytitle">gimpchecks</span>
|
||||
</h2>
|
||||
<p>gimpchecks — Constants and functions related to rendering checkerboards.</p>
|
||||
</td>
|
||||
@ -60,17 +60,17 @@ href="../glib/glib-Basic-Types.html#guchar"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2583101"></a><h2>Description</h2>
|
||||
<a name="id2596712"></a><h2>Description</h2>
|
||||
<p>
|
||||
Constants and functions related to rendering checkerboards.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2583118"></a><h2>Details</h2>
|
||||
<a name="id2607147"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2583128"></a><h3>
|
||||
<a name="id2607158"></a><h3>
|
||||
<a name="GIMP-CHECK-SIZE:CAPS"></a>GIMP_CHECK_SIZE</h3>
|
||||
<a class="indexterm" name="id2583140"></a><pre class="programlisting">#define GIMP_CHECK_SIZE 8
|
||||
<a class="indexterm" name="id2607169"></a><pre class="programlisting">#define GIMP_CHECK_SIZE 8
|
||||
</pre>
|
||||
<p>
|
||||
The default checkerboard size in pixels. This is configurable in the
|
||||
@ -80,9 +80,9 @@ this constant instead.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2583158"></a><h3>
|
||||
<a name="id2607188"></a><h3>
|
||||
<a name="GIMP-CHECK-SIZE-SM:CAPS"></a>GIMP_CHECK_SIZE_SM</h3>
|
||||
<a class="indexterm" name="id2583170"></a><pre class="programlisting">#define GIMP_CHECK_SIZE_SM 4
|
||||
<a class="indexterm" name="id2607199"></a><pre class="programlisting">#define GIMP_CHECK_SIZE_SM 4
|
||||
</pre>
|
||||
<p>
|
||||
The default small checkerboard size in pixels.
|
||||
@ -90,9 +90,9 @@ The default small checkerboard size in pixels.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2582656"></a><h3>
|
||||
<a name="id2607215"></a><h3>
|
||||
<a name="GIMP-CHECK-DARK:CAPS"></a>GIMP_CHECK_DARK</h3>
|
||||
<a class="indexterm" name="id2582667"></a><pre class="programlisting">#define GIMP_CHECK_DARK 0.4
|
||||
<a class="indexterm" name="id2607227"></a><pre class="programlisting">#define GIMP_CHECK_DARK 0.4
|
||||
</pre>
|
||||
<p>
|
||||
The dark gray value for the default checkerboard pattern.
|
||||
@ -100,9 +100,9 @@ The dark gray value for the default checkerboard pattern.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2582684"></a><h3>
|
||||
<a name="id2607243"></a><h3>
|
||||
<a name="GIMP-CHECK-LIGHT:CAPS"></a>GIMP_CHECK_LIGHT</h3>
|
||||
<a class="indexterm" name="id2582695"></a><pre class="programlisting">#define GIMP_CHECK_LIGHT 0.6
|
||||
<a class="indexterm" name="id2607255"></a><pre class="programlisting">#define GIMP_CHECK_LIGHT 0.6
|
||||
</pre>
|
||||
<p>
|
||||
The light gray value for the default checkerboard pattern.
|
||||
@ -110,9 +110,9 @@ The light gray value for the default checkerboard pattern.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2582712"></a><h3>
|
||||
<a name="id2605108"></a><h3>
|
||||
<a name="gimp-checks-get-shades"></a>gimp_checks_get_shades ()</h3>
|
||||
<a class="indexterm" name="id2582725"></a><pre class="programlisting">void gimp_checks_get_shades (<a class="link" href="libgimpbase-gimpbaseenums.html#GimpCheckType">GimpCheckType</a> type,
|
||||
<a class="indexterm" name="id2605121"></a><pre class="programlisting">void gimp_checks_get_shades (<a class="link" href="libgimpbase-gimpbaseenums.html#GimpCheckType">GimpCheckType</a> type,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#guchar"
|
||||
>guchar</a> *light,
|
||||
@ -150,9 +150,9 @@ checkerboard for a certain <a class="link" href="libgimpbase-gimpbaseenums.html#
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2582996"></a><div class="refsect2" lang="en"><a name="id2582997"></a></div>
|
||||
<a name="id2605229"></a><div class="refsect2" lang="en"><a name="id2605230"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2582998"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2605231"></a></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@ -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="#id2580016" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2604924" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2610857" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2586175" 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="id2580016"></a><span class="refentrytitle">gimpcpuaccel</span>
|
||||
<a name="id2604924"></a><span class="refentrytitle">gimpcpuaccel</span>
|
||||
</h2>
|
||||
<p>gimpcpuaccel</p>
|
||||
</td>
|
||||
@ -54,17 +54,17 @@ href="../glib/glib-Basic-Types.html#gboolean"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2610857"></a><h2>Description</h2>
|
||||
<a name="id2586175"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2610873"></a><h2>Details</h2>
|
||||
<a name="id2609702"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2610884"></a><h3>
|
||||
<a name="id2604197"></a><h3>
|
||||
<a name="GimpCpuAccelFlags"></a>enum GimpCpuAccelFlags</h3>
|
||||
<a class="indexterm" name="id2610896"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2607699"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_CPU_ACCEL_NONE = 0x0,
|
||||
|
||||
@ -86,9 +86,9 @@ href="../glib/glib-Basic-Types.html#gboolean"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2593553"></a><h3>
|
||||
<a name="id2607721"></a><h3>
|
||||
<a name="gimp-cpu-accel-get-support"></a>gimp_cpu_accel_get_support ()</h3>
|
||||
<a class="indexterm" name="id2593567"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpcpuaccel.html#GimpCpuAccelFlags">GimpCpuAccelFlags</a> gimp_cpu_accel_get_support (void);</pre>
|
||||
<a class="indexterm" name="id2607735"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpcpuaccel.html#GimpCpuAccelFlags">GimpCpuAccelFlags</a> gimp_cpu_accel_get_support (void);</pre>
|
||||
<p>
|
||||
Query for CPU acceleration support.</p>
|
||||
<p>
|
||||
@ -108,9 +108,9 @@ Query for CPU acceleration support.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2593621"></a><h3>
|
||||
<a name="id2602905"></a><h3>
|
||||
<a name="gimp-cpu-accel-set-use"></a>gimp_cpu_accel_set_use ()</h3>
|
||||
<a class="indexterm" name="id2593634"></a><pre class="programlisting">void gimp_cpu_accel_set_use (<a
|
||||
<a class="indexterm" name="id2602918"></a><pre class="programlisting">void gimp_cpu_accel_set_use (<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> use);</pre>
|
||||
<p>
|
||||
@ -131,9 +131,9 @@ This function is for internal use only.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2589021"></a><div class="refsect2" lang="en"><a name="id2589022"></a></div>
|
||||
<a name="id2602977"></a><div class="refsect2" lang="en"><a name="id2602978"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2589024"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2602979"></a></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@ -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="#id2610567" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2606710" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2580720" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2579677" 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="id2610567"></a><span class="refentrytitle">gimpdatafiles</span>
|
||||
<a name="id2606710"></a><span class="refentrytitle">gimpdatafiles</span>
|
||||
</h2>
|
||||
<p>gimpdatafiles — Functions to handle GIMP data files.</p>
|
||||
</td>
|
||||
@ -72,17 +72,17 @@ href="../glib/glib-Basic-Types.html#gpointer"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2580720"></a><h2>Description</h2>
|
||||
<a name="id2579677"></a><h2>Description</h2>
|
||||
<p>
|
||||
Functions to handle GIMP data files.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2580735"></a><h2>Details</h2>
|
||||
<a name="id2579693"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2580746"></a><h3>
|
||||
<a name="id2579704"></a><h3>
|
||||
<a name="GimpDatafileData"></a>GimpDatafileData</h3>
|
||||
<a class="indexterm" name="id2580758"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2579716"></a><pre class="programlisting">typedef struct {
|
||||
const gchar *filename;
|
||||
const gchar *dirname;
|
||||
const gchar *basename;
|
||||
@ -98,9 +98,9 @@ Functions to handle GIMP data files.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2581398"></a><h3>
|
||||
<a name="id2579734"></a><h3>
|
||||
<a name="GimpDatafileLoaderFunc"></a>GimpDatafileLoaderFunc ()</h3>
|
||||
<a class="indexterm" name="id2581409"></a><pre class="programlisting">void (*GimpDatafileLoaderFunc) (const <a class="link" href="libgimpbase-gimpdatafiles.html#GimpDatafileData">GimpDatafileData</a> *file_data,
|
||||
<a class="indexterm" name="id2579746"></a><pre class="programlisting">void (*GimpDatafileLoaderFunc) (const <a class="link" href="libgimpbase-gimpdatafiles.html#GimpDatafileData">GimpDatafileData</a> *file_data,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> user_data);</pre>
|
||||
@ -127,9 +127,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2581476"></a><h3>
|
||||
<a name="id2611685"></a><h3>
|
||||
<a name="gimp-datafiles-check-extension"></a>gimp_datafiles_check_extension ()</h3>
|
||||
<a class="indexterm" name="id2581487"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2611697"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_datafiles_check_extension (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
@ -165,9 +165,9 @@ href="../glib/glib-Basic-Types.html#gchar"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612901"></a><h3>
|
||||
<a name="id2611774"></a><h3>
|
||||
<a name="gimp-datafiles-read-directories"></a>gimp_datafiles_read_directories ()</h3>
|
||||
<a class="indexterm" name="id2612912"></a><pre class="programlisting">void gimp_datafiles_read_directories (const <a
|
||||
<a class="indexterm" name="id2611786"></a><pre class="programlisting">void gimp_datafiles_read_directories (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *path_str,
|
||||
<a
|
||||
@ -210,9 +210,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2586138"></a><div class="refsect2" lang="en"><a name="id2586139"></a></div>
|
||||
<a name="id2615414"></a><div class="refsect2" lang="en"><a name="id2615415"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2586140"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2615416"></a></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@ -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="#id2576698" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2594128" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2618784" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2621076" 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="id2576698"></a><span class="refentrytitle">gimpenv</span>
|
||||
<a name="id2594128"></a><span class="refentrytitle">gimpenv</span>
|
||||
</h2>
|
||||
<p>gimpenv — Functions to access the GIMP environment.</p>
|
||||
</td>
|
||||
@ -105,18 +105,18 @@ href="../glib/glib-Doubly-Linked-Lists.html#GList"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2618784"></a><h2>Description</h2>
|
||||
<a name="id2621076"></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="id2618801"></a><h2>Details</h2>
|
||||
<a name="id2612699"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2618812"></a><h3>
|
||||
<a name="id2612710"></a><h3>
|
||||
<a name="gimp-env-init"></a>gimp_env_init ()</h3>
|
||||
<a class="indexterm" name="id2618827"></a><pre class="programlisting">void gimp_env_init (<a
|
||||
<a class="indexterm" name="id2612725"></a><pre class="programlisting">void gimp_env_init (<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> plug_in);</pre>
|
||||
<p>
|
||||
@ -143,9 +143,9 @@ href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2618905"></a><h3>
|
||||
<a name="id2612803"></a><h3>
|
||||
<a name="gimp-directory"></a>gimp_directory ()</h3>
|
||||
<a class="indexterm" name="id2618917"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2612815"></a><pre class="programlisting">const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_directory (void);</pre>
|
||||
<p>
|
||||
@ -183,9 +183,9 @@ UTF-8.)</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2618999"></a><h3>
|
||||
<a name="id2612897"></a><h3>
|
||||
<a name="gimp-data-directory"></a>gimp_data_directory ()</h3>
|
||||
<a class="indexterm" name="id2619011"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2612910"></a><pre class="programlisting">const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_data_directory (void);</pre>
|
||||
<p>
|
||||
@ -214,9 +214,9 @@ UTF-8.)</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2619710"></a><h3>
|
||||
<a name="id2550837"></a><h3>
|
||||
<a name="gimp-locale-directory"></a>gimp_locale_directory ()</h3>
|
||||
<a class="indexterm" name="id2619721"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2550848"></a><pre class="programlisting">const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_locale_directory (void);</pre>
|
||||
<p>
|
||||
@ -248,9 +248,9 @@ does not handle UTF-8.)</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2619787"></a><h3>
|
||||
<a name="id2550914"></a><h3>
|
||||
<a name="gimp-plug-in-directory"></a>gimp_plug_in_directory ()</h3>
|
||||
<a class="indexterm" name="id2619798"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2550925"></a><pre class="programlisting">const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_plug_in_directory (void);</pre>
|
||||
<p>
|
||||
@ -279,9 +279,9 @@ UTF-8.)</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2619852"></a><h3>
|
||||
<a name="id2550979"></a><h3>
|
||||
<a name="gimp-sysconf-directory"></a>gimp_sysconf_directory ()</h3>
|
||||
<a class="indexterm" name="id2619863"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2550990"></a><pre class="programlisting">const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_sysconf_directory (void);</pre>
|
||||
<p>
|
||||
@ -310,9 +310,9 @@ UTF-8.).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2619916"></a><h3>
|
||||
<a name="id2551043"></a><h3>
|
||||
<a name="gimp-user-directory"></a>gimp_user_directory ()</h3>
|
||||
<a class="indexterm" name="id2619931"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2551058"></a><pre class="programlisting">const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_user_directory (<a class="link" href="libgimpbase-gimpbaseenums.html#GimpUserDirectory">GimpUserDirectory</a> type);</pre>
|
||||
<p>
|
||||
@ -349,9 +349,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2586580"></a><h3>
|
||||
<a name="id2577195"></a><h3>
|
||||
<a name="gimp-personal-rc-file"></a>gimp_personal_rc_file ()</h3>
|
||||
<a class="indexterm" name="id2586591"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2577207"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_personal_rc_file (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
@ -387,9 +387,9 @@ UTF-8. (On Windows it always is UTF-8.)</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2586669"></a><h3>
|
||||
<a name="id2577285"></a><h3>
|
||||
<a name="gimp-gtkrc"></a>gimp_gtkrc ()</h3>
|
||||
<a class="indexterm" name="id2586682"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2577297"></a><pre class="programlisting">const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_gtkrc (void);</pre>
|
||||
<p>
|
||||
@ -414,9 +414,9 @@ UTF-8.)</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2586732"></a><h3>
|
||||
<a name="id2577347"></a><h3>
|
||||
<a name="gimp-path-parse"></a>gimp_path_parse ()</h3>
|
||||
<a class="indexterm" name="id2586744"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2577360"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Doubly-Linked-Lists.html#GList"
|
||||
>GList</a>* gimp_path_parse (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
@ -477,9 +477,9 @@ href="../glib/glib-Doubly-Linked-Lists.html#GList"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2620555"></a><h3>
|
||||
<a name="id2577523"></a><h3>
|
||||
<a name="gimp-path-to-str"></a>gimp_path_to_str ()</h3>
|
||||
<a class="indexterm" name="id2620566"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2577535"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_path_to_str (<a
|
||||
href="../glib/glib-Doubly-Linked-Lists.html#GList"
|
||||
@ -509,9 +509,9 @@ href="../glib/glib-Standard-Macros.html#G-SEARCHPATH-SEPARATOR:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2620643"></a><h3>
|
||||
<a name="id2577611"></a><h3>
|
||||
<a name="gimp-path-free"></a>gimp_path_free ()</h3>
|
||||
<a class="indexterm" name="id2620655"></a><pre class="programlisting">void gimp_path_free (<a
|
||||
<a class="indexterm" name="id2577624"></a><pre class="programlisting">void gimp_path_free (<a
|
||||
href="../glib/glib-Doubly-Linked-Lists.html#GList"
|
||||
>GList</a> *path);</pre>
|
||||
<p>
|
||||
@ -531,9 +531,9 @@ it contains.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2620716"></a><h3>
|
||||
<a name="id2577684"></a><h3>
|
||||
<a name="gimp-path-get-user-writable-dir"></a>gimp_path_get_user_writable_dir ()</h3>
|
||||
<a class="indexterm" name="id2620729"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2577697"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_path_get_user_writable_dir (<a
|
||||
href="../glib/glib-Doubly-Linked-Lists.html#GList"
|
||||
@ -563,9 +563,9 @@ href="../glib/glib-Memory-Allocation.html#g-free"
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2620817"></a><div class="refsect2" lang="en"><a name="id2620818"></a></div>
|
||||
<a name="id2577783"></a><div class="refsect2" lang="en"><a name="id2577784"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2620819"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2577785"></a></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@ -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="#id2585017" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2594704" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2600115" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2598934" 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="id2585017"></a><span class="refentrytitle">gimplimits</span>
|
||||
<a name="id2594704"></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="id2600115"></a><h2>Description</h2>
|
||||
<a name="id2598934"></a><h2>Description</h2>
|
||||
<p>
|
||||
Boundaries of some GIMP data types and some global constants.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2602175"></a><h2>Details</h2>
|
||||
<a name="id2615300"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602186"></a><h3>
|
||||
<a name="id2584182"></a><h3>
|
||||
<a name="GIMP-MIN-IMAGE-SIZE:CAPS"></a>GIMP_MIN_IMAGE_SIZE</h3>
|
||||
<a class="indexterm" name="id2602198"></a><pre class="programlisting">#define GIMP_MIN_IMAGE_SIZE 1
|
||||
<a class="indexterm" name="id2589303"></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="id2602214"></a><h3>
|
||||
<a name="id2589319"></a><h3>
|
||||
<a name="GIMP-MAX-IMAGE-SIZE:CAPS"></a>GIMP_MAX_IMAGE_SIZE</h3>
|
||||
<a class="indexterm" name="id2603902"></a><pre class="programlisting">#define GIMP_MAX_IMAGE_SIZE 262144 /* 2^18 */
|
||||
<a class="indexterm" name="id2589331"></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="id2603922"></a><h3>
|
||||
<a name="id2589351"></a><h3>
|
||||
<a name="GIMP-MIN-RESOLUTION:CAPS"></a>GIMP_MIN_RESOLUTION</h3>
|
||||
<a class="indexterm" name="id2603934"></a><pre class="programlisting">#define GIMP_MIN_RESOLUTION 5e-3 /* shouldn't display as 0.000 */
|
||||
<a class="indexterm" name="id2589362"></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="id2603954"></a><h3>
|
||||
<a name="id2589382"></a><h3>
|
||||
<a name="GIMP-MAX-RESOLUTION:CAPS"></a>GIMP_MAX_RESOLUTION</h3>
|
||||
<a class="indexterm" name="id2603966"></a><pre class="programlisting">#define GIMP_MAX_RESOLUTION 65536.0
|
||||
<a class="indexterm" name="id2590176"></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="id2603985"></a><h3>
|
||||
<a name="id2590195"></a><h3>
|
||||
<a name="GIMP-MAX-MEMSIZE:CAPS"></a>GIMP_MAX_MEMSIZE</h3>
|
||||
<a class="indexterm" name="id2603996"></a><pre class="programlisting">#define GIMP_MAX_MEMSIZE ((guint64) 1 << 42) /* 4 terabyte;
|
||||
<a class="indexterm" name="id2590207"></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
|
||||
@ -127,9 +127,9 @@ href="../libgimpwidgets/GimpMemsizeEntry.html"
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2609668"></a><div class="refsect2" lang="en"><a name="id2609669"></a></div>
|
||||
<a name="id2590243"></a><div class="refsect2" lang="en"><a name="id2590244"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2609670"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2590246"></a></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@ -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="#id2607368" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2586403" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2575731" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2579579" 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="id2607368"></a><span class="refentrytitle">gimpmemsize</span>
|
||||
<a name="id2586403"></a><span class="refentrytitle">gimpmemsize</span>
|
||||
</h2>
|
||||
<p>gimpmemsize — Functions to (de)serialize a given memory size.</p>
|
||||
</td>
|
||||
@ -95,17 +95,17 @@ href="../gobject/gobject-GParamSpec.html#GParamFlags"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2575731"></a><h2>Description</h2>
|
||||
<a name="id2579579"></a><h2>Description</h2>
|
||||
<p>
|
||||
Functions to (de)serialize a given memory size.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2575748"></a><h2>Details</h2>
|
||||
<a name="id2579596"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2619932"></a><h3>
|
||||
<a name="id2579607"></a><h3>
|
||||
<a name="gimp-memsize-serialize"></a>gimp_memsize_serialize ()</h3>
|
||||
<a class="indexterm" name="id2619946"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2579620"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_memsize_serialize (<a
|
||||
href="../glib/glib-Basic-Types.html#guint64"
|
||||
@ -139,9 +139,9 @@ nice human-readable string please use <a class="link" href="libgimpbase-gimpmems
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2620040"></a><h3>
|
||||
<a name="id2587953"></a><h3>
|
||||
<a name="gimp-memsize-deserialize"></a>gimp_memsize_deserialize ()</h3>
|
||||
<a class="indexterm" name="id2620054"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2587967"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_memsize_deserialize (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
@ -186,9 +186,9 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611030"></a><h3>
|
||||
<a name="id2582059"></a><h3>
|
||||
<a name="gimp-memsize-to-string"></a>gimp_memsize_to_string ()</h3>
|
||||
<a class="indexterm" name="id2611041"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2582070"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_memsize_to_string (<a
|
||||
href="../glib/glib-Basic-Types.html#guint64"
|
||||
@ -219,9 +219,9 @@ becomes "4.4 KB" and so on.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611111"></a><h3>
|
||||
<a name="id2582140"></a><h3>
|
||||
<a name="GIMP-TYPE-MEMSIZE:CAPS"></a>GIMP_TYPE_MEMSIZE</h3>
|
||||
<a class="indexterm" name="id2611123"></a><pre class="programlisting">#define GIMP_TYPE_MEMSIZE (gimp_memsize_get_type ())
|
||||
<a class="indexterm" name="id2582151"></a><pre class="programlisting">#define GIMP_TYPE_MEMSIZE (gimp_memsize_get_type ())
|
||||
</pre>
|
||||
<p>
|
||||
<a class="link" href="libgimpbase-gimpmemsize.html#GIMP-TYPE-MEMSIZE:CAPS"><span class="type">GIMP_TYPE_MEMSIZE</span></a> is a <a
|
||||
@ -233,9 +233,9 @@ href="../gobject/gobject-Type-Information.html#G-TYPE-UINT64:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611161"></a><h3>
|
||||
<a name="id2582189"></a><h3>
|
||||
<a name="GIMP-TYPE-PARAM-MEMSIZE:CAPS"></a>GIMP_TYPE_PARAM_MEMSIZE</h3>
|
||||
<a class="indexterm" name="id2611172"></a><pre class="programlisting">#define GIMP_TYPE_PARAM_MEMSIZE (gimp_param_memsize_get_type ())
|
||||
<a class="indexterm" name="id2582201"></a><pre class="programlisting">#define GIMP_TYPE_PARAM_MEMSIZE (gimp_param_memsize_get_type ())
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -243,9 +243,9 @@ href="../gobject/gobject-Type-Information.html#G-TYPE-UINT64:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615167"></a><h3>
|
||||
<a name="id2582217"></a><h3>
|
||||
<a name="GIMP-IS-PARAM-SPEC-MEMSIZE:CAPS"></a>GIMP_IS_PARAM_SPEC_MEMSIZE()</h3>
|
||||
<a class="indexterm" name="id2615178"></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="id2582228"></a><pre class="programlisting">#define GIMP_IS_PARAM_SPEC_MEMSIZE(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GIMP_TYPE_PARAM_MEMSIZE))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -263,9 +263,9 @@ href="../gobject/gobject-Type-Information.html#G-TYPE-UINT64:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615214"></a><h3>
|
||||
<a name="id2582264"></a><h3>
|
||||
<a name="gimp-param-spec-memsize"></a>gimp_param_spec_memsize ()</h3>
|
||||
<a class="indexterm" name="id2615228"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2621647"></a><pre class="programlisting"><a
|
||||
href="../gobject/gobject-GParamSpec.html#GParamSpec"
|
||||
>GParamSpec</a>* gimp_param_spec_memsize (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
@ -351,9 +351,9 @@ href="../gobject/gobject-GParamSpec.html#GParamSpec"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2621316"></a><h3>
|
||||
<a name="id2621866"></a><h3>
|
||||
<a name="GIMP-VALUE-HOLDS-MEMSIZE:CAPS"></a>GIMP_VALUE_HOLDS_MEMSIZE()</h3>
|
||||
<a class="indexterm" name="id2621326"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_MEMSIZE(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_MEMSIZE))
|
||||
<a class="indexterm" name="id2621879"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_MEMSIZE(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_MEMSIZE))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -371,9 +371,9 @@ href="../gobject/gobject-GParamSpec.html#GParamSpec"
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2621359"></a><div class="refsect2" lang="en"><a name="id2621360"></a></div>
|
||||
<a name="id2621916"></a><div class="refsect2" lang="en"><a name="id2621917"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2621361"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2621918"></a></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@ -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="#id2597831" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2600251" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2609334" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2583260" 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="id2597831"></a><span class="refentrytitle">gimpparam</span>
|
||||
<a name="id2600251"></a><span class="refentrytitle">gimpparam</span>
|
||||
</h2>
|
||||
<p>gimpparam — Definitions of useful <a
|
||||
href="../gobject/gobject-GParamSpec.html#GParamFlags"
|
||||
@ -55,53 +55,53 @@ href="../gobject/gobject-GParamSpec.html#GParamFlags"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2609334"></a><h2>Description</h2>
|
||||
<a name="id2583260"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2579758"></a><h2>Details</h2>
|
||||
<a name="id2589114"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2579768"></a><h3>
|
||||
<a name="id2598624"></a><h3>
|
||||
<a name="GIMP-PARAM-STATIC-STRINGS:CAPS"></a>GIMP_PARAM_STATIC_STRINGS</h3>
|
||||
<a class="indexterm" name="id2579780"></a><pre class="programlisting">#define GIMP_PARAM_STATIC_STRINGS</pre>
|
||||
<a class="indexterm" name="id2594317"></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="id2579796"></a><h3>
|
||||
<a name="id2594333"></a><h3>
|
||||
<a name="GIMP-PARAM-READABLE:CAPS"></a>GIMP_PARAM_READABLE</h3>
|
||||
<a class="indexterm" name="id2579807"></a><pre class="programlisting">#define GIMP_PARAM_READABLE</pre>
|
||||
<a class="indexterm" name="id2594345"></a><pre class="programlisting">#define GIMP_PARAM_READABLE</pre>
|
||||
<p>
|
||||
Since: GIMP 2.4
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2579823"></a><h3>
|
||||
<a name="id2594360"></a><h3>
|
||||
<a name="GIMP-PARAM-WRITABLE:CAPS"></a>GIMP_PARAM_WRITABLE</h3>
|
||||
<a class="indexterm" name="id2579835"></a><pre class="programlisting">#define GIMP_PARAM_WRITABLE</pre>
|
||||
<a class="indexterm" name="id2594372"></a><pre class="programlisting">#define GIMP_PARAM_WRITABLE</pre>
|
||||
<p>
|
||||
Since: GIMP 2.4
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2579850"></a><h3>
|
||||
<a name="id2594388"></a><h3>
|
||||
<a name="GIMP-PARAM-READWRITE:CAPS"></a>GIMP_PARAM_READWRITE</h3>
|
||||
<a class="indexterm" name="id2579861"></a><pre class="programlisting">#define GIMP_PARAM_READWRITE</pre>
|
||||
<a class="indexterm" name="id2594399"></a><pre class="programlisting">#define GIMP_PARAM_READWRITE</pre>
|
||||
<p>
|
||||
Since: GIMP 2.4
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2605576"></a><div class="refsect2" lang="en"><a name="id2605577"></a></div>
|
||||
<a name="id2594415"></a><div class="refsect2" lang="en"><a name="id2594416"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2605578"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2594417"></a></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@ -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="#id2614008" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2592300" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2618296" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2581258" 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="id2614008"></a><span class="refentrytitle">gimpparasite</span>
|
||||
<a name="id2592300"></a><span class="refentrytitle">gimpparasite</span>
|
||||
</h2>
|
||||
<p>gimpparasite — Arbitrary pieces of data which can be attached to various GIMP objects.</p>
|
||||
</td>
|
||||
@ -125,18 +125,18 @@ href="../gobject/gobject-GParamSpec.html#GParamFlags"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2618296"></a><h2>Description</h2>
|
||||
<a name="id2581258"></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="id2618313"></a><h2>Details</h2>
|
||||
<a name="id2581274"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2618324"></a><h3>
|
||||
<a name="id2581285"></a><h3>
|
||||
<a name="GimpParasite"></a>GimpParasite</h3>
|
||||
<a class="indexterm" name="id2618336"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2581297"></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 */
|
||||
@ -150,9 +150,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2618358"></a><h3>
|
||||
<a name="id2581319"></a><h3>
|
||||
<a name="gimp-parasite-new"></a>gimp_parasite_new ()</h3>
|
||||
<a class="indexterm" name="id2618371"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a>* gimp_parasite_new (const <a
|
||||
<a class="indexterm" name="id2581332"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a>* gimp_parasite_new (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name,
|
||||
<a
|
||||
@ -202,9 +202,9 @@ href="../glib/glib-Basic-Types.html#gconstpointer"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2618491"></a><h3>
|
||||
<a name="id2581452"></a><h3>
|
||||
<a name="gimp-parasite-free"></a>gimp_parasite_free ()</h3>
|
||||
<a class="indexterm" name="id2618504"></a><pre class="programlisting">void gimp_parasite_free (<a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<a class="indexterm" name="id2581465"></a><pre class="programlisting">void gimp_parasite_free (<a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -221,9 +221,9 @@ href="../glib/glib-Basic-Types.html#gconstpointer"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2579429"></a><h3>
|
||||
<a name="id2581511"></a><h3>
|
||||
<a name="gimp-parasite-copy"></a>gimp_parasite_copy ()</h3>
|
||||
<a class="indexterm" name="id2579441"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a>* gimp_parasite_copy (const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<a class="indexterm" name="id2623756"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a>* gimp_parasite_copy (const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -247,9 +247,9 @@ href="../glib/glib-Basic-Types.html#gconstpointer"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2579498"></a><h3>
|
||||
<a name="id2623813"></a><h3>
|
||||
<a name="gimp-parasite-compare"></a>gimp_parasite_compare ()</h3>
|
||||
<a class="indexterm" name="id2579509"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2623824"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_parasite_compare (const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *a,
|
||||
const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *b);</pre>
|
||||
@ -281,9 +281,9 @@ href="../glib/glib-Basic-Types.html#gboolean"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2579588"></a><h3>
|
||||
<a name="id2623902"></a><h3>
|
||||
<a name="gimp-parasite-is-type"></a>gimp_parasite_is_type ()</h3>
|
||||
<a class="indexterm" name="id2579599"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2623913"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_parasite_is_type (const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite,
|
||||
const <a
|
||||
@ -317,9 +317,9 @@ href="../glib/glib-Basic-Types.html#gchar"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624016"></a><h3>
|
||||
<a name="id2623991"></a><h3>
|
||||
<a name="gimp-parasite-is-persistent"></a>gimp_parasite_is_persistent ()</h3>
|
||||
<a class="indexterm" name="id2624027"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2624003"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_parasite_is_persistent (const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
@ -345,9 +345,9 @@ href="../glib/glib-Basic-Types.html#gboolean"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624077"></a><h3>
|
||||
<a name="id2624060"></a><h3>
|
||||
<a name="gimp-parasite-is-undoable"></a>gimp_parasite_is_undoable ()</h3>
|
||||
<a class="indexterm" name="id2624088"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2624072"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_parasite_is_undoable (const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
@ -373,9 +373,9 @@ href="../glib/glib-Basic-Types.html#gboolean"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624117"></a><h3>
|
||||
<a name="id2624129"></a><h3>
|
||||
<a name="gimp-parasite-has-flag"></a>gimp_parasite_has_flag ()</h3>
|
||||
<a class="indexterm" name="id2624127"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2624140"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_parasite_has_flag (const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite,
|
||||
<a
|
||||
@ -409,9 +409,9 @@ href="../glib/glib-Basic-Types.html#gulong"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624197"></a><h3>
|
||||
<a name="id2624218"></a><h3>
|
||||
<a name="gimp-parasite-flags"></a>gimp_parasite_flags ()</h3>
|
||||
<a class="indexterm" name="id2624207"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2624230"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gulong"
|
||||
>gulong</a> gimp_parasite_flags (const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
@ -437,9 +437,9 @@ href="../glib/glib-Basic-Types.html#gulong"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624258"></a><h3>
|
||||
<a name="id2624287"></a><h3>
|
||||
<a name="gimp-parasite-name"></a>gimp_parasite_name ()</h3>
|
||||
<a class="indexterm" name="id2624268"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2624299"></a><pre class="programlisting">const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_parasite_name (const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
@ -465,9 +465,9 @@ href="../glib/glib-Basic-Types.html#gchar"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624320"></a><h3>
|
||||
<a name="id2624358"></a><h3>
|
||||
<a name="gimp-parasite-data"></a>gimp_parasite_data ()</h3>
|
||||
<a class="indexterm" name="id2624330"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2624370"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gconstpointer"
|
||||
>gconstpointer</a> gimp_parasite_data (const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
@ -493,9 +493,9 @@ href="../glib/glib-Basic-Types.html#gconstpointer"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624380"></a><h3>
|
||||
<a name="id2624427"></a><h3>
|
||||
<a name="gimp-parasite-data-size"></a>gimp_parasite_data_size ()</h3>
|
||||
<a class="indexterm" name="id2624391"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2624438"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#glong"
|
||||
>glong</a> gimp_parasite_data_size (const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
@ -521,9 +521,9 @@ href="../glib/glib-Basic-Types.html#glong"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624441"></a><h3>
|
||||
<a name="id2624495"></a><h3>
|
||||
<a name="GIMP-PARASITE-PERSISTENT:CAPS"></a>GIMP_PARASITE_PERSISTENT</h3>
|
||||
<a class="indexterm" name="id2624454"></a><pre class="programlisting">#define GIMP_PARASITE_PERSISTENT 1
|
||||
<a class="indexterm" name="id2624508"></a><pre class="programlisting">#define GIMP_PARASITE_PERSISTENT 1
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -531,9 +531,9 @@ href="../glib/glib-Basic-Types.html#glong"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624467"></a><h3>
|
||||
<a name="id2624523"></a><h3>
|
||||
<a name="GIMP-PARASITE-UNDOABLE:CAPS"></a>GIMP_PARASITE_UNDOABLE</h3>
|
||||
<a class="indexterm" name="id2624478"></a><pre class="programlisting">#define GIMP_PARASITE_UNDOABLE 2
|
||||
<a class="indexterm" name="id2624534"></a><pre class="programlisting">#define GIMP_PARASITE_UNDOABLE 2
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -541,9 +541,9 @@ href="../glib/glib-Basic-Types.html#glong"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624492"></a><h3>
|
||||
<a name="id2624550"></a><h3>
|
||||
<a name="GIMP-PARASITE-ATTACH-PARENT:CAPS"></a>GIMP_PARASITE_ATTACH_PARENT</h3>
|
||||
<a class="indexterm" name="id2624504"></a><pre class="programlisting">#define GIMP_PARASITE_ATTACH_PARENT (0x80 << 8)
|
||||
<a class="indexterm" name="id2624563"></a><pre class="programlisting">#define GIMP_PARASITE_ATTACH_PARENT (0x80 << 8)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -551,9 +551,9 @@ href="../glib/glib-Basic-Types.html#glong"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624519"></a><h3>
|
||||
<a name="id2624579"></a><h3>
|
||||
<a name="GIMP-PARASITE-PARENT-PERSISTENT:CAPS"></a>GIMP_PARASITE_PARENT_PERSISTENT</h3>
|
||||
<a class="indexterm" name="id2624532"></a><pre class="programlisting">#define GIMP_PARASITE_PARENT_PERSISTENT (GIMP_PARASITE_PERSISTENT << 8)
|
||||
<a class="indexterm" name="id2624591"></a><pre class="programlisting">#define GIMP_PARASITE_PARENT_PERSISTENT (GIMP_PARASITE_PERSISTENT << 8)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -561,9 +561,9 @@ href="../glib/glib-Basic-Types.html#glong"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624547"></a><h3>
|
||||
<a name="id2624608"></a><h3>
|
||||
<a name="GIMP-PARASITE-PARENT-UNDOABLE:CAPS"></a>GIMP_PARASITE_PARENT_UNDOABLE</h3>
|
||||
<a class="indexterm" name="id2624560"></a><pre class="programlisting">#define GIMP_PARASITE_PARENT_UNDOABLE (GIMP_PARASITE_UNDOABLE << 8)
|
||||
<a class="indexterm" name="id2624621"></a><pre class="programlisting">#define GIMP_PARASITE_PARENT_UNDOABLE (GIMP_PARASITE_UNDOABLE << 8)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -571,9 +571,9 @@ href="../glib/glib-Basic-Types.html#glong"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624575"></a><h3>
|
||||
<a name="id2624638"></a><h3>
|
||||
<a name="GIMP-PARASITE-ATTACH-GRANDPARENT:CAPS"></a>GIMP_PARASITE_ATTACH_GRANDPARENT</h3>
|
||||
<a class="indexterm" name="id2624588"></a><pre class="programlisting">#define GIMP_PARASITE_ATTACH_GRANDPARENT (0x80 << 16)
|
||||
<a class="indexterm" name="id2624650"></a><pre class="programlisting">#define GIMP_PARASITE_ATTACH_GRANDPARENT (0x80 << 16)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -581,9 +581,9 @@ href="../glib/glib-Basic-Types.html#glong"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624603"></a><h3>
|
||||
<a name="id2624667"></a><h3>
|
||||
<a name="GIMP-PARASITE-GRANDPARENT-PERSISTENT:CAPS"></a>GIMP_PARASITE_GRANDPARENT_PERSISTENT</h3>
|
||||
<a class="indexterm" name="id2624615"></a><pre class="programlisting">#define GIMP_PARASITE_GRANDPARENT_PERSISTENT (GIMP_PARASITE_PERSISTENT << 16)
|
||||
<a class="indexterm" name="id2624678"></a><pre class="programlisting">#define GIMP_PARASITE_GRANDPARENT_PERSISTENT (GIMP_PARASITE_PERSISTENT << 16)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -591,9 +591,9 @@ href="../glib/glib-Basic-Types.html#glong"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624631"></a><h3>
|
||||
<a name="id2624694"></a><h3>
|
||||
<a name="GIMP-PARASITE-GRANDPARENT-UNDOABLE:CAPS"></a>GIMP_PARASITE_GRANDPARENT_UNDOABLE</h3>
|
||||
<a class="indexterm" name="id2624645"></a><pre class="programlisting">#define GIMP_PARASITE_GRANDPARENT_UNDOABLE (GIMP_PARASITE_UNDOABLE << 16)
|
||||
<a class="indexterm" name="id2624709"></a><pre class="programlisting">#define GIMP_PARASITE_GRANDPARENT_UNDOABLE (GIMP_PARASITE_UNDOABLE << 16)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -601,9 +601,9 @@ href="../glib/glib-Basic-Types.html#glong"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624660"></a><h3>
|
||||
<a name="id2624726"></a><h3>
|
||||
<a name="GIMP-TYPE-PARASITE:CAPS"></a>GIMP_TYPE_PARASITE</h3>
|
||||
<a class="indexterm" name="id2624671"></a><pre class="programlisting">#define GIMP_TYPE_PARASITE (gimp_parasite_get_type ())
|
||||
<a class="indexterm" name="id2624737"></a><pre class="programlisting">#define GIMP_TYPE_PARASITE (gimp_parasite_get_type ())
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -611,9 +611,9 @@ href="../glib/glib-Basic-Types.html#glong"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624686"></a><h3>
|
||||
<a name="id2624754"></a><h3>
|
||||
<a name="GIMP-TYPE-PARAM-PARASITE:CAPS"></a>GIMP_TYPE_PARAM_PARASITE</h3>
|
||||
<a class="indexterm" name="id2624698"></a><pre class="programlisting">#define GIMP_TYPE_PARAM_PARASITE (gimp_param_parasite_get_type ())
|
||||
<a class="indexterm" name="id2624767"></a><pre class="programlisting">#define GIMP_TYPE_PARAM_PARASITE (gimp_param_parasite_get_type ())
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -621,9 +621,9 @@ href="../glib/glib-Basic-Types.html#glong"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624713"></a><h3>
|
||||
<a name="id2624784"></a><h3>
|
||||
<a name="GIMP-IS-PARAM-SPEC-PARASITE:CAPS"></a>GIMP_IS_PARAM_SPEC_PARASITE()</h3>
|
||||
<a class="indexterm" name="id2624725"></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="id2624796"></a><pre class="programlisting">#define GIMP_IS_PARAM_SPEC_PARASITE(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GIMP_TYPE_PARAM_PARASITE))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -641,9 +641,9 @@ href="../glib/glib-Basic-Types.html#glong"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624757"></a><h3>
|
||||
<a name="id2624832"></a><h3>
|
||||
<a name="gimp-param-spec-parasite"></a>gimp_param_spec_parasite ()</h3>
|
||||
<a class="indexterm" name="id2624768"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2624844"></a><pre class="programlisting"><a
|
||||
href="../gobject/gobject-GParamSpec.html#GParamSpec"
|
||||
>GParamSpec</a>* gimp_param_spec_parasite (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
@ -695,9 +695,9 @@ href="../gobject/gobject-GParamSpec.html#GParamFlags"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624876"></a><h3>
|
||||
<a name="id2624964"></a><h3>
|
||||
<a name="GIMP-VALUE-HOLDS-PARASITE:CAPS"></a>GIMP_VALUE_HOLDS_PARASITE()</h3>
|
||||
<a class="indexterm" name="id2624888"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_PARASITE(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_PARASITE))
|
||||
<a class="indexterm" name="id2624977"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_PARASITE(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_PARASITE))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -715,7 +715,7 @@ href="../gobject/gobject-GParamSpec.html#GParamFlags"
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2624921"></a><h2>See Also</h2>
|
||||
<a name="id2625014"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<a
|
||||
href="../app/GimpImage.html#gimp-image-parasite-attach"
|
||||
@ -728,9 +728,9 @@ href="../app/app-Gimp-parasites.html#gimp-parasite-attach"
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2624958"></a><div class="refsect2" lang="en"><a name="id2624959"></a></div>
|
||||
<a name="id2625054"></a><div class="refsect2" lang="en"><a name="id2625055"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2624960"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2625056"></a></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@ -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="#id2604948" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2596499" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2618546" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2582910" 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="id2604948"></a><span class="refentrytitle">gimpparasiteio</span>
|
||||
<a name="id2596499"></a><span class="refentrytitle">gimpparasiteio</span>
|
||||
</h2>
|
||||
<p>gimpparasiteio — Utility functions to (de)serialize certain C structures to/from <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a>'s.</p>
|
||||
</td>
|
||||
@ -58,18 +58,18 @@ href="../glib/glib-Basic-Types.html#gchar"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2618546"></a><h2>Description</h2>
|
||||
<a name="id2582910"></a><h2>Description</h2>
|
||||
<p>
|
||||
Utility functions to (de)serialize certain C structures to/from <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a>'s.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2618570"></a><h2>Details</h2>
|
||||
<a name="id2582934"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2618581"></a><h3>
|
||||
<a name="id2582945"></a><h3>
|
||||
<a name="GIMP-PIXPIPE-MAXDIM:CAPS"></a>GIMP_PIXPIPE_MAXDIM</h3>
|
||||
<a class="indexterm" name="id2618592"></a><pre class="programlisting">#define GIMP_PIXPIPE_MAXDIM 4
|
||||
<a class="indexterm" name="id2582956"></a><pre class="programlisting">#define GIMP_PIXPIPE_MAXDIM 4
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -77,9 +77,9 @@ Utility functions to (de)serialize certain C structures to/from <a class="link"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2618608"></a><h3>
|
||||
<a name="id2582972"></a><h3>
|
||||
<a name="gimp-pixpipe-params-init"></a>gimp_pixpipe_params_init ()</h3>
|
||||
<a class="indexterm" name="id2618619"></a><pre class="programlisting">void gimp_pixpipe_params_init (GimpPixPipeParams *params);</pre>
|
||||
<a class="indexterm" name="id2582983"></a><pre class="programlisting">void gimp_pixpipe_params_init (GimpPixPipeParams *params);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -96,9 +96,9 @@ Utility functions to (de)serialize certain C structures to/from <a class="link"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2576321"></a><h3>
|
||||
<a name="id2578153"></a><h3>
|
||||
<a name="gimp-pixpipe-params-parse"></a>gimp_pixpipe_params_parse ()</h3>
|
||||
<a class="indexterm" name="id2576332"></a><pre class="programlisting">void gimp_pixpipe_params_parse (const <a
|
||||
<a class="indexterm" name="id2578164"></a><pre class="programlisting">void gimp_pixpipe_params_parse (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *parameters,
|
||||
GimpPixPipeParams *params);</pre>
|
||||
@ -125,9 +125,9 @@ href="../glib/glib-Basic-Types.html#gchar"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2576399"></a><h3>
|
||||
<a name="id2578232"></a><h3>
|
||||
<a name="gimp-pixpipe-params-build"></a>gimp_pixpipe_params_build ()</h3>
|
||||
<a class="indexterm" name="id2576411"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2578243"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_pixpipe_params_build (GimpPixPipeParams *params);</pre>
|
||||
<p>
|
||||
@ -153,15 +153,15 @@ href="../glib/glib-Basic-Types.html#gchar"
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2623649"></a><h2>See Also</h2>
|
||||
<a name="id2578301"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<a class="link" href="libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2623667"></a><div class="refsect2" lang="en"><a name="id2623668"></a></div>
|
||||
<a name="id2595499"></a><div class="refsect2" lang="en"><a name="id2595500"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2623670"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2595501"></a></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@ -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="#id2595459" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2603474" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2580498" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2621526" 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="id2595459"></a><span class="refentrytitle">gimprectangle</span>
|
||||
<a name="id2603474"></a><span class="refentrytitle">gimprectangle</span>
|
||||
</h2>
|
||||
<p>gimprectangle</p>
|
||||
</td>
|
||||
@ -87,17 +87,17 @@ href="../glib/glib-Basic-Types.html#gint"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2580498"></a><h2>Description</h2>
|
||||
<a name="id2621526"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2580514"></a><h2>Details</h2>
|
||||
<a name="id2621541"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2580524"></a><h3>
|
||||
<a name="id2621552"></a><h3>
|
||||
<a name="gimp-rectangle-intersect"></a>gimp_rectangle_intersect ()</h3>
|
||||
<a class="indexterm" name="id2580538"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2621565"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_rectangle_intersect (<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
@ -228,9 +228,9 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2621114"></a><div class="refsect2" lang="en"><a name="id2621115"></a></div>
|
||||
<a name="id2578115"></a><div class="refsect2" lang="en"><a name="id2578116"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2621116"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2578117"></a></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@ -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="#id2584044" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2619886" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2608014" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2584212" 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="id2584044"></a><span class="refentrytitle">gimpsignal</span>
|
||||
<a name="id2619886"></a><span class="refentrytitle">gimpsignal</span>
|
||||
</h2>
|
||||
<p>gimpsignal — Portable signal handling.</p>
|
||||
</td>
|
||||
@ -59,18 +59,18 @@ href="../glib/glib-Basic-Types.html#gint"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2608014"></a><h2>Description</h2>
|
||||
<a name="id2584212"></a><h2>Description</h2>
|
||||
<p>
|
||||
Portable signal handling.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2608030"></a><h2>Details</h2>
|
||||
<a name="id2618762"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2608040"></a><h3>
|
||||
<a name="id2578708"></a><h3>
|
||||
<a name="GimpSignalHandlerFunc"></a>GimpSignalHandlerFunc ()</h3>
|
||||
<a class="indexterm" name="id2608052"></a><pre class="programlisting">void (*GimpSignalHandlerFunc) (<a
|
||||
<a class="indexterm" name="id2578720"></a><pre class="programlisting">void (*GimpSignalHandlerFunc) (<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> signum);</pre>
|
||||
<p>
|
||||
@ -93,9 +93,9 @@ special values defined by your system's signal.h header file (like
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2608114"></a><h3>
|
||||
<a name="id2618364"></a><h3>
|
||||
<a name="gimp-signal-private"></a>gimp_signal_private ()</h3>
|
||||
<a class="indexterm" name="id2608127"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpsignal.html#GimpSignalHandlerFunc">GimpSignalHandlerFunc</a> gimp_signal_private (<a
|
||||
<a class="indexterm" name="id2618376"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpsignal.html#GimpSignalHandlerFunc">GimpSignalHandlerFunc</a> gimp_signal_private (<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> signum,
|
||||
<a class="link" href="libgimpbase-gimpsignal.html#GimpSignalHandlerFunc">GimpSignalHandlerFunc</a> handler,
|
||||
@ -151,15 +151,15 @@ exactly what we want. [austin 06.04.2000]</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2573920"></a><h2>See Also</h2>
|
||||
<a name="id2625938"></a><h2>See Also</h2>
|
||||
<p>
|
||||
signal(2), signal(5 or 7), sigaction(2).
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2573931"></a><div class="refsect2" lang="en"><a name="id2573932"></a></div>
|
||||
<a name="id2625949"></a><div class="refsect2" lang="en"><a name="id2625950"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2573933"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2625951"></a></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@ -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="#id2592452" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2586000" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2573598" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2585586" 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="id2592452"></a><span class="refentrytitle">gimpunit</span>
|
||||
<a name="id2586000"></a><span class="refentrytitle">gimpunit</span>
|
||||
</h2>
|
||||
<p>gimpunit — Provides a collection of predefined units and functions for creating
|
||||
user-defined units.</p>
|
||||
@ -133,7 +133,7 @@ href="../gobject/gobject-GParamSpec.html#GParamFlags"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2573598"></a><h2>Description</h2>
|
||||
<a name="id2585586"></a><h2>Description</h2>
|
||||
<p>
|
||||
Provides a collection of predefined units and functions for creating
|
||||
user-defined units.
|
||||
@ -141,11 +141,11 @@ user-defined units.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2573615"></a><h2>Details</h2>
|
||||
<a name="id2585603"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2573626"></a><h3>
|
||||
<a name="id2595188"></a><h3>
|
||||
<a name="GimpUnit"></a>enum GimpUnit</h3>
|
||||
<a class="indexterm" name="id2573638"></a><pre class="programlisting">typedef enum /*< skip >*/
|
||||
<a class="indexterm" name="id2595200"></a><pre class="programlisting">typedef enum /*< skip >*/
|
||||
{
|
||||
GIMP_UNIT_PIXEL = 0,
|
||||
|
||||
@ -165,9 +165,9 @@ user-defined units.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2573658"></a><h3>
|
||||
<a name="id2595220"></a><h3>
|
||||
<a name="gimp-unit-get-number-of-units"></a>gimp_unit_get_number_of_units ()</h3>
|
||||
<a class="indexterm" name="id2573669"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2595231"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> gimp_unit_get_number_of_units (void);</pre>
|
||||
<p>
|
||||
@ -186,9 +186,9 @@ Returns the number of units which are known to the <a class="link" href="libgimp
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2573716"></a><h3>
|
||||
<a name="id2595279"></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="id2573728"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2595290"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> gimp_unit_get_number_of_built_in_units
|
||||
(void);</pre>
|
||||
@ -210,9 +210,9 @@ Returns the number of <a class="link" href="libgimpbase-gimpunit.html#GimpUnit">
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2573777"></a><h3>
|
||||
<a name="id2595341"></a><h3>
|
||||
<a name="gimp-unit-new"></a>gimp_unit_new ()</h3>
|
||||
<a class="indexterm" name="id2573790"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> gimp_unit_new (<a
|
||||
<a class="indexterm" name="id2595353"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> gimp_unit_new (<a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *identifier,
|
||||
<a
|
||||
@ -295,9 +295,9 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2623858"></a><h3>
|
||||
<a name="id2626228"></a><h3>
|
||||
<a name="gimp-unit-get-deletion-flag"></a>gimp_unit_get_deletion_flag ()</h3>
|
||||
<a class="indexterm" name="id2623869"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2626240"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_unit_get_deletion_flag (<a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
@ -323,9 +323,9 @@ href="../glib/glib-Basic-Types.html#gboolean"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2623942"></a><h3>
|
||||
<a name="id2626313"></a><h3>
|
||||
<a name="gimp-unit-set-deletion-flag"></a>gimp_unit_set_deletion_flag ()</h3>
|
||||
<a class="indexterm" name="id2627052"></a><pre class="programlisting">void gimp_unit_set_deletion_flag (<a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit,
|
||||
<a class="indexterm" name="id2626325"></a><pre class="programlisting">void gimp_unit_set_deletion_flag (<a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> deletion_flag);</pre>
|
||||
@ -360,9 +360,9 @@ ignored.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2627156"></a><h3>
|
||||
<a name="id2626442"></a><h3>
|
||||
<a name="gimp-unit-get-factor"></a>gimp_unit_get_factor ()</h3>
|
||||
<a class="indexterm" name="id2627167"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2626453"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> gimp_unit_get_factor (<a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
@ -394,9 +394,9 @@ Returns 0 for <em class="parameter"><code>unit</code></em> == GIMP_UNIT_PIXEL.</
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2627259"></a><h3>
|
||||
<a name="id2626545"></a><h3>
|
||||
<a name="gimp-unit-get-digits"></a>gimp_unit_get_digits ()</h3>
|
||||
<a class="indexterm" name="id2627270"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2626556"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> gimp_unit_get_digits (<a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
@ -426,9 +426,9 @@ Returns 0 for <em class="parameter"><code>unit</code></em> == GIMP_UNIT_PIXEL.</
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2627343"></a><h3>
|
||||
<a name="id2626628"></a><h3>
|
||||
<a name="gimp-unit-get-identifier"></a>gimp_unit_get_identifier ()</h3>
|
||||
<a class="indexterm" name="id2627354"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2626639"></a><pre class="programlisting">const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_unit_get_identifier (<a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
@ -454,9 +454,9 @@ This is an unstranslated string and must not be changed or freed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2627417"></a><h3>
|
||||
<a name="id2626702"></a><h3>
|
||||
<a name="gimp-unit-get-symbol"></a>gimp_unit_get_symbol ()</h3>
|
||||
<a class="indexterm" name="id2627428"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2626713"></a><pre class="programlisting">const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_unit_get_symbol (<a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
@ -485,9 +485,9 @@ NOTE: This string must not be changed or freed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2627494"></a><h3>
|
||||
<a name="id2626779"></a><h3>
|
||||
<a name="gimp-unit-get-abbreviation"></a>gimp_unit_get_abbreviation ()</h3>
|
||||
<a class="indexterm" name="id2627506"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2626791"></a><pre class="programlisting">const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_unit_get_abbreviation (<a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
@ -517,9 +517,9 @@ NOTE: This string must not be changed or freed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2627574"></a><h3>
|
||||
<a name="id2626858"></a><h3>
|
||||
<a name="gimp-unit-get-singular"></a>gimp_unit_get_singular ()</h3>
|
||||
<a class="indexterm" name="id2627585"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2626869"></a><pre class="programlisting">const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_unit_get_singular (<a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
@ -549,9 +549,9 @@ NOTE: This string must not be changed or freed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2627652"></a><h3>
|
||||
<a name="id2626937"></a><h3>
|
||||
<a name="gimp-unit-get-plural"></a>gimp_unit_get_plural ()</h3>
|
||||
<a class="indexterm" name="id2627664"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2626948"></a><pre class="programlisting">const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_unit_get_plural (<a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
@ -581,9 +581,9 @@ NOTE: This string must not be changed or freed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2627731"></a><h3>
|
||||
<a name="id2627016"></a><h3>
|
||||
<a name="GIMP-TYPE-UNIT:CAPS"></a>GIMP_TYPE_UNIT</h3>
|
||||
<a class="indexterm" name="id2627743"></a><pre class="programlisting">#define GIMP_TYPE_UNIT (gimp_unit_get_type ())
|
||||
<a class="indexterm" name="id2627028"></a><pre class="programlisting">#define GIMP_TYPE_UNIT (gimp_unit_get_type ())
|
||||
</pre>
|
||||
<p>
|
||||
<a class="link" href="libgimpbase-gimpunit.html#GIMP-TYPE-UNIT:CAPS"><span class="type">GIMP_TYPE_UNIT</span></a> is a <a
|
||||
@ -595,9 +595,9 @@ href="../gobject/gobject-Type-Information.html#G-TYPE-INT:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2627782"></a><h3>
|
||||
<a name="id2627066"></a><h3>
|
||||
<a name="GIMP-TYPE-PARAM-UNIT:CAPS"></a>GIMP_TYPE_PARAM_UNIT</h3>
|
||||
<a class="indexterm" name="id2627793"></a><pre class="programlisting">#define GIMP_TYPE_PARAM_UNIT (gimp_param_unit_get_type ())
|
||||
<a class="indexterm" name="id2627078"></a><pre class="programlisting">#define GIMP_TYPE_PARAM_UNIT (gimp_param_unit_get_type ())
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -605,9 +605,9 @@ href="../gobject/gobject-Type-Information.html#G-TYPE-INT:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2627809"></a><h3>
|
||||
<a name="id2627094"></a><h3>
|
||||
<a name="GIMP-IS-PARAM-SPEC-UNIT:CAPS"></a>GIMP_IS_PARAM_SPEC_UNIT()</h3>
|
||||
<a class="indexterm" name="id2627823"></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="id2627107"></a><pre class="programlisting">#define GIMP_IS_PARAM_SPEC_UNIT(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GIMP_TYPE_PARAM_UNIT))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -625,9 +625,9 @@ href="../gobject/gobject-Type-Information.html#G-TYPE-INT:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2627858"></a><h3>
|
||||
<a name="id2627143"></a><h3>
|
||||
<a name="gimp-param-spec-unit"></a>gimp_param_spec_unit ()</h3>
|
||||
<a class="indexterm" name="id2627872"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2627157"></a><pre class="programlisting"><a
|
||||
href="../gobject/gobject-GParamSpec.html#GParamSpec"
|
||||
>GParamSpec</a>* gimp_param_spec_unit (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
@ -711,9 +711,9 @@ href="../gobject/gobject-GParamSpec.html#GParamSpec"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2628093"></a><h3>
|
||||
<a name="id2627377"></a><h3>
|
||||
<a name="GIMP-VALUE-HOLDS-UNIT:CAPS"></a>GIMP_VALUE_HOLDS_UNIT()</h3>
|
||||
<a class="indexterm" name="id2628104"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_UNIT(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_UNIT))
|
||||
<a class="indexterm" name="id2627388"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_UNIT(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_UNIT))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -731,7 +731,7 @@ href="../gobject/gobject-GParamSpec.html#GParamSpec"
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2628141"></a><h2>See Also</h2>
|
||||
<a name="id2627425"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<a
|
||||
href="../libgimpwidgets/GimpUnitMenu.html"
|
||||
@ -744,9 +744,9 @@ href="../libgimpwidgets/GimpSizeEntry.html"
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2628171"></a><div class="refsect2" lang="en"><a name="id2628172"></a></div>
|
||||
<a name="id2627454"></a><div class="refsect2" lang="en"><a name="id2627456"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2628173"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2627457"></a></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@ -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="#id2596785" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2584741" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2626177" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2623146" 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="id2596785"></a><span class="refentrytitle">gimputils</span>
|
||||
<a name="id2584741"></a><span class="refentrytitle">gimputils</span>
|
||||
</h2>
|
||||
<p>gimputils — Utilities of general interest</p>
|
||||
</td>
|
||||
@ -173,17 +173,17 @@ href="../gobject/gobject-Enumeration-and-Flag-Types.html#GFlagsValue"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2626177"></a><h2>Description</h2>
|
||||
<a name="id2623146"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2626193"></a><h2>Details</h2>
|
||||
<a name="id2623161"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2626204"></a><h3>
|
||||
<a name="id2623172"></a><h3>
|
||||
<a name="gimp-any-to-utf8"></a>gimp_any_to_utf8 ()</h3>
|
||||
<a class="indexterm" name="id2623136"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2623185"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_any_to_utf8 (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
@ -251,9 +251,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="id2623315"></a><h3>
|
||||
<a name="id2623363"></a><h3>
|
||||
<a name="gimp-filename-to-utf8"></a>gimp_filename_to_utf8 ()</h3>
|
||||
<a class="indexterm" name="id2623326"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2623374"></a><pre class="programlisting">const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_filename_to_utf8 (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
@ -290,9 +290,9 @@ UTF-8 encoded filename.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2623413"></a><h3>
|
||||
<a name="id2628361"></a><h3>
|
||||
<a name="gimp-utf8-strtrim"></a>gimp_utf8_strtrim ()</h3>
|
||||
<a class="indexterm" name="id2623426"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2628373"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_utf8_strtrim (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
@ -336,9 +336,9 @@ href="../glib/glib-Memory-Allocation.html#g-free"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2623545"></a><h3>
|
||||
<a name="id2628492"></a><h3>
|
||||
<a name="gimp-escape-uline"></a>gimp_escape_uline ()</h3>
|
||||
<a class="indexterm" name="id2623559"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2628507"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_escape_uline (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
@ -377,9 +377,9 @@ href="../glib/glib-Memory-Allocation.html#g-free"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2629897"></a><h3>
|
||||
<a name="id2628609"></a><h3>
|
||||
<a name="gimp-strip-uline"></a>gimp_strip_uline ()</h3>
|
||||
<a class="indexterm" name="id2629908"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2628622"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_strip_uline (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
@ -420,9 +420,9 @@ href="../glib/glib-Memory-Allocation.html#g-free"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2630013"></a><h3>
|
||||
<a name="id2628730"></a><h3>
|
||||
<a name="gimp-canonicalize-identifier"></a>gimp_canonicalize_identifier ()</h3>
|
||||
<a class="indexterm" name="id2630029"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2628746"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_canonicalize_identifier (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
@ -462,9 +462,9 @@ href="../glib/glib-Memory-Allocation.html#g-free"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2630117"></a><h3>
|
||||
<a name="id2628832"></a><h3>
|
||||
<a name="gimp-enum-get-desc"></a>gimp_enum_get_desc ()</h3>
|
||||
<a class="indexterm" name="id2630131"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpbasetypes.html#GimpEnumDesc">GimpEnumDesc</a>* gimp_enum_get_desc (<a
|
||||
<a class="indexterm" name="id2628846"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpbasetypes.html#GimpEnumDesc">GimpEnumDesc</a>* gimp_enum_get_desc (<a
|
||||
href="../gobject/gobject-Enumeration-and-Flag-Types.html#GEnumClass"
|
||||
>GEnumClass</a> *enum_class,
|
||||
<a
|
||||
@ -505,9 +505,9 @@ href="../gobject/gobject-Enumeration-and-Flag-Types.html#GEnumClass"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2630258"></a><h3>
|
||||
<a name="id2628973"></a><h3>
|
||||
<a name="gimp-enum-get-value"></a>gimp_enum_get_value ()</h3>
|
||||
<a class="indexterm" name="id2630272"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2628987"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_enum_get_value (<a
|
||||
href="../gobject/gobject-Type-Information.html#GType"
|
||||
@ -598,9 +598,9 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2630572"></a><h3>
|
||||
<a name="id2629284"></a><h3>
|
||||
<a name="gimp-enum-value-get-desc"></a>gimp_enum_value_get_desc ()</h3>
|
||||
<a class="indexterm" name="id2630586"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2629298"></a><pre class="programlisting">const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_enum_value_get_desc (<a
|
||||
href="../gobject/gobject-Enumeration-and-Flag-Types.html#GEnumClass"
|
||||
@ -643,9 +643,9 @@ href="../gobject/gobject-Enumeration-and-Flag-Types.html#GEnumValue"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2630703"></a><h3>
|
||||
<a name="id2629413"></a><h3>
|
||||
<a name="gimp-enum-value-get-help"></a>gimp_enum_value_get_help ()</h3>
|
||||
<a class="indexterm" name="id2630716"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2629427"></a><pre class="programlisting">const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_enum_value_get_help (<a
|
||||
href="../gobject/gobject-Enumeration-and-Flag-Types.html#GEnumClass"
|
||||
@ -688,9 +688,9 @@ href="../gobject/gobject-Enumeration-and-Flag-Types.html#GEnumValue"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2630833"></a><h3>
|
||||
<a name="id2629542"></a><h3>
|
||||
<a name="gimp-flags-get-first-desc"></a>gimp_flags_get_first_desc ()</h3>
|
||||
<a class="indexterm" name="id2630848"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc">GimpFlagsDesc</a>* gimp_flags_get_first_desc (<a
|
||||
<a class="indexterm" name="id2629557"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc">GimpFlagsDesc</a>* gimp_flags_get_first_desc (<a
|
||||
href="../gobject/gobject-Enumeration-and-Flag-Types.html#GFlagsClass"
|
||||
>GFlagsClass</a> *flags_class,
|
||||
<a
|
||||
@ -731,9 +731,9 @@ href="../gobject/gobject-Enumeration-and-Flag-Types.html#GFlagsClass"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2630973"></a><h3>
|
||||
<a name="id2629682"></a><h3>
|
||||
<a name="gimp-flags-get-first-value"></a>gimp_flags_get_first_value ()</h3>
|
||||
<a class="indexterm" name="id2630988"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2629697"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_flags_get_first_value (<a
|
||||
href="../gobject/gobject-Type-Information.html#GType"
|
||||
@ -824,9 +824,9 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2631258"></a><h3>
|
||||
<a name="id2629994"></a><h3>
|
||||
<a name="gimp-flags-value-get-desc"></a>gimp_flags_value_get_desc ()</h3>
|
||||
<a class="indexterm" name="id2631271"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2630009"></a><pre class="programlisting">const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_flags_value_get_desc (<a
|
||||
href="../gobject/gobject-Enumeration-and-Flag-Types.html#GFlagsClass"
|
||||
@ -869,9 +869,9 @@ href="../gobject/gobject-Enumeration-and-Flag-Types.html#GFlagsValue"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2631376"></a><h3>
|
||||
<a name="id2630126"></a><h3>
|
||||
<a name="gimp-flags-value-get-help"></a>gimp_flags_value_get_help ()</h3>
|
||||
<a class="indexterm" name="id2631389"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2630140"></a><pre class="programlisting">const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_flags_value_get_help (<a
|
||||
href="../gobject/gobject-Enumeration-and-Flag-Types.html#GFlagsClass"
|
||||
@ -914,9 +914,9 @@ href="../gobject/gobject-Enumeration-and-Flag-Types.html#GFlagsValue"
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2631494"></a><div class="refsect2" lang="en"><a name="id2631495"></a></div>
|
||||
<a name="id2630258"></a><div class="refsect2" lang="en"><a name="id2630260"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2631496"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2630261"></a></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@ -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="#id2614797" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2596982" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2593341" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2601534" 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="id2614797"></a><span class="refentrytitle">gimpversion</span>
|
||||
<a name="id2596982"></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 class="link" href="libgimpbase-gimpversion.ht
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2593341"></a><h2>Description</h2>
|
||||
<a name="id2601534"></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="id2593358"></a><h2>Details</h2>
|
||||
<a name="id2611283"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2593369"></a><h3>
|
||||
<a name="id2611294"></a><h3>
|
||||
<a name="GIMP-MAJOR-VERSION:CAPS"></a>GIMP_MAJOR_VERSION</h3>
|
||||
<a class="indexterm" name="id2593380"></a><pre class="programlisting">#define GIMP_MAJOR_VERSION (2)
|
||||
<a class="indexterm" name="id2611305"></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="id2593397"></a><h3>
|
||||
<a name="id2611322"></a><h3>
|
||||
<a name="GIMP-MINOR-VERSION:CAPS"></a>GIMP_MINOR_VERSION</h3>
|
||||
<a class="indexterm" name="id2593409"></a><pre class="programlisting">#define GIMP_MINOR_VERSION (4)
|
||||
<a class="indexterm" name="id2611334"></a><pre class="programlisting">#define GIMP_MINOR_VERSION (4)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -90,9 +90,9 @@ capabilities.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2593425"></a><h3>
|
||||
<a name="id2611350"></a><h3>
|
||||
<a name="GIMP-MICRO-VERSION:CAPS"></a>GIMP_MICRO_VERSION</h3>
|
||||
<a class="indexterm" name="id2593437"></a><pre class="programlisting">#define GIMP_MICRO_VERSION (3)
|
||||
<a class="indexterm" name="id2611362"></a><pre class="programlisting">#define GIMP_MICRO_VERSION (4)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -100,9 +100,9 @@ capabilities.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2528466"></a><h3>
|
||||
<a name="id2611378"></a><h3>
|
||||
<a name="GIMP-VERSION:CAPS"></a>GIMP_VERSION</h3>
|
||||
<a class="indexterm" name="id2528479"></a><pre class="programlisting">#define GIMP_VERSION "2.4.3"
|
||||
<a class="indexterm" name="id2611391"></a><pre class="programlisting">#define GIMP_VERSION "2.4.4"
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -110,9 +110,9 @@ capabilities.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2528495"></a><h3>
|
||||
<a name="id2613032"></a><h3>
|
||||
<a name="GIMP-API-VERSION:CAPS"></a>GIMP_API_VERSION</h3>
|
||||
<a class="indexterm" name="id2528507"></a><pre class="programlisting">#define GIMP_API_VERSION "2.0"
|
||||
<a class="indexterm" name="id2613042"></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="id2528524"></a><h3>
|
||||
<a name="id2613059"></a><h3>
|
||||
<a name="GIMP-CHECK-VERSION:CAPS"></a>GIMP_CHECK_VERSION()</h3>
|
||||
<a class="indexterm" name="id2528535"></a><pre class="programlisting">#define GIMP_CHECK_VERSION(major, minor, micro)</pre>
|
||||
<a class="indexterm" name="id2613070"></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="id2528599"></a><h3>
|
||||
<a name="id2613134"></a><h3>
|
||||
<a name="GIMPVAR:CAPS"></a>GIMPVAR</h3>
|
||||
<a class="indexterm" name="id2595064"></a><pre class="programlisting">#define GIMPVAR</pre>
|
||||
<a class="indexterm" name="id2613147"></a><pre class="programlisting">#define GIMPVAR</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2595079"></a><h3>
|
||||
<a name="id2613162"></a><h3>
|
||||
<a name="gimp-major-version"></a>gimp_major_version</h3>
|
||||
<a class="indexterm" name="id2595091"></a><pre class="programlisting">extern const guint gimp_major_version;
|
||||
<a class="indexterm" name="id2613174"></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="id2595107"></a><h3>
|
||||
<a name="id2527492"></a><h3>
|
||||
<a name="gimp-minor-version"></a>gimp_minor_version</h3>
|
||||
<a class="indexterm" name="id2595119"></a><pre class="programlisting">extern const guint gimp_minor_version;
|
||||
<a class="indexterm" name="id2527505"></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="id2595135"></a><h3>
|
||||
<a name="id2527520"></a><h3>
|
||||
<a name="gimp-micro-version"></a>gimp_micro_version</h3>
|
||||
<a class="indexterm" name="id2595147"></a><pre class="programlisting">extern const guint gimp_micro_version;
|
||||
<a class="indexterm" name="id2527532"></a><pre class="programlisting">extern const guint gimp_micro_version;
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -190,9 +190,9 @@ Since: GIMP 2.2
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2595164"></a><div class="refsect2" lang="en"><a name="id2595165"></a></div>
|
||||
<a name="id2527549"></a><div class="refsect2" lang="en"><a name="id2527550"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2595166"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2527551"></a></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@ -30,41 +30,41 @@
|
||||
<div class="index"><div class="indexdiv">
|
||||
<h3>G</h3>
|
||||
<dl>
|
||||
<dt>gimp_checks_get_shades, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2582712">gimp_checks_get_shades ()</a>
|
||||
<dt>gimp_checks_get_shades, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2605108">gimp_checks_get_shades ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630117">gimp_enum_get_desc ()</a>
|
||||
<dt>gimp_enum_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2628832">gimp_enum_get_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_get_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2630258">gimp_enum_get_value ()</a>
|
||||
<dt>gimp_enum_get_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2628973">gimp_enum_get_value ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527257">gimp_enum_get_value_descriptions ()</a>
|
||||
<dt>gimp_enum_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2599887">gimp_enum_get_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2596670">gimp_enum_set_value_descriptions ()</a>
|
||||
<dt>gimp_enum_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2599767">gimp_enum_set_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630572">gimp_enum_value_get_desc ()</a>
|
||||
<dt>gimp_enum_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2629284">gimp_enum_value_get_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2630703">gimp_enum_value_get_help ()</a>
|
||||
<dt>gimp_enum_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2629413">gimp_enum_value_get_help ()</a>
|
||||
</dt>
|
||||
<dt>gimp_escape_uline, <a class="indexterm" href="libgimpbase-gimputils.html#id2623545">gimp_escape_uline ()</a>
|
||||
<dt>gimp_escape_uline, <a class="indexterm" href="libgimpbase-gimputils.html#id2628492">gimp_escape_uline ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_get_first_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630833">gimp_flags_get_first_desc ()</a>
|
||||
<dt>gimp_flags_get_first_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2629542">gimp_flags_get_first_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_get_first_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2630973">gimp_flags_get_first_value ()</a>
|
||||
<dt>gimp_flags_get_first_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2629682">gimp_flags_get_first_value ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527367">gimp_flags_get_value_descriptions ()</a>
|
||||
<dt>gimp_flags_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2576902">gimp_flags_get_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527476">gimp_flags_set_value_descriptions ()</a>
|
||||
<dt>gimp_flags_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2577011">gimp_flags_set_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2631258">gimp_flags_value_get_desc ()</a>
|
||||
<dt>gimp_flags_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2629994">gimp_flags_value_get_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2631376">gimp_flags_value_get_help ()</a>
|
||||
<dt>gimp_flags_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2630126">gimp_flags_value_get_help ()</a>
|
||||
</dt>
|
||||
<dt>gimp_memsize_deserialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2620040">gimp_memsize_deserialize ()</a>
|
||||
<dt>gimp_memsize_deserialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2587953">gimp_memsize_deserialize ()</a>
|
||||
</dt>
|
||||
<dt>gimp_memsize_serialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2619932">gimp_memsize_serialize ()</a>
|
||||
<dt>gimp_memsize_serialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2579607">gimp_memsize_serialize ()</a>
|
||||
</dt>
|
||||
<dt>gimp_type_get_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2596533">gimp_type_get_translation_domain ()</a>
|
||||
<dt>gimp_type_get_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2599631">gimp_type_get_translation_domain ()</a>
|
||||
</dt>
|
||||
<dt>gimp_type_set_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2588839">gimp_type_set_translation_domain ()</a>
|
||||
<dt>gimp_type_set_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2600548">gimp_type_set_translation_domain ()</a>
|
||||
</dt>
|
||||
</dl>
|
||||
</div></div>
|
||||
|
||||
@ -30,21 +30,21 @@
|
||||
<div class="index"><div class="indexdiv">
|
||||
<h3>G</h3>
|
||||
<dl>
|
||||
<dt>gimp_canonicalize_identifier, <a class="indexterm" href="libgimpbase-gimputils.html#id2630013">gimp_canonicalize_identifier ()</a>
|
||||
<dt>gimp_canonicalize_identifier, <a class="indexterm" href="libgimpbase-gimputils.html#id2628730">gimp_canonicalize_identifier ()</a>
|
||||
</dt>
|
||||
<dt>gimp_cpu_accel_get_support, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2593553">gimp_cpu_accel_get_support ()</a>
|
||||
<dt>gimp_cpu_accel_get_support, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2607721">gimp_cpu_accel_get_support ()</a>
|
||||
</dt>
|
||||
<dt>gimp_cpu_accel_set_use, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2593621">gimp_cpu_accel_set_use ()</a>
|
||||
<dt>gimp_cpu_accel_set_use, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2602905">gimp_cpu_accel_set_use ()</a>
|
||||
</dt>
|
||||
<dt>gimp_env_init, <a class="indexterm" href="libgimpbase-gimpenv.html#id2618812">gimp_env_init ()</a>
|
||||
<dt>gimp_env_init, <a class="indexterm" href="libgimpbase-gimpenv.html#id2612710">gimp_env_init ()</a>
|
||||
</dt>
|
||||
<dt>gimp_param_spec_memsize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2615214">gimp_param_spec_memsize ()</a>
|
||||
<dt>gimp_param_spec_memsize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2582264">gimp_param_spec_memsize ()</a>
|
||||
</dt>
|
||||
<dt>gimp_param_spec_unit, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627858">gimp_param_spec_unit ()</a>
|
||||
<dt>gimp_param_spec_unit, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627143">gimp_param_spec_unit ()</a>
|
||||
</dt>
|
||||
<dt>gimp_rectangle_intersect, <a class="indexterm" href="libgimpbase-gimprectangle.html#id2580524">gimp_rectangle_intersect ()</a>
|
||||
<dt>gimp_rectangle_intersect, <a class="indexterm" href="libgimpbase-gimprectangle.html#id2621552">gimp_rectangle_intersect ()</a>
|
||||
</dt>
|
||||
<dt>gimp_user_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2619916">gimp_user_directory ()</a>
|
||||
<dt>gimp_user_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2551043">gimp_user_directory ()</a>
|
||||
</dt>
|
||||
</dl>
|
||||
</div></div>
|
||||
|
||||
@ -30,319 +30,319 @@
|
||||
<div class="index"><div class="indexdiv">
|
||||
<h3>G</h3>
|
||||
<dl>
|
||||
<dt>GimpAddMaskType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2550449">enum GimpAddMaskType</a>
|
||||
<dt>GimpAddMaskType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2532562">enum GimpAddMaskType</a>
|
||||
</dt>
|
||||
<dt>GimpBlendMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2604666">enum GimpBlendMode</a>
|
||||
<dt>GimpBlendMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2532599">enum GimpBlendMode</a>
|
||||
</dt>
|
||||
<dt>GimpBucketFillMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2550491">enum GimpBucketFillMode</a>
|
||||
<dt>GimpBucketFillMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2532632">enum GimpBucketFillMode</a>
|
||||
</dt>
|
||||
<dt>GimpChannelOps, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2550522">enum GimpChannelOps</a>
|
||||
<dt>GimpChannelOps, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2532663">enum GimpChannelOps</a>
|
||||
</dt>
|
||||
<dt>GimpChannelType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2550556">enum GimpChannelType</a>
|
||||
<dt>GimpChannelType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2532697">enum GimpChannelType</a>
|
||||
</dt>
|
||||
<dt>GimpCheckSize, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592489">enum GimpCheckSize</a>
|
||||
<dt>GimpCheckSize, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528033">enum GimpCheckSize</a>
|
||||
</dt>
|
||||
<dt>GimpCheckType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592521">enum GimpCheckType</a>
|
||||
<dt>GimpCheckType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528065">enum GimpCheckType</a>
|
||||
</dt>
|
||||
<dt>GimpCloneType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592557">enum GimpCloneType</a>
|
||||
<dt>GimpCloneType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528101">enum GimpCloneType</a>
|
||||
</dt>
|
||||
<dt>GimpCpuAccelFlags, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2610884">enum GimpCpuAccelFlags</a>
|
||||
<dt>GimpCpuAccelFlags, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2604197">enum GimpCpuAccelFlags</a>
|
||||
</dt>
|
||||
<dt>GimpDatafileData, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2580746">GimpDatafileData</a>
|
||||
<dt>GimpDatafileData, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2579704">GimpDatafileData</a>
|
||||
</dt>
|
||||
<dt>GimpDatafileLoaderFunc, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2581398">GimpDatafileLoaderFunc ()</a>
|
||||
<dt>GimpDatafileLoaderFunc, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2579734">GimpDatafileLoaderFunc ()</a>
|
||||
</dt>
|
||||
<dt>GimpDesaturateMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592587">enum GimpDesaturateMode</a>
|
||||
<dt>GimpDesaturateMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528131">enum GimpDesaturateMode</a>
|
||||
</dt>
|
||||
<dt>GimpDodgeBurnType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592618">enum GimpDodgeBurnType</a>
|
||||
<dt>GimpDodgeBurnType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528162">enum GimpDodgeBurnType</a>
|
||||
</dt>
|
||||
<dt>GimpEnumDesc, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2588780">GimpEnumDesc</a>
|
||||
<dt>GimpEnumDesc, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2616729">GimpEnumDesc</a>
|
||||
</dt>
|
||||
<dt>GimpFlagsDesc, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2588810">GimpFlagsDesc</a>
|
||||
<dt>GimpFlagsDesc, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2600518">GimpFlagsDesc</a>
|
||||
</dt>
|
||||
<dt>GimpForegroundExtractMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592647">enum GimpForegroundExtractMode</a>
|
||||
<dt>GimpForegroundExtractMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528191">enum GimpForegroundExtractMode</a>
|
||||
</dt>
|
||||
<dt>GimpGradientType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592675">enum GimpGradientType</a>
|
||||
<dt>GimpGradientType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528219">enum GimpGradientType</a>
|
||||
</dt>
|
||||
<dt>GimpGridStyle, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592716">enum GimpGridStyle</a>
|
||||
<dt>GimpGridStyle, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528260">enum GimpGridStyle</a>
|
||||
</dt>
|
||||
<dt>GimpIconType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528029">enum GimpIconType</a>
|
||||
<dt>GimpIconType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592942">enum GimpIconType</a>
|
||||
</dt>
|
||||
<dt>GimpImageBaseType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528061">enum GimpImageBaseType</a>
|
||||
<dt>GimpImageBaseType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592973">enum GimpImageBaseType</a>
|
||||
</dt>
|
||||
<dt>GimpImageType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528091">enum GimpImageType</a>
|
||||
<dt>GimpImageType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593004">enum GimpImageType</a>
|
||||
</dt>
|
||||
<dt>GimpInterpolationType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528125">enum GimpInterpolationType</a>
|
||||
<dt>GimpInterpolationType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593038">enum GimpInterpolationType</a>
|
||||
</dt>
|
||||
<dt>GimpMessageHandlerType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528157">enum GimpMessageHandlerType</a>
|
||||
<dt>GimpMessageHandlerType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593069">enum GimpMessageHandlerType</a>
|
||||
</dt>
|
||||
<dt>GimpPaintApplicationMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528185">enum GimpPaintApplicationMode</a>
|
||||
<dt>GimpPaintApplicationMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593097">enum GimpPaintApplicationMode</a>
|
||||
</dt>
|
||||
<dt>GimpParasite, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2618324">GimpParasite</a>
|
||||
<dt>GimpParasite, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2581285">GimpParasite</a>
|
||||
</dt>
|
||||
<dt>GimpPDBArgType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528214">enum GimpPDBArgType</a>
|
||||
<dt>GimpPDBArgType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593126">enum GimpPDBArgType</a>
|
||||
</dt>
|
||||
<dt>GimpPDBProcType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528251">enum GimpPDBProcType</a>
|
||||
<dt>GimpPDBProcType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593163">enum GimpPDBProcType</a>
|
||||
</dt>
|
||||
<dt>GimpPDBStatusType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615460">enum GimpPDBStatusType</a>
|
||||
<dt>GimpPDBStatusType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593195">enum GimpPDBStatusType</a>
|
||||
</dt>
|
||||
<dt>GimpProgressCommand, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615487">enum GimpProgressCommand</a>
|
||||
<dt>GimpProgressCommand, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593225">enum GimpProgressCommand</a>
|
||||
</dt>
|
||||
<dt>GimpRepeatMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615515">enum GimpRepeatMode</a>
|
||||
<dt>GimpRepeatMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593256">enum GimpRepeatMode</a>
|
||||
</dt>
|
||||
<dt>GimpRunMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615542">enum GimpRunMode</a>
|
||||
<dt>GimpRunMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593288">enum GimpRunMode</a>
|
||||
</dt>
|
||||
<dt>GimpSignalHandlerFunc, <a class="indexterm" href="libgimpbase-gimpsignal.html#id2608040">GimpSignalHandlerFunc ()</a>
|
||||
<dt>GimpSignalHandlerFunc, <a class="indexterm" href="libgimpbase-gimpsignal.html#id2578708">GimpSignalHandlerFunc ()</a>
|
||||
</dt>
|
||||
<dt>GimpSizeType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615570">enum GimpSizeType</a>
|
||||
<dt>GimpSizeType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593320">enum GimpSizeType</a>
|
||||
</dt>
|
||||
<dt>GimpStackTraceMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615596">enum GimpStackTraceMode</a>
|
||||
<dt>GimpStackTraceMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593349">enum GimpStackTraceMode</a>
|
||||
</dt>
|
||||
<dt>GimpTransferMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615622">enum GimpTransferMode</a>
|
||||
<dt>GimpTransferMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593379">enum GimpTransferMode</a>
|
||||
</dt>
|
||||
<dt>GimpTransformDirection, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615649">enum GimpTransformDirection</a>
|
||||
<dt>GimpTransformDirection, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593409">enum GimpTransformDirection</a>
|
||||
</dt>
|
||||
<dt>GimpTransformResize, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615676">enum GimpTransformResize</a>
|
||||
<dt>GimpTransformResize, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593438">enum GimpTransformResize</a>
|
||||
</dt>
|
||||
<dt>GimpUnit, <a class="indexterm" href="libgimpbase-gimpunit.html#id2573626">enum GimpUnit</a>
|
||||
<dt>GimpUnit, <a class="indexterm" href="libgimpbase-gimpunit.html#id2595188">enum GimpUnit</a>
|
||||
</dt>
|
||||
<dt>GimpUserDirectory, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615706">enum GimpUserDirectory</a>
|
||||
<dt>GimpUserDirectory, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593472">enum GimpUserDirectory</a>
|
||||
</dt>
|
||||
<dt>GIMPVAR, <a class="indexterm" href="libgimpbase-gimpversion.html#id2528599">GIMPVAR</a>
|
||||
<dt>GIMPVAR, <a class="indexterm" href="libgimpbase-gimpversion.html#id2613134">GIMPVAR</a>
|
||||
</dt>
|
||||
<dt>GimpVectorsStrokeType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615735">enum GimpVectorsStrokeType</a>
|
||||
<dt>GimpVectorsStrokeType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593504">enum GimpVectorsStrokeType</a>
|
||||
</dt>
|
||||
<dt>gimp_any_to_utf8, <a class="indexterm" href="libgimpbase-gimputils.html#id2626204">gimp_any_to_utf8 ()</a>
|
||||
<dt>gimp_any_to_utf8, <a class="indexterm" href="libgimpbase-gimputils.html#id2623172">gimp_any_to_utf8 ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_API_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2528495">GIMP_API_VERSION</a>
|
||||
<dt>GIMP_API_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2613032">GIMP_API_VERSION</a>
|
||||
</dt>
|
||||
<dt>gimp_canonicalize_identifier, <a class="indexterm" href="libgimpbase-gimputils.html#id2630013">gimp_canonicalize_identifier ()</a>
|
||||
<dt>gimp_canonicalize_identifier, <a class="indexterm" href="libgimpbase-gimputils.html#id2628730">gimp_canonicalize_identifier ()</a>
|
||||
</dt>
|
||||
<dt>gimp_checks_get_shades, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2582712">gimp_checks_get_shades ()</a>
|
||||
<dt>gimp_checks_get_shades, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2605108">gimp_checks_get_shades ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_CHECK_DARK, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2582656">GIMP_CHECK_DARK</a>
|
||||
<dt>GIMP_CHECK_DARK, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2607215">GIMP_CHECK_DARK</a>
|
||||
</dt>
|
||||
<dt>GIMP_CHECK_LIGHT, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2582684">GIMP_CHECK_LIGHT</a>
|
||||
<dt>GIMP_CHECK_LIGHT, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2607243">GIMP_CHECK_LIGHT</a>
|
||||
</dt>
|
||||
<dt>GIMP_CHECK_SIZE, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2583128">GIMP_CHECK_SIZE</a>
|
||||
<dt>GIMP_CHECK_SIZE, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2607158">GIMP_CHECK_SIZE</a>
|
||||
</dt>
|
||||
<dt>GIMP_CHECK_SIZE_SM, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2583158">GIMP_CHECK_SIZE_SM</a>
|
||||
<dt>GIMP_CHECK_SIZE_SM, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2607188">GIMP_CHECK_SIZE_SM</a>
|
||||
</dt>
|
||||
<dt>GIMP_CHECK_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2528524">GIMP_CHECK_VERSION()</a>
|
||||
<dt>GIMP_CHECK_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2613059">GIMP_CHECK_VERSION()</a>
|
||||
</dt>
|
||||
<dt>gimp_cpu_accel_get_support, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2593553">gimp_cpu_accel_get_support ()</a>
|
||||
<dt>gimp_cpu_accel_get_support, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2607721">gimp_cpu_accel_get_support ()</a>
|
||||
</dt>
|
||||
<dt>gimp_cpu_accel_set_use, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2593621">gimp_cpu_accel_set_use ()</a>
|
||||
<dt>gimp_cpu_accel_set_use, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2602905">gimp_cpu_accel_set_use ()</a>
|
||||
</dt>
|
||||
<dt>gimp_datafiles_check_extension, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2581476">gimp_datafiles_check_extension ()</a>
|
||||
<dt>gimp_datafiles_check_extension, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2611685">gimp_datafiles_check_extension ()</a>
|
||||
</dt>
|
||||
<dt>gimp_datafiles_read_directories, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2612901">gimp_datafiles_read_directories ()</a>
|
||||
<dt>gimp_datafiles_read_directories, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2611774">gimp_datafiles_read_directories ()</a>
|
||||
</dt>
|
||||
<dt>gimp_data_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2618999">gimp_data_directory ()</a>
|
||||
<dt>gimp_data_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2612897">gimp_data_directory ()</a>
|
||||
</dt>
|
||||
<dt>gimp_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2618905">gimp_directory ()</a>
|
||||
<dt>gimp_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2612803">gimp_directory ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630117">gimp_enum_get_desc ()</a>
|
||||
<dt>gimp_enum_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2628832">gimp_enum_get_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_get_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2630258">gimp_enum_get_value ()</a>
|
||||
<dt>gimp_enum_get_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2628973">gimp_enum_get_value ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527257">gimp_enum_get_value_descriptions ()</a>
|
||||
<dt>gimp_enum_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2599887">gimp_enum_get_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2596670">gimp_enum_set_value_descriptions ()</a>
|
||||
<dt>gimp_enum_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2599767">gimp_enum_set_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630572">gimp_enum_value_get_desc ()</a>
|
||||
<dt>gimp_enum_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2629284">gimp_enum_value_get_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2630703">gimp_enum_value_get_help ()</a>
|
||||
<dt>gimp_enum_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2629413">gimp_enum_value_get_help ()</a>
|
||||
</dt>
|
||||
<dt>gimp_env_init, <a class="indexterm" href="libgimpbase-gimpenv.html#id2618812">gimp_env_init ()</a>
|
||||
<dt>gimp_env_init, <a class="indexterm" href="libgimpbase-gimpenv.html#id2612710">gimp_env_init ()</a>
|
||||
</dt>
|
||||
<dt>gimp_escape_uline, <a class="indexterm" href="libgimpbase-gimputils.html#id2623545">gimp_escape_uline ()</a>
|
||||
<dt>gimp_escape_uline, <a class="indexterm" href="libgimpbase-gimputils.html#id2628492">gimp_escape_uline ()</a>
|
||||
</dt>
|
||||
<dt>gimp_filename_to_utf8, <a class="indexterm" href="libgimpbase-gimputils.html#id2623315">gimp_filename_to_utf8 ()</a>
|
||||
<dt>gimp_filename_to_utf8, <a class="indexterm" href="libgimpbase-gimputils.html#id2623363">gimp_filename_to_utf8 ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_get_first_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630833">gimp_flags_get_first_desc ()</a>
|
||||
<dt>gimp_flags_get_first_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2629542">gimp_flags_get_first_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_get_first_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2630973">gimp_flags_get_first_value ()</a>
|
||||
<dt>gimp_flags_get_first_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2629682">gimp_flags_get_first_value ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527367">gimp_flags_get_value_descriptions ()</a>
|
||||
<dt>gimp_flags_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2576902">gimp_flags_get_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527476">gimp_flags_set_value_descriptions ()</a>
|
||||
<dt>gimp_flags_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2577011">gimp_flags_set_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2631258">gimp_flags_value_get_desc ()</a>
|
||||
<dt>gimp_flags_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2629994">gimp_flags_value_get_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2631376">gimp_flags_value_get_help ()</a>
|
||||
<dt>gimp_flags_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2630126">gimp_flags_value_get_help ()</a>
|
||||
</dt>
|
||||
<dt>gimp_gtkrc, <a class="indexterm" href="libgimpbase-gimpenv.html#id2586669">gimp_gtkrc ()</a>
|
||||
<dt>gimp_gtkrc, <a class="indexterm" href="libgimpbase-gimpenv.html#id2577285">gimp_gtkrc ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_IS_PARAM_SPEC_MEMSIZE, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2615167">GIMP_IS_PARAM_SPEC_MEMSIZE()</a>
|
||||
<dt>GIMP_IS_PARAM_SPEC_MEMSIZE, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2582217">GIMP_IS_PARAM_SPEC_MEMSIZE()</a>
|
||||
</dt>
|
||||
<dt>GIMP_IS_PARAM_SPEC_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624713">GIMP_IS_PARAM_SPEC_PARASITE()</a>
|
||||
<dt>GIMP_IS_PARAM_SPEC_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624784">GIMP_IS_PARAM_SPEC_PARASITE()</a>
|
||||
</dt>
|
||||
<dt>GIMP_IS_PARAM_SPEC_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627809">GIMP_IS_PARAM_SPEC_UNIT()</a>
|
||||
<dt>GIMP_IS_PARAM_SPEC_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627094">GIMP_IS_PARAM_SPEC_UNIT()</a>
|
||||
</dt>
|
||||
<dt>gimp_locale_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2619710">gimp_locale_directory ()</a>
|
||||
<dt>gimp_locale_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2550837">gimp_locale_directory ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_MAJOR_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2593369">GIMP_MAJOR_VERSION</a>
|
||||
<dt>GIMP_MAJOR_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2611294">GIMP_MAJOR_VERSION</a>
|
||||
</dt>
|
||||
<dt>gimp_major_version, <a class="indexterm" href="libgimpbase-gimpversion.html#id2595079">gimp_major_version</a>
|
||||
<dt>gimp_major_version, <a class="indexterm" href="libgimpbase-gimpversion.html#id2613162">gimp_major_version</a>
|
||||
</dt>
|
||||
<dt>GIMP_MAX_IMAGE_SIZE, <a class="indexterm" href="libgimpbase-gimplimits.html#id2602214">GIMP_MAX_IMAGE_SIZE</a>
|
||||
<dt>GIMP_MAX_IMAGE_SIZE, <a class="indexterm" href="libgimpbase-gimplimits.html#id2589319">GIMP_MAX_IMAGE_SIZE</a>
|
||||
</dt>
|
||||
<dt>GIMP_MAX_MEMSIZE, <a class="indexterm" href="libgimpbase-gimplimits.html#id2603985">GIMP_MAX_MEMSIZE</a>
|
||||
<dt>GIMP_MAX_MEMSIZE, <a class="indexterm" href="libgimpbase-gimplimits.html#id2590195">GIMP_MAX_MEMSIZE</a>
|
||||
</dt>
|
||||
<dt>GIMP_MAX_RESOLUTION, <a class="indexterm" href="libgimpbase-gimplimits.html#id2603954">GIMP_MAX_RESOLUTION</a>
|
||||
<dt>GIMP_MAX_RESOLUTION, <a class="indexterm" href="libgimpbase-gimplimits.html#id2589382">GIMP_MAX_RESOLUTION</a>
|
||||
</dt>
|
||||
<dt>gimp_memsize_deserialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2620040">gimp_memsize_deserialize ()</a>
|
||||
<dt>gimp_memsize_deserialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2587953">gimp_memsize_deserialize ()</a>
|
||||
</dt>
|
||||
<dt>gimp_memsize_serialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2619932">gimp_memsize_serialize ()</a>
|
||||
<dt>gimp_memsize_serialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2579607">gimp_memsize_serialize ()</a>
|
||||
</dt>
|
||||
<dt>gimp_memsize_to_string, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2611030">gimp_memsize_to_string ()</a>
|
||||
<dt>gimp_memsize_to_string, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2582059">gimp_memsize_to_string ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_MICRO_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2593425">GIMP_MICRO_VERSION</a>
|
||||
<dt>GIMP_MICRO_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2611350">GIMP_MICRO_VERSION</a>
|
||||
</dt>
|
||||
<dt>gimp_micro_version, <a class="indexterm" href="libgimpbase-gimpversion.html#id2595135">gimp_micro_version</a>
|
||||
<dt>gimp_micro_version, <a class="indexterm" href="libgimpbase-gimpversion.html#id2527520">gimp_micro_version</a>
|
||||
</dt>
|
||||
<dt>GIMP_MINOR_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2593397">GIMP_MINOR_VERSION</a>
|
||||
<dt>GIMP_MINOR_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2611322">GIMP_MINOR_VERSION</a>
|
||||
</dt>
|
||||
<dt>gimp_minor_version, <a class="indexterm" href="libgimpbase-gimpversion.html#id2595107">gimp_minor_version</a>
|
||||
<dt>gimp_minor_version, <a class="indexterm" href="libgimpbase-gimpversion.html#id2527492">gimp_minor_version</a>
|
||||
</dt>
|
||||
<dt>GIMP_MIN_IMAGE_SIZE, <a class="indexterm" href="libgimpbase-gimplimits.html#id2602186">GIMP_MIN_IMAGE_SIZE</a>
|
||||
<dt>GIMP_MIN_IMAGE_SIZE, <a class="indexterm" href="libgimpbase-gimplimits.html#id2584182">GIMP_MIN_IMAGE_SIZE</a>
|
||||
</dt>
|
||||
<dt>GIMP_MIN_RESOLUTION, <a class="indexterm" href="libgimpbase-gimplimits.html#id2603922">GIMP_MIN_RESOLUTION</a>
|
||||
<dt>GIMP_MIN_RESOLUTION, <a class="indexterm" href="libgimpbase-gimplimits.html#id2589351">GIMP_MIN_RESOLUTION</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARAM_READABLE, <a class="indexterm" href="libgimpbase-gimpparam.html#id2579796">GIMP_PARAM_READABLE</a>
|
||||
<dt>GIMP_PARAM_READABLE, <a class="indexterm" href="libgimpbase-gimpparam.html#id2594333">GIMP_PARAM_READABLE</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARAM_READWRITE, <a class="indexterm" href="libgimpbase-gimpparam.html#id2579850">GIMP_PARAM_READWRITE</a>
|
||||
<dt>GIMP_PARAM_READWRITE, <a class="indexterm" href="libgimpbase-gimpparam.html#id2594388">GIMP_PARAM_READWRITE</a>
|
||||
</dt>
|
||||
<dt>gimp_param_spec_memsize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2615214">gimp_param_spec_memsize ()</a>
|
||||
<dt>gimp_param_spec_memsize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2582264">gimp_param_spec_memsize ()</a>
|
||||
</dt>
|
||||
<dt>gimp_param_spec_parasite, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624757">gimp_param_spec_parasite ()</a>
|
||||
<dt>gimp_param_spec_parasite, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624832">gimp_param_spec_parasite ()</a>
|
||||
</dt>
|
||||
<dt>gimp_param_spec_unit, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627858">gimp_param_spec_unit ()</a>
|
||||
<dt>gimp_param_spec_unit, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627143">gimp_param_spec_unit ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARAM_STATIC_STRINGS, <a class="indexterm" href="libgimpbase-gimpparam.html#id2579768">GIMP_PARAM_STATIC_STRINGS</a>
|
||||
<dt>GIMP_PARAM_STATIC_STRINGS, <a class="indexterm" href="libgimpbase-gimpparam.html#id2598624">GIMP_PARAM_STATIC_STRINGS</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARAM_WRITABLE, <a class="indexterm" href="libgimpbase-gimpparam.html#id2579823">GIMP_PARAM_WRITABLE</a>
|
||||
<dt>GIMP_PARAM_WRITABLE, <a class="indexterm" href="libgimpbase-gimpparam.html#id2594360">GIMP_PARAM_WRITABLE</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_ATTACH_GRANDPARENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624575">GIMP_PARASITE_ATTACH_GRANDPARENT</a>
|
||||
<dt>GIMP_PARASITE_ATTACH_GRANDPARENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624638">GIMP_PARASITE_ATTACH_GRANDPARENT</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_ATTACH_PARENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624492">GIMP_PARASITE_ATTACH_PARENT</a>
|
||||
<dt>GIMP_PARASITE_ATTACH_PARENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624550">GIMP_PARASITE_ATTACH_PARENT</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_compare, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2579498">gimp_parasite_compare ()</a>
|
||||
<dt>gimp_parasite_compare, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2623813">gimp_parasite_compare ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_copy, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2579429">gimp_parasite_copy ()</a>
|
||||
<dt>gimp_parasite_copy, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2581511">gimp_parasite_copy ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_data, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624320">gimp_parasite_data ()</a>
|
||||
<dt>gimp_parasite_data, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624358">gimp_parasite_data ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_data_size, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624380">gimp_parasite_data_size ()</a>
|
||||
<dt>gimp_parasite_data_size, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624427">gimp_parasite_data_size ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_flags, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624197">gimp_parasite_flags ()</a>
|
||||
<dt>gimp_parasite_flags, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624218">gimp_parasite_flags ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_free, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2618491">gimp_parasite_free ()</a>
|
||||
<dt>gimp_parasite_free, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2581452">gimp_parasite_free ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_GRANDPARENT_PERSISTENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624603">GIMP_PARASITE_GRANDPARENT_PERSISTENT</a>
|
||||
<dt>GIMP_PARASITE_GRANDPARENT_PERSISTENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624667">GIMP_PARASITE_GRANDPARENT_PERSISTENT</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_GRANDPARENT_UNDOABLE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624631">GIMP_PARASITE_GRANDPARENT_UNDOABLE</a>
|
||||
<dt>GIMP_PARASITE_GRANDPARENT_UNDOABLE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624694">GIMP_PARASITE_GRANDPARENT_UNDOABLE</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_has_flag, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624117">gimp_parasite_has_flag ()</a>
|
||||
<dt>gimp_parasite_has_flag, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624129">gimp_parasite_has_flag ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_is_persistent, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624016">gimp_parasite_is_persistent ()</a>
|
||||
<dt>gimp_parasite_is_persistent, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2623991">gimp_parasite_is_persistent ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_is_type, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2579588">gimp_parasite_is_type ()</a>
|
||||
<dt>gimp_parasite_is_type, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2623902">gimp_parasite_is_type ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_is_undoable, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624077">gimp_parasite_is_undoable ()</a>
|
||||
<dt>gimp_parasite_is_undoable, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624060">gimp_parasite_is_undoable ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_name, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624258">gimp_parasite_name ()</a>
|
||||
<dt>gimp_parasite_name, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624287">gimp_parasite_name ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_new, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2618358">gimp_parasite_new ()</a>
|
||||
<dt>gimp_parasite_new, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2581319">gimp_parasite_new ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_PARENT_PERSISTENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624519">GIMP_PARASITE_PARENT_PERSISTENT</a>
|
||||
<dt>GIMP_PARASITE_PARENT_PERSISTENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624579">GIMP_PARASITE_PARENT_PERSISTENT</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_PARENT_UNDOABLE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624547">GIMP_PARASITE_PARENT_UNDOABLE</a>
|
||||
<dt>GIMP_PARASITE_PARENT_UNDOABLE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624608">GIMP_PARASITE_PARENT_UNDOABLE</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_PERSISTENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624441">GIMP_PARASITE_PERSISTENT</a>
|
||||
<dt>GIMP_PARASITE_PERSISTENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624495">GIMP_PARASITE_PERSISTENT</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_UNDOABLE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624467">GIMP_PARASITE_UNDOABLE</a>
|
||||
<dt>GIMP_PARASITE_UNDOABLE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624523">GIMP_PARASITE_UNDOABLE</a>
|
||||
</dt>
|
||||
<dt>gimp_path_free, <a class="indexterm" href="libgimpbase-gimpenv.html#id2620643">gimp_path_free ()</a>
|
||||
<dt>gimp_path_free, <a class="indexterm" href="libgimpbase-gimpenv.html#id2577611">gimp_path_free ()</a>
|
||||
</dt>
|
||||
<dt>gimp_path_get_user_writable_dir, <a class="indexterm" href="libgimpbase-gimpenv.html#id2620716">gimp_path_get_user_writable_dir ()</a>
|
||||
<dt>gimp_path_get_user_writable_dir, <a class="indexterm" href="libgimpbase-gimpenv.html#id2577684">gimp_path_get_user_writable_dir ()</a>
|
||||
</dt>
|
||||
<dt>gimp_path_parse, <a class="indexterm" href="libgimpbase-gimpenv.html#id2586732">gimp_path_parse ()</a>
|
||||
<dt>gimp_path_parse, <a class="indexterm" href="libgimpbase-gimpenv.html#id2577347">gimp_path_parse ()</a>
|
||||
</dt>
|
||||
<dt>gimp_path_to_str, <a class="indexterm" href="libgimpbase-gimpenv.html#id2620555">gimp_path_to_str ()</a>
|
||||
<dt>gimp_path_to_str, <a class="indexterm" href="libgimpbase-gimpenv.html#id2577523">gimp_path_to_str ()</a>
|
||||
</dt>
|
||||
<dt>gimp_personal_rc_file, <a class="indexterm" href="libgimpbase-gimpenv.html#id2586580">gimp_personal_rc_file ()</a>
|
||||
<dt>gimp_personal_rc_file, <a class="indexterm" href="libgimpbase-gimpenv.html#id2577195">gimp_personal_rc_file ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_PIXPIPE_MAXDIM, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2618581">GIMP_PIXPIPE_MAXDIM</a>
|
||||
<dt>GIMP_PIXPIPE_MAXDIM, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2582945">GIMP_PIXPIPE_MAXDIM</a>
|
||||
</dt>
|
||||
<dt>gimp_pixpipe_params_build, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2576399">gimp_pixpipe_params_build ()</a>
|
||||
<dt>gimp_pixpipe_params_build, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2578232">gimp_pixpipe_params_build ()</a>
|
||||
</dt>
|
||||
<dt>gimp_pixpipe_params_init, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2618608">gimp_pixpipe_params_init ()</a>
|
||||
<dt>gimp_pixpipe_params_init, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2582972">gimp_pixpipe_params_init ()</a>
|
||||
</dt>
|
||||
<dt>gimp_pixpipe_params_parse, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2576321">gimp_pixpipe_params_parse ()</a>
|
||||
<dt>gimp_pixpipe_params_parse, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2578153">gimp_pixpipe_params_parse ()</a>
|
||||
</dt>
|
||||
<dt>gimp_plug_in_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2619787">gimp_plug_in_directory ()</a>
|
||||
<dt>gimp_plug_in_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2550914">gimp_plug_in_directory ()</a>
|
||||
</dt>
|
||||
<dt>gimp_rectangle_intersect, <a class="indexterm" href="libgimpbase-gimprectangle.html#id2580524">gimp_rectangle_intersect ()</a>
|
||||
<dt>gimp_rectangle_intersect, <a class="indexterm" href="libgimpbase-gimprectangle.html#id2621552">gimp_rectangle_intersect ()</a>
|
||||
</dt>
|
||||
<dt>gimp_signal_private, <a class="indexterm" href="libgimpbase-gimpsignal.html#id2608114">gimp_signal_private ()</a>
|
||||
<dt>gimp_signal_private, <a class="indexterm" href="libgimpbase-gimpsignal.html#id2618364">gimp_signal_private ()</a>
|
||||
</dt>
|
||||
<dt>gimp_strip_uline, <a class="indexterm" href="libgimpbase-gimputils.html#id2629897">gimp_strip_uline ()</a>
|
||||
<dt>gimp_strip_uline, <a class="indexterm" href="libgimpbase-gimputils.html#id2628609">gimp_strip_uline ()</a>
|
||||
</dt>
|
||||
<dt>gimp_sysconf_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2619852">gimp_sysconf_directory ()</a>
|
||||
<dt>gimp_sysconf_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2550979">gimp_sysconf_directory ()</a>
|
||||
</dt>
|
||||
<dt>gimp_type_get_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2596533">gimp_type_get_translation_domain ()</a>
|
||||
<dt>gimp_type_get_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2599631">gimp_type_get_translation_domain ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_TYPE_MEMSIZE, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2611111">GIMP_TYPE_MEMSIZE</a>
|
||||
<dt>GIMP_TYPE_MEMSIZE, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2582140">GIMP_TYPE_MEMSIZE</a>
|
||||
</dt>
|
||||
<dt>GIMP_TYPE_PARAM_MEMSIZE, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2611161">GIMP_TYPE_PARAM_MEMSIZE</a>
|
||||
<dt>GIMP_TYPE_PARAM_MEMSIZE, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2582189">GIMP_TYPE_PARAM_MEMSIZE</a>
|
||||
</dt>
|
||||
<dt>GIMP_TYPE_PARAM_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624686">GIMP_TYPE_PARAM_PARASITE</a>
|
||||
<dt>GIMP_TYPE_PARAM_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624754">GIMP_TYPE_PARAM_PARASITE</a>
|
||||
</dt>
|
||||
<dt>GIMP_TYPE_PARAM_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627782">GIMP_TYPE_PARAM_UNIT</a>
|
||||
<dt>GIMP_TYPE_PARAM_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627066">GIMP_TYPE_PARAM_UNIT</a>
|
||||
</dt>
|
||||
<dt>GIMP_TYPE_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624660">GIMP_TYPE_PARASITE</a>
|
||||
<dt>GIMP_TYPE_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624726">GIMP_TYPE_PARASITE</a>
|
||||
</dt>
|
||||
<dt>gimp_type_set_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2588839">gimp_type_set_translation_domain ()</a>
|
||||
<dt>gimp_type_set_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2600548">gimp_type_set_translation_domain ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_TYPE_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627731">GIMP_TYPE_UNIT</a>
|
||||
<dt>GIMP_TYPE_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627016">GIMP_TYPE_UNIT</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_abbreviation, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627494">gimp_unit_get_abbreviation ()</a>
|
||||
<dt>gimp_unit_get_abbreviation, <a class="indexterm" href="libgimpbase-gimpunit.html#id2626779">gimp_unit_get_abbreviation ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_deletion_flag, <a class="indexterm" href="libgimpbase-gimpunit.html#id2623858">gimp_unit_get_deletion_flag ()</a>
|
||||
<dt>gimp_unit_get_deletion_flag, <a class="indexterm" href="libgimpbase-gimpunit.html#id2626228">gimp_unit_get_deletion_flag ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_digits, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627259">gimp_unit_get_digits ()</a>
|
||||
<dt>gimp_unit_get_digits, <a class="indexterm" href="libgimpbase-gimpunit.html#id2626545">gimp_unit_get_digits ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_factor, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627156">gimp_unit_get_factor ()</a>
|
||||
<dt>gimp_unit_get_factor, <a class="indexterm" href="libgimpbase-gimpunit.html#id2626442">gimp_unit_get_factor ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_identifier, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627343">gimp_unit_get_identifier ()</a>
|
||||
<dt>gimp_unit_get_identifier, <a class="indexterm" href="libgimpbase-gimpunit.html#id2626628">gimp_unit_get_identifier ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_number_of_built_in_units, <a class="indexterm" href="libgimpbase-gimpunit.html#id2573716">gimp_unit_get_number_of_built_in_units ()</a>
|
||||
<dt>gimp_unit_get_number_of_built_in_units, <a class="indexterm" href="libgimpbase-gimpunit.html#id2595279">gimp_unit_get_number_of_built_in_units ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_number_of_units, <a class="indexterm" href="libgimpbase-gimpunit.html#id2573658">gimp_unit_get_number_of_units ()</a>
|
||||
<dt>gimp_unit_get_number_of_units, <a class="indexterm" href="libgimpbase-gimpunit.html#id2595220">gimp_unit_get_number_of_units ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_plural, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627652">gimp_unit_get_plural ()</a>
|
||||
<dt>gimp_unit_get_plural, <a class="indexterm" href="libgimpbase-gimpunit.html#id2626937">gimp_unit_get_plural ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_singular, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627574">gimp_unit_get_singular ()</a>
|
||||
<dt>gimp_unit_get_singular, <a class="indexterm" href="libgimpbase-gimpunit.html#id2626858">gimp_unit_get_singular ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_symbol, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627417">gimp_unit_get_symbol ()</a>
|
||||
<dt>gimp_unit_get_symbol, <a class="indexterm" href="libgimpbase-gimpunit.html#id2626702">gimp_unit_get_symbol ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_new, <a class="indexterm" href="libgimpbase-gimpunit.html#id2573777">gimp_unit_new ()</a>
|
||||
<dt>gimp_unit_new, <a class="indexterm" href="libgimpbase-gimpunit.html#id2595341">gimp_unit_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_set_deletion_flag, <a class="indexterm" href="libgimpbase-gimpunit.html#id2623942">gimp_unit_set_deletion_flag ()</a>
|
||||
<dt>gimp_unit_set_deletion_flag, <a class="indexterm" href="libgimpbase-gimpunit.html#id2626313">gimp_unit_set_deletion_flag ()</a>
|
||||
</dt>
|
||||
<dt>gimp_user_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2619916">gimp_user_directory ()</a>
|
||||
<dt>gimp_user_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2551043">gimp_user_directory ()</a>
|
||||
</dt>
|
||||
<dt>gimp_utf8_strtrim, <a class="indexterm" href="libgimpbase-gimputils.html#id2623413">gimp_utf8_strtrim ()</a>
|
||||
<dt>gimp_utf8_strtrim, <a class="indexterm" href="libgimpbase-gimputils.html#id2628361">gimp_utf8_strtrim ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_VALUE_HOLDS_MEMSIZE, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2621316">GIMP_VALUE_HOLDS_MEMSIZE()</a>
|
||||
<dt>GIMP_VALUE_HOLDS_MEMSIZE, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2621866">GIMP_VALUE_HOLDS_MEMSIZE()</a>
|
||||
</dt>
|
||||
<dt>GIMP_VALUE_HOLDS_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624876">GIMP_VALUE_HOLDS_PARASITE()</a>
|
||||
<dt>GIMP_VALUE_HOLDS_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624964">GIMP_VALUE_HOLDS_PARASITE()</a>
|
||||
</dt>
|
||||
<dt>GIMP_VALUE_HOLDS_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2628093">GIMP_VALUE_HOLDS_UNIT()</a>
|
||||
<dt>GIMP_VALUE_HOLDS_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627377">GIMP_VALUE_HOLDS_UNIT()</a>
|
||||
</dt>
|
||||
<dt>GIMP_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2528466">GIMP_VERSION</a>
|
||||
<dt>GIMP_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2611378">GIMP_VERSION</a>
|
||||
</dt>
|
||||
</dl>
|
||||
</div></div>
|
||||
|
||||
@ -58,8 +58,8 @@
|
||||
<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="" link="libgimpbase-gimpbaseenums.html#id2615762"/>
|
||||
<function name="" link="libgimpbase-gimpbaseenums.html#id2615763"/>
|
||||
<function name="" link="libgimpbase-gimpbaseenums.html#id2593534"/>
|
||||
<function name="" link="libgimpbase-gimpbaseenums.html#id2593535"/>
|
||||
<function name="GimpEnumDesc" link="libgimpbase-gimpbasetypes.html#GimpEnumDesc"/>
|
||||
<function name="GimpFlagsDesc" link="libgimpbase-gimpbasetypes.html#GimpFlagsDesc"/>
|
||||
<function name="gimp_type_set_translation_domain ()" link="libgimpbase-gimpbasetypes.html#gimp-type-set-translation-domain"/>
|
||||
@ -68,8 +68,8 @@
|
||||
<function name="gimp_enum_get_value_descriptions ()" link="libgimpbase-gimpbasetypes.html#gimp-enum-get-value-descriptions"/>
|
||||
<function name="gimp_flags_get_value_descriptions ()" link="libgimpbase-gimpbasetypes.html#gimp-flags-get-value-descriptions"/>
|
||||
<function name="gimp_flags_set_value_descriptions ()" link="libgimpbase-gimpbasetypes.html#gimp-flags-set-value-descriptions"/>
|
||||
<function name="" link="libgimpbase-gimpbasetypes.html#id2616537"/>
|
||||
<function name="" link="libgimpbase-gimpbasetypes.html#id2616538"/>
|
||||
<function name="" link="libgimpbase-gimpbasetypes.html#id2577132"/>
|
||||
<function name="" link="libgimpbase-gimpbasetypes.html#id2577134"/>
|
||||
<function name="GIMP_MAJOR_VERSION" link="libgimpbase-gimpversion.html#GIMP-MAJOR-VERSION:CAPS"/>
|
||||
<function name="GIMP_MINOR_VERSION" link="libgimpbase-gimpversion.html#GIMP-MINOR-VERSION:CAPS"/>
|
||||
<function name="GIMP_MICRO_VERSION" link="libgimpbase-gimpversion.html#GIMP-MICRO-VERSION:CAPS"/>
|
||||
@ -80,39 +80,39 @@
|
||||
<function name="gimp_major_version" link="libgimpbase-gimpversion.html#gimp-major-version"/>
|
||||
<function name="gimp_minor_version" link="libgimpbase-gimpversion.html#gimp-minor-version"/>
|
||||
<function name="gimp_micro_version" link="libgimpbase-gimpversion.html#gimp-micro-version"/>
|
||||
<function name="" link="libgimpbase-gimpversion.html#id2595165"/>
|
||||
<function name="" link="libgimpbase-gimpversion.html#id2595166"/>
|
||||
<function name="" link="libgimpbase-gimpversion.html#id2527550"/>
|
||||
<function name="" link="libgimpbase-gimpversion.html#id2527551"/>
|
||||
<function name="GIMP_MIN_IMAGE_SIZE" link="libgimpbase-gimplimits.html#GIMP-MIN-IMAGE-SIZE:CAPS"/>
|
||||
<function name="GIMP_MAX_IMAGE_SIZE" link="libgimpbase-gimplimits.html#GIMP-MAX-IMAGE-SIZE:CAPS"/>
|
||||
<function name="GIMP_MIN_RESOLUTION" link="libgimpbase-gimplimits.html#GIMP-MIN-RESOLUTION:CAPS"/>
|
||||
<function name="GIMP_MAX_RESOLUTION" link="libgimpbase-gimplimits.html#GIMP-MAX-RESOLUTION:CAPS"/>
|
||||
<function name="GIMP_MAX_MEMSIZE" link="libgimpbase-gimplimits.html#GIMP-MAX-MEMSIZE:CAPS"/>
|
||||
<function name="" link="libgimpbase-gimplimits.html#id2609669"/>
|
||||
<function name="" link="libgimpbase-gimplimits.html#id2609670"/>
|
||||
<function name="" link="libgimpbase-gimplimits.html#id2590244"/>
|
||||
<function name="" link="libgimpbase-gimplimits.html#id2590246"/>
|
||||
<function name="GIMP_PARAM_STATIC_STRINGS" link="libgimpbase-gimpparam.html#GIMP-PARAM-STATIC-STRINGS:CAPS"/>
|
||||
<function name="GIMP_PARAM_READABLE" link="libgimpbase-gimpparam.html#GIMP-PARAM-READABLE:CAPS"/>
|
||||
<function name="GIMP_PARAM_WRITABLE" link="libgimpbase-gimpparam.html#GIMP-PARAM-WRITABLE:CAPS"/>
|
||||
<function name="GIMP_PARAM_READWRITE" link="libgimpbase-gimpparam.html#GIMP-PARAM-READWRITE:CAPS"/>
|
||||
<function name="" link="libgimpbase-gimpparam.html#id2605577"/>
|
||||
<function name="" link="libgimpbase-gimpparam.html#id2605578"/>
|
||||
<function name="" link="libgimpbase-gimpparam.html#id2594416"/>
|
||||
<function name="" link="libgimpbase-gimpparam.html#id2594417"/>
|
||||
<function name="GIMP_CHECK_SIZE" link="libgimpbase-gimpchecks.html#GIMP-CHECK-SIZE:CAPS"/>
|
||||
<function name="GIMP_CHECK_SIZE_SM" link="libgimpbase-gimpchecks.html#GIMP-CHECK-SIZE-SM:CAPS"/>
|
||||
<function name="GIMP_CHECK_DARK" link="libgimpbase-gimpchecks.html#GIMP-CHECK-DARK:CAPS"/>
|
||||
<function name="GIMP_CHECK_LIGHT" link="libgimpbase-gimpchecks.html#GIMP-CHECK-LIGHT:CAPS"/>
|
||||
<function name="gimp_checks_get_shades ()" link="libgimpbase-gimpchecks.html#gimp-checks-get-shades"/>
|
||||
<function name="" link="libgimpbase-gimpchecks.html#id2582997"/>
|
||||
<function name="" link="libgimpbase-gimpchecks.html#id2582998"/>
|
||||
<function name="" link="libgimpbase-gimpchecks.html#id2605230"/>
|
||||
<function name="" link="libgimpbase-gimpchecks.html#id2605231"/>
|
||||
<function name="enum GimpCpuAccelFlags" link="libgimpbase-gimpcpuaccel.html#GimpCpuAccelFlags"/>
|
||||
<function name="gimp_cpu_accel_get_support ()" link="libgimpbase-gimpcpuaccel.html#gimp-cpu-accel-get-support"/>
|
||||
<function name="gimp_cpu_accel_set_use ()" link="libgimpbase-gimpcpuaccel.html#gimp-cpu-accel-set-use"/>
|
||||
<function name="" link="libgimpbase-gimpcpuaccel.html#id2589022"/>
|
||||
<function name="" link="libgimpbase-gimpcpuaccel.html#id2589024"/>
|
||||
<function name="" link="libgimpbase-gimpcpuaccel.html#id2602978"/>
|
||||
<function name="" link="libgimpbase-gimpcpuaccel.html#id2602979"/>
|
||||
<function name="GimpDatafileData" link="libgimpbase-gimpdatafiles.html#GimpDatafileData"/>
|
||||
<function name="GimpDatafileLoaderFunc ()" link="libgimpbase-gimpdatafiles.html#GimpDatafileLoaderFunc"/>
|
||||
<function name="gimp_datafiles_check_extension ()" link="libgimpbase-gimpdatafiles.html#gimp-datafiles-check-extension"/>
|
||||
<function name="gimp_datafiles_read_directories ()" link="libgimpbase-gimpdatafiles.html#gimp-datafiles-read-directories"/>
|
||||
<function name="" link="libgimpbase-gimpdatafiles.html#id2586139"/>
|
||||
<function name="" link="libgimpbase-gimpdatafiles.html#id2586140"/>
|
||||
<function name="" link="libgimpbase-gimpdatafiles.html#id2615415"/>
|
||||
<function name="" link="libgimpbase-gimpdatafiles.html#id2615416"/>
|
||||
<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_data_directory ()" link="libgimpbase-gimpenv.html#gimp-data-directory"/>
|
||||
@ -126,8 +126,8 @@
|
||||
<function name="gimp_path_to_str ()" link="libgimpbase-gimpenv.html#gimp-path-to-str"/>
|
||||
<function name="gimp_path_free ()" link="libgimpbase-gimpenv.html#gimp-path-free"/>
|
||||
<function name="gimp_path_get_user_writable_dir ()" link="libgimpbase-gimpenv.html#gimp-path-get-user-writable-dir"/>
|
||||
<function name="" link="libgimpbase-gimpenv.html#id2620818"/>
|
||||
<function name="" link="libgimpbase-gimpenv.html#id2620819"/>
|
||||
<function name="" link="libgimpbase-gimpenv.html#id2577784"/>
|
||||
<function name="" link="libgimpbase-gimpenv.html#id2577785"/>
|
||||
<function name="gimp_memsize_serialize ()" link="libgimpbase-gimpmemsize.html#gimp-memsize-serialize"/>
|
||||
<function name="gimp_memsize_deserialize ()" link="libgimpbase-gimpmemsize.html#gimp-memsize-deserialize"/>
|
||||
<function name="gimp_memsize_to_string ()" link="libgimpbase-gimpmemsize.html#gimp-memsize-to-string"/>
|
||||
@ -136,11 +136,11 @@
|
||||
<function name="GIMP_IS_PARAM_SPEC_MEMSIZE()" link="libgimpbase-gimpmemsize.html#GIMP-IS-PARAM-SPEC-MEMSIZE:CAPS"/>
|
||||
<function name="gimp_param_spec_memsize ()" link="libgimpbase-gimpmemsize.html#gimp-param-spec-memsize"/>
|
||||
<function name="GIMP_VALUE_HOLDS_MEMSIZE()" link="libgimpbase-gimpmemsize.html#GIMP-VALUE-HOLDS-MEMSIZE:CAPS"/>
|
||||
<function name="" link="libgimpbase-gimpmemsize.html#id2621360"/>
|
||||
<function name="" link="libgimpbase-gimpmemsize.html#id2621361"/>
|
||||
<function name="" link="libgimpbase-gimpmemsize.html#id2621917"/>
|
||||
<function name="" link="libgimpbase-gimpmemsize.html#id2621918"/>
|
||||
<function name="gimp_rectangle_intersect ()" link="libgimpbase-gimprectangle.html#gimp-rectangle-intersect"/>
|
||||
<function name="" link="libgimpbase-gimprectangle.html#id2621115"/>
|
||||
<function name="" link="libgimpbase-gimprectangle.html#id2621116"/>
|
||||
<function name="" link="libgimpbase-gimprectangle.html#id2578116"/>
|
||||
<function name="" link="libgimpbase-gimprectangle.html#id2578117"/>
|
||||
<function name="GimpParasite" link="libgimpbase-gimpparasite.html#GimpParasite"/>
|
||||
<function name="gimp_parasite_new ()" link="libgimpbase-gimpparasite.html#gimp-parasite-new"/>
|
||||
<function name="gimp_parasite_free ()" link="libgimpbase-gimpparasite.html#gimp-parasite-free"/>
|
||||
@ -167,18 +167,18 @@
|
||||
<function name="GIMP_IS_PARAM_SPEC_PARASITE()" link="libgimpbase-gimpparasite.html#GIMP-IS-PARAM-SPEC-PARASITE:CAPS"/>
|
||||
<function name="gimp_param_spec_parasite ()" link="libgimpbase-gimpparasite.html#gimp-param-spec-parasite"/>
|
||||
<function name="GIMP_VALUE_HOLDS_PARASITE()" link="libgimpbase-gimpparasite.html#GIMP-VALUE-HOLDS-PARASITE:CAPS"/>
|
||||
<function name="" link="libgimpbase-gimpparasite.html#id2624959"/>
|
||||
<function name="" link="libgimpbase-gimpparasite.html#id2624960"/>
|
||||
<function name="" link="libgimpbase-gimpparasite.html#id2625055"/>
|
||||
<function name="" link="libgimpbase-gimpparasite.html#id2625056"/>
|
||||
<function name="GIMP_PIXPIPE_MAXDIM" link="libgimpbase-gimpparasiteio.html#GIMP-PIXPIPE-MAXDIM:CAPS"/>
|
||||
<function name="gimp_pixpipe_params_init ()" link="libgimpbase-gimpparasiteio.html#gimp-pixpipe-params-init"/>
|
||||
<function name="gimp_pixpipe_params_parse ()" link="libgimpbase-gimpparasiteio.html#gimp-pixpipe-params-parse"/>
|
||||
<function name="gimp_pixpipe_params_build ()" link="libgimpbase-gimpparasiteio.html#gimp-pixpipe-params-build"/>
|
||||
<function name="" link="libgimpbase-gimpparasiteio.html#id2623668"/>
|
||||
<function name="" link="libgimpbase-gimpparasiteio.html#id2623670"/>
|
||||
<function name="" link="libgimpbase-gimpparasiteio.html#id2595500"/>
|
||||
<function name="" link="libgimpbase-gimpparasiteio.html#id2595501"/>
|
||||
<function name="GimpSignalHandlerFunc ()" link="libgimpbase-gimpsignal.html#GimpSignalHandlerFunc"/>
|
||||
<function name="gimp_signal_private ()" link="libgimpbase-gimpsignal.html#gimp-signal-private"/>
|
||||
<function name="" link="libgimpbase-gimpsignal.html#id2573932"/>
|
||||
<function name="" link="libgimpbase-gimpsignal.html#id2573933"/>
|
||||
<function name="" link="libgimpbase-gimpsignal.html#id2625950"/>
|
||||
<function name="" link="libgimpbase-gimpsignal.html#id2625951"/>
|
||||
<function name="enum GimpUnit" link="libgimpbase-gimpunit.html#GimpUnit"/>
|
||||
<function name="gimp_unit_get_number_of_units ()" link="libgimpbase-gimpunit.html#gimp-unit-get-number-of-units"/>
|
||||
<function name="gimp_unit_get_number_of_built_in_units ()" link="libgimpbase-gimpunit.html#gimp-unit-get-number-of-built-in-units"/>
|
||||
@ -197,8 +197,8 @@
|
||||
<function name="GIMP_IS_PARAM_SPEC_UNIT()" link="libgimpbase-gimpunit.html#GIMP-IS-PARAM-SPEC-UNIT:CAPS"/>
|
||||
<function name="gimp_param_spec_unit ()" link="libgimpbase-gimpunit.html#gimp-param-spec-unit"/>
|
||||
<function name="GIMP_VALUE_HOLDS_UNIT()" link="libgimpbase-gimpunit.html#GIMP-VALUE-HOLDS-UNIT:CAPS"/>
|
||||
<function name="" link="libgimpbase-gimpunit.html#id2628172"/>
|
||||
<function name="" link="libgimpbase-gimpunit.html#id2628173"/>
|
||||
<function name="" link="libgimpbase-gimpunit.html#id2627456"/>
|
||||
<function name="" link="libgimpbase-gimpunit.html#id2627457"/>
|
||||
<function name="gimp_any_to_utf8 ()" link="libgimpbase-gimputils.html#gimp-any-to-utf8"/>
|
||||
<function name="gimp_filename_to_utf8 ()" link="libgimpbase-gimputils.html#gimp-filename-to-utf8"/>
|
||||
<function name="gimp_utf8_strtrim ()" link="libgimpbase-gimputils.html#gimp-utf8-strtrim"/>
|
||||
@ -213,7 +213,7 @@
|
||||
<function name="gimp_flags_get_first_value ()" link="libgimpbase-gimputils.html#gimp-flags-get-first-value"/>
|
||||
<function name="gimp_flags_value_get_desc ()" link="libgimpbase-gimputils.html#gimp-flags-value-get-desc"/>
|
||||
<function name="gimp_flags_value_get_help ()" link="libgimpbase-gimputils.html#gimp-flags-value-get-help"/>
|
||||
<function name="" link="libgimpbase-gimputils.html#id2631495"/>
|
||||
<function name="" link="libgimpbase-gimputils.html#id2631496"/>
|
||||
<function name="" link="libgimpbase-gimputils.html#id2630260"/>
|
||||
<function name="" link="libgimpbase-gimputils.html#id2630261"/>
|
||||
</functions>
|
||||
</book>
|
||||
|
||||
@ -58,8 +58,8 @@
|
||||
<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="" name="" link="libgimpbase-gimpbaseenums.html#id2615762"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpbaseenums.html#id2615763"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpbaseenums.html#id2593534"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpbaseenums.html#id2593535"/>
|
||||
<keyword type="struct" name="GimpEnumDesc" link="libgimpbase-gimpbasetypes.html#GimpEnumDesc"/>
|
||||
<keyword type="struct" name="GimpFlagsDesc" link="libgimpbase-gimpbasetypes.html#GimpFlagsDesc"/>
|
||||
<keyword type="function" name="gimp_type_set_translation_domain ()" link="libgimpbase-gimpbasetypes.html#gimp-type-set-translation-domain" since="GIMP 2.2"/>
|
||||
@ -68,8 +68,8 @@
|
||||
<keyword type="function" name="gimp_enum_get_value_descriptions ()" link="libgimpbase-gimpbasetypes.html#gimp-enum-get-value-descriptions" since="GIMP 2.2"/>
|
||||
<keyword type="function" name="gimp_flags_get_value_descriptions ()" link="libgimpbase-gimpbasetypes.html#gimp-flags-get-value-descriptions" since="GIMP 2.2"/>
|
||||
<keyword type="function" name="gimp_flags_set_value_descriptions ()" link="libgimpbase-gimpbasetypes.html#gimp-flags-set-value-descriptions" since="GIMP 2.2"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpbasetypes.html#id2616537"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpbasetypes.html#id2616538"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpbasetypes.html#id2577132"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpbasetypes.html#id2577134"/>
|
||||
<keyword type="macro" name="GIMP_MAJOR_VERSION" link="libgimpbase-gimpversion.html#GIMP-MAJOR-VERSION:CAPS"/>
|
||||
<keyword type="macro" name="GIMP_MINOR_VERSION" link="libgimpbase-gimpversion.html#GIMP-MINOR-VERSION:CAPS"/>
|
||||
<keyword type="macro" name="GIMP_MICRO_VERSION" link="libgimpbase-gimpversion.html#GIMP-MICRO-VERSION:CAPS"/>
|
||||
@ -80,39 +80,39 @@
|
||||
<keyword type="variable" name="gimp_major_version" link="libgimpbase-gimpversion.html#gimp-major-version"/>
|
||||
<keyword type="variable" name="gimp_minor_version" link="libgimpbase-gimpversion.html#gimp-minor-version"/>
|
||||
<keyword type="variable" name="gimp_micro_version" link="libgimpbase-gimpversion.html#gimp-micro-version"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpversion.html#id2595165"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpversion.html#id2595166"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpversion.html#id2527550"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpversion.html#id2527551"/>
|
||||
<keyword type="macro" name="GIMP_MIN_IMAGE_SIZE" link="libgimpbase-gimplimits.html#GIMP-MIN-IMAGE-SIZE:CAPS"/>
|
||||
<keyword type="macro" name="GIMP_MAX_IMAGE_SIZE" link="libgimpbase-gimplimits.html#GIMP-MAX-IMAGE-SIZE:CAPS"/>
|
||||
<keyword type="macro" name="GIMP_MIN_RESOLUTION" link="libgimpbase-gimplimits.html#GIMP-MIN-RESOLUTION:CAPS"/>
|
||||
<keyword type="macro" name="GIMP_MAX_RESOLUTION" link="libgimpbase-gimplimits.html#GIMP-MAX-RESOLUTION:CAPS"/>
|
||||
<keyword type="macro" name="GIMP_MAX_MEMSIZE" link="libgimpbase-gimplimits.html#GIMP-MAX-MEMSIZE:CAPS"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimplimits.html#id2609669"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimplimits.html#id2609670"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimplimits.html#id2590244"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimplimits.html#id2590246"/>
|
||||
<keyword type="macro" name="GIMP_PARAM_STATIC_STRINGS" link="libgimpbase-gimpparam.html#GIMP-PARAM-STATIC-STRINGS:CAPS"/>
|
||||
<keyword type="macro" name="GIMP_PARAM_READABLE" link="libgimpbase-gimpparam.html#GIMP-PARAM-READABLE:CAPS"/>
|
||||
<keyword type="macro" name="GIMP_PARAM_WRITABLE" link="libgimpbase-gimpparam.html#GIMP-PARAM-WRITABLE:CAPS"/>
|
||||
<keyword type="macro" name="GIMP_PARAM_READWRITE" link="libgimpbase-gimpparam.html#GIMP-PARAM-READWRITE:CAPS"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpparam.html#id2605577"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpparam.html#id2605578"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpparam.html#id2594416"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpparam.html#id2594417"/>
|
||||
<keyword type="macro" name="GIMP_CHECK_SIZE" link="libgimpbase-gimpchecks.html#GIMP-CHECK-SIZE:CAPS"/>
|
||||
<keyword type="macro" name="GIMP_CHECK_SIZE_SM" link="libgimpbase-gimpchecks.html#GIMP-CHECK-SIZE-SM:CAPS"/>
|
||||
<keyword type="macro" name="GIMP_CHECK_DARK" link="libgimpbase-gimpchecks.html#GIMP-CHECK-DARK:CAPS"/>
|
||||
<keyword type="macro" name="GIMP_CHECK_LIGHT" link="libgimpbase-gimpchecks.html#GIMP-CHECK-LIGHT:CAPS"/>
|
||||
<keyword type="function" name="gimp_checks_get_shades ()" link="libgimpbase-gimpchecks.html#gimp-checks-get-shades" since="GIMP 2.2"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpchecks.html#id2582997"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpchecks.html#id2582998"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpchecks.html#id2605230"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpchecks.html#id2605231"/>
|
||||
<keyword type="enum" name="enum GimpCpuAccelFlags" link="libgimpbase-gimpcpuaccel.html#GimpCpuAccelFlags"/>
|
||||
<keyword type="function" name="gimp_cpu_accel_get_support ()" link="libgimpbase-gimpcpuaccel.html#gimp-cpu-accel-get-support" since="GIMP 2.4"/>
|
||||
<keyword type="function" name="gimp_cpu_accel_set_use ()" link="libgimpbase-gimpcpuaccel.html#gimp-cpu-accel-set-use" since="GIMP 2.4"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpcpuaccel.html#id2589022"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpcpuaccel.html#id2589024"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpcpuaccel.html#id2602978"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpcpuaccel.html#id2602979"/>
|
||||
<keyword type="struct" name="GimpDatafileData" link="libgimpbase-gimpdatafiles.html#GimpDatafileData"/>
|
||||
<keyword type="function" name="GimpDatafileLoaderFunc ()" link="libgimpbase-gimpdatafiles.html#GimpDatafileLoaderFunc"/>
|
||||
<keyword type="function" name="gimp_datafiles_check_extension ()" link="libgimpbase-gimpdatafiles.html#gimp-datafiles-check-extension"/>
|
||||
<keyword type="function" name="gimp_datafiles_read_directories ()" link="libgimpbase-gimpdatafiles.html#gimp-datafiles-read-directories"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpdatafiles.html#id2586139"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpdatafiles.html#id2586140"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpdatafiles.html#id2615415"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpdatafiles.html#id2615416"/>
|
||||
<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_data_directory ()" link="libgimpbase-gimpenv.html#gimp-data-directory"/>
|
||||
@ -126,8 +126,8 @@
|
||||
<keyword type="function" name="gimp_path_to_str ()" link="libgimpbase-gimpenv.html#gimp-path-to-str"/>
|
||||
<keyword type="function" name="gimp_path_free ()" link="libgimpbase-gimpenv.html#gimp-path-free"/>
|
||||
<keyword type="function" name="gimp_path_get_user_writable_dir ()" link="libgimpbase-gimpenv.html#gimp-path-get-user-writable-dir"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpenv.html#id2620818"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpenv.html#id2620819"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpenv.html#id2577784"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpenv.html#id2577785"/>
|
||||
<keyword type="function" name="gimp_memsize_serialize ()" link="libgimpbase-gimpmemsize.html#gimp-memsize-serialize" since="GIMP 2.2"/>
|
||||
<keyword type="function" name="gimp_memsize_deserialize ()" link="libgimpbase-gimpmemsize.html#gimp-memsize-deserialize" since="GIMP 2.2"/>
|
||||
<keyword type="function" name="gimp_memsize_to_string ()" link="libgimpbase-gimpmemsize.html#gimp-memsize-to-string"/>
|
||||
@ -136,11 +136,11 @@
|
||||
<keyword type="macro" name="GIMP_IS_PARAM_SPEC_MEMSIZE()" link="libgimpbase-gimpmemsize.html#GIMP-IS-PARAM-SPEC-MEMSIZE:CAPS"/>
|
||||
<keyword type="function" name="gimp_param_spec_memsize ()" link="libgimpbase-gimpmemsize.html#gimp-param-spec-memsize" since="GIMP 2.4"/>
|
||||
<keyword type="macro" name="GIMP_VALUE_HOLDS_MEMSIZE()" link="libgimpbase-gimpmemsize.html#GIMP-VALUE-HOLDS-MEMSIZE:CAPS"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpmemsize.html#id2621360"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpmemsize.html#id2621361"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpmemsize.html#id2621917"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpmemsize.html#id2621918"/>
|
||||
<keyword type="function" name="gimp_rectangle_intersect ()" link="libgimpbase-gimprectangle.html#gimp-rectangle-intersect" since="GIMP 2.4"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimprectangle.html#id2621115"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimprectangle.html#id2621116"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimprectangle.html#id2578116"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimprectangle.html#id2578117"/>
|
||||
<keyword type="struct" name="GimpParasite" link="libgimpbase-gimpparasite.html#GimpParasite"/>
|
||||
<keyword type="function" name="gimp_parasite_new ()" link="libgimpbase-gimpparasite.html#gimp-parasite-new"/>
|
||||
<keyword type="function" name="gimp_parasite_free ()" link="libgimpbase-gimpparasite.html#gimp-parasite-free"/>
|
||||
@ -167,18 +167,18 @@
|
||||
<keyword type="macro" name="GIMP_IS_PARAM_SPEC_PARASITE()" link="libgimpbase-gimpparasite.html#GIMP-IS-PARAM-SPEC-PARASITE:CAPS"/>
|
||||
<keyword type="function" name="gimp_param_spec_parasite ()" link="libgimpbase-gimpparasite.html#gimp-param-spec-parasite"/>
|
||||
<keyword type="macro" name="GIMP_VALUE_HOLDS_PARASITE()" link="libgimpbase-gimpparasite.html#GIMP-VALUE-HOLDS-PARASITE:CAPS"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpparasite.html#id2624959"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpparasite.html#id2624960"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpparasite.html#id2625055"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpparasite.html#id2625056"/>
|
||||
<keyword type="macro" name="GIMP_PIXPIPE_MAXDIM" link="libgimpbase-gimpparasiteio.html#GIMP-PIXPIPE-MAXDIM:CAPS"/>
|
||||
<keyword type="function" name="gimp_pixpipe_params_init ()" link="libgimpbase-gimpparasiteio.html#gimp-pixpipe-params-init"/>
|
||||
<keyword type="function" name="gimp_pixpipe_params_parse ()" link="libgimpbase-gimpparasiteio.html#gimp-pixpipe-params-parse"/>
|
||||
<keyword type="function" name="gimp_pixpipe_params_build ()" link="libgimpbase-gimpparasiteio.html#gimp-pixpipe-params-build"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpparasiteio.html#id2623668"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpparasiteio.html#id2623670"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpparasiteio.html#id2595500"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpparasiteio.html#id2595501"/>
|
||||
<keyword type="function" name="GimpSignalHandlerFunc ()" link="libgimpbase-gimpsignal.html#GimpSignalHandlerFunc"/>
|
||||
<keyword type="function" name="gimp_signal_private ()" link="libgimpbase-gimpsignal.html#gimp-signal-private"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpsignal.html#id2573932"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpsignal.html#id2573933"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpsignal.html#id2625950"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpsignal.html#id2625951"/>
|
||||
<keyword type="enum" name="enum GimpUnit" link="libgimpbase-gimpunit.html#GimpUnit"/>
|
||||
<keyword type="function" name="gimp_unit_get_number_of_units ()" link="libgimpbase-gimpunit.html#gimp-unit-get-number-of-units"/>
|
||||
<keyword type="function" name="gimp_unit_get_number_of_built_in_units ()" link="libgimpbase-gimpunit.html#gimp-unit-get-number-of-built-in-units"/>
|
||||
@ -197,8 +197,8 @@
|
||||
<keyword type="macro" name="GIMP_IS_PARAM_SPEC_UNIT()" link="libgimpbase-gimpunit.html#GIMP-IS-PARAM-SPEC-UNIT:CAPS"/>
|
||||
<keyword type="function" name="gimp_param_spec_unit ()" link="libgimpbase-gimpunit.html#gimp-param-spec-unit" since="GIMP 2.4"/>
|
||||
<keyword type="macro" name="GIMP_VALUE_HOLDS_UNIT()" link="libgimpbase-gimpunit.html#GIMP-VALUE-HOLDS-UNIT:CAPS"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpunit.html#id2628172"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpunit.html#id2628173"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpunit.html#id2627456"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpunit.html#id2627457"/>
|
||||
<keyword type="function" name="gimp_any_to_utf8 ()" link="libgimpbase-gimputils.html#gimp-any-to-utf8"/>
|
||||
<keyword type="function" name="gimp_filename_to_utf8 ()" link="libgimpbase-gimputils.html#gimp-filename-to-utf8"/>
|
||||
<keyword type="function" name="gimp_utf8_strtrim ()" link="libgimpbase-gimputils.html#gimp-utf8-strtrim"/>
|
||||
@ -213,7 +213,7 @@
|
||||
<keyword type="function" name="gimp_flags_get_first_value ()" link="libgimpbase-gimputils.html#gimp-flags-get-first-value" since="GIMP 2.2"/>
|
||||
<keyword type="function" name="gimp_flags_value_get_desc ()" link="libgimpbase-gimputils.html#gimp-flags-value-get-desc" since="GIMP 2.2"/>
|
||||
<keyword type="function" name="gimp_flags_value_get_help ()" link="libgimpbase-gimputils.html#gimp-flags-value-get-help" since="GIMP 2.2"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimputils.html#id2631495"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimputils.html#id2631496"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimputils.html#id2630260"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimputils.html#id2630261"/>
|
||||
</functions>
|
||||
</book>
|
||||
|
||||
@ -71,14 +71,14 @@ capabilities.
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GIMP-MICRO-VERSION:CAPS" role="macro"/>GIMP_MICRO_VERSION</title>
|
||||
<indexterm><primary>GIMP_MICRO_VERSION</primary></indexterm><programlisting>#define GIMP_MICRO_VERSION (3)
|
||||
<indexterm><primary>GIMP_MICRO_VERSION</primary></indexterm><programlisting>#define GIMP_MICRO_VERSION (4)
|
||||
</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GIMP-VERSION:CAPS" role="macro"/>GIMP_VERSION</title>
|
||||
<indexterm><primary>GIMP_VERSION</primary></indexterm><programlisting>#define GIMP_VERSION "2.4.3"
|
||||
<indexterm><primary>GIMP_VERSION</primary></indexterm><programlisting>#define GIMP_VERSION "2.4.4"
|
||||
</programlisting>
|
||||
<para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user