Imported Upstream version 2.4.3
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.2
|
||||
for GIMP 2.4.3
|
||||
|
||||
</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="#id2601376" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2601374" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2550418" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2550423" 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="id2601376"></a><span class="refentrytitle">gimpbaseenums</span>
|
||||
<a name="id2601374"></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="id2550418"></a><h2>Description</h2>
|
||||
<a name="id2550423"></a><h2>Description</h2>
|
||||
<p>
|
||||
Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2550433"></a><h2>Details</h2>
|
||||
<a name="id2550438"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2550444"></a><h3>
|
||||
<a name="id2550449"></a><h3>
|
||||
<a name="GimpAddMaskType"></a>enum GimpAddMaskType</h3>
|
||||
<a class="indexterm" name="id2550457"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2550462"></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="id2586486"></a><h3>
|
||||
<a name="id2604666"></a><h3>
|
||||
<a name="GimpBlendMode"></a>enum GimpBlendMode</h3>
|
||||
<a class="indexterm" name="id2601859"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2602356"></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="id2550486"></a><h3>
|
||||
<a name="id2550491"></a><h3>
|
||||
<a name="GimpBucketFillMode"></a>enum GimpBucketFillMode</h3>
|
||||
<a class="indexterm" name="id2550498"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2550503"></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="id2550517"></a><h3>
|
||||
<a name="id2550522"></a><h3>
|
||||
<a name="GimpChannelOps"></a>enum GimpChannelOps</h3>
|
||||
<a class="indexterm" name="id2550529"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2550534"></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="id2550551"></a><h3>
|
||||
<a name="id2550556"></a><h3>
|
||||
<a name="GimpChannelType"></a>enum GimpChannelType</h3>
|
||||
<a class="indexterm" name="id2599488"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2600103"></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="id2592487"></a><h3>
|
||||
<a name="id2592489"></a><h3>
|
||||
<a name="GimpCheckSize"></a>enum GimpCheckSize</h3>
|
||||
<a class="indexterm" name="id2592500"></a><pre class="programlisting">typedef enum /*< pdb-skip >*/
|
||||
<a class="indexterm" name="id2592502"></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="id2592519"></a><h3>
|
||||
<a name="id2592521"></a><h3>
|
||||
<a name="GimpCheckType"></a>enum GimpCheckType</h3>
|
||||
<a class="indexterm" name="id2592532"></a><pre class="programlisting">typedef enum /*< pdb-skip >*/
|
||||
<a class="indexterm" name="id2592534"></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="id2592555"></a><h3>
|
||||
<a name="id2592557"></a><h3>
|
||||
<a name="GimpCloneType"></a>enum GimpCloneType</h3>
|
||||
<a class="indexterm" name="id2592567"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2592569"></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="id2592585"></a><h3>
|
||||
<a name="id2592587"></a><h3>
|
||||
<a name="GimpDesaturateMode"></a>enum GimpDesaturateMode</h3>
|
||||
<a class="indexterm" name="id2592597"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2592599"></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="id2592616"></a><h3>
|
||||
<a name="id2592618"></a><h3>
|
||||
<a name="GimpDodgeBurnType"></a>enum GimpDodgeBurnType</h3>
|
||||
<a class="indexterm" name="id2592628"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2592630"></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="id2592645"></a><h3>
|
||||
<a name="id2592647"></a><h3>
|
||||
<a name="GimpForegroundExtractMode"></a>enum GimpForegroundExtractMode</h3>
|
||||
<a class="indexterm" name="id2592657"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2592659"></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="id2592673"></a><h3>
|
||||
<a name="id2592675"></a><h3>
|
||||
<a name="GimpGradientType"></a>enum GimpGradientType</h3>
|
||||
<a class="indexterm" name="id2592685"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2592687"></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="id2592714"></a><h3>
|
||||
<a name="id2592716"></a><h3>
|
||||
<a name="GimpGridStyle"></a>enum GimpGridStyle</h3>
|
||||
<a class="indexterm" name="id2592727"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2528007"></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="id2528031"></a><h3>
|
||||
<a name="id2528029"></a><h3>
|
||||
<a name="GimpIconType"></a>enum GimpIconType</h3>
|
||||
<a class="indexterm" name="id2528044"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2528042"></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="id2528063"></a><h3>
|
||||
<a name="id2528061"></a><h3>
|
||||
<a name="GimpImageBaseType"></a>enum GimpImageBaseType</h3>
|
||||
<a class="indexterm" name="id2528075"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2528073"></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="id2528093"></a><h3>
|
||||
<a name="id2528091"></a><h3>
|
||||
<a name="GimpImageType"></a>enum GimpImageType</h3>
|
||||
<a class="indexterm" name="id2528106"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2528104"></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="id2528127"></a><h3>
|
||||
<a name="id2528125"></a><h3>
|
||||
<a name="GimpInterpolationType"></a>enum GimpInterpolationType</h3>
|
||||
<a class="indexterm" name="id2528138"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2528136"></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="id2528159"></a><h3>
|
||||
<a name="id2528157"></a><h3>
|
||||
<a name="GimpMessageHandlerType"></a>enum GimpMessageHandlerType</h3>
|
||||
<a class="indexterm" name="id2528170"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2528168"></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="id2528187"></a><h3>
|
||||
<a name="id2528185"></a><h3>
|
||||
<a name="GimpPaintApplicationMode"></a>enum GimpPaintApplicationMode</h3>
|
||||
<a class="indexterm" name="id2528198"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2528196"></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="id2528216"></a><h3>
|
||||
<a name="id2528214"></a><h3>
|
||||
<a name="GimpPDBArgType"></a>enum GimpPDBArgType</h3>
|
||||
<a class="indexterm" name="id2528228"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2528226"></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="id2528253"></a><h3>
|
||||
<a name="id2528251"></a><h3>
|
||||
<a name="GimpPDBProcType"></a>enum GimpPDBProcType</h3>
|
||||
<a class="indexterm" name="id2528265"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2528263"></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="id2615458"></a><h3>
|
||||
<a name="id2615460"></a><h3>
|
||||
<a name="GimpPDBStatusType"></a>enum GimpPDBStatusType</h3>
|
||||
<a class="indexterm" name="id2615469"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2615470"></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="id2615485"></a><h3>
|
||||
<a name="id2615487"></a><h3>
|
||||
<a name="GimpProgressCommand"></a>enum GimpProgressCommand</h3>
|
||||
<a class="indexterm" name="id2615496"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2615497"></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="id2615513"></a><h3>
|
||||
<a name="id2615515"></a><h3>
|
||||
<a name="GimpRepeatMode"></a>enum GimpRepeatMode</h3>
|
||||
<a class="indexterm" name="id2615524"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2615525"></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="id2615541"></a><h3>
|
||||
<a name="id2615542"></a><h3>
|
||||
<a name="GimpRunMode"></a>enum GimpRunMode</h3>
|
||||
<a class="indexterm" name="id2615551"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2615553"></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="id2615569"></a><h3>
|
||||
<a name="id2615570"></a><h3>
|
||||
<a name="GimpSizeType"></a>enum GimpSizeType</h3>
|
||||
<a class="indexterm" name="id2615579"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2615581"></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="id2615595"></a><h3>
|
||||
<a name="id2615596"></a><h3>
|
||||
<a name="GimpStackTraceMode"></a>enum GimpStackTraceMode</h3>
|
||||
<a class="indexterm" name="id2615605"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2615607"></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="id2615621"></a><h3>
|
||||
<a name="id2615622"></a><h3>
|
||||
<a name="GimpTransferMode"></a>enum GimpTransferMode</h3>
|
||||
<a class="indexterm" name="id2615631"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2615633"></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="id2615648"></a><h3>
|
||||
<a name="id2615649"></a><h3>
|
||||
<a name="GimpTransformDirection"></a>enum GimpTransformDirection</h3>
|
||||
<a class="indexterm" name="id2615658"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2615660"></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="id2615675"></a><h3>
|
||||
<a name="id2615676"></a><h3>
|
||||
<a name="GimpTransformResize"></a>enum GimpTransformResize</h3>
|
||||
<a class="indexterm" name="id2615685"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2615687"></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="id2615704"></a><h3>
|
||||
<a name="id2615706"></a><h3>
|
||||
<a name="GimpUserDirectory"></a>enum GimpUserDirectory</h3>
|
||||
<a class="indexterm" name="id2615715"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2615716"></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="id2615733"></a><h3>
|
||||
<a name="id2615735"></a><h3>
|
||||
<a name="GimpVectorsStrokeType"></a>enum GimpVectorsStrokeType</h3>
|
||||
<a class="indexterm" name="id2615744"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2615745"></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="id2615760"></a><div class="refsect2" lang="en"><a name="id2615761"></a></div>
|
||||
<a name="id2615761"></a><div class="refsect2" lang="en"><a name="id2615762"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2615762"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2615763"></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="#id2602718" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2583310" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2608381" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2608380" 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="id2602718"></a><span class="refentrytitle">gimpbasetypes</span>
|
||||
<a name="id2583310"></a><span class="refentrytitle">gimpbasetypes</span>
|
||||
</h2>
|
||||
<p>gimpbasetypes — Translation between gettext translation domain identifier and GType.</p>
|
||||
</td>
|
||||
@ -76,15 +76,15 @@ href="../gobject/gobject-Type-Information.html#GType"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2608381"></a><h2>Description</h2>
|
||||
<a name="id2608380"></a><h2>Description</h2>
|
||||
<p>
|
||||
Translation between gettext translation domain identifier and GType.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2608398"></a><h2>Details</h2>
|
||||
<a name="id2608396"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588781"></a><h3>
|
||||
<a name="id2588780"></a><h3>
|
||||
<a name="GimpEnumDesc"></a>GimpEnumDesc</h3>
|
||||
<a class="indexterm" name="id2588793"></a><pre class="programlisting">typedef struct {
|
||||
gint value;
|
||||
@ -100,7 +100,7 @@ Translation between gettext translation domain identifier and GType.
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588810"></a><h3>
|
||||
<a name="GimpFlagsDesc"></a>GimpFlagsDesc</h3>
|
||||
<a class="indexterm" name="id2588823"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2588822"></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="id2588840"></a><h3>
|
||||
<a name="id2588839"></a><h3>
|
||||
<a name="gimp-type-set-translation-domain"></a>gimp_type_set_translation_domain ()</h3>
|
||||
<a class="indexterm" name="id2588855"></a><pre class="programlisting">void gimp_type_set_translation_domain (<a
|
||||
<a class="indexterm" name="id2588854"></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="id2607985"></a><h3>
|
||||
<a name="id2596533"></a><h3>
|
||||
<a name="gimp-type-get-translation-domain"></a>gimp_type_get_translation_domain ()</h3>
|
||||
<a class="indexterm" name="id2608000"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2596549"></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="id2608122"></a><h3>
|
||||
<a name="id2596670"></a><h3>
|
||||
<a name="gimp-enum-set-value-descriptions"></a>gimp_enum_set_value_descriptions ()</h3>
|
||||
<a class="indexterm" name="id2608137"></a><pre class="programlisting">void gimp_enum_set_value_descriptions (<a
|
||||
<a class="indexterm" name="id2596686"></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="id2527263"></a><h3>
|
||||
<a name="id2527257"></a><h3>
|
||||
<a name="gimp-enum-get-value-descriptions"></a>gimp_enum_get_value_descriptions ()</h3>
|
||||
<a class="indexterm" name="id2527279"></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="id2527273"></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="id2527373"></a><h3>
|
||||
<a name="id2527367"></a><h3>
|
||||
<a name="gimp-flags-get-value-descriptions"></a>gimp_flags_get_value_descriptions ()</h3>
|
||||
<a class="indexterm" name="id2527388"></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="id2527382"></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="id2527483"></a><h3>
|
||||
<a name="id2527476"></a><h3>
|
||||
<a name="gimp-flags-set-value-descriptions"></a>gimp_flags_set_value_descriptions ()</h3>
|
||||
<a class="indexterm" name="id2527499"></a><pre class="programlisting">void gimp_flags_set_value_descriptions (<a
|
||||
<a class="indexterm" name="id2527492"></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="id2616538"></a><div class="refsect2" lang="en"><a name="id2616539"></a></div>
|
||||
<a name="id2616536"></a><div class="refsect2" lang="en"><a name="id2616537"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2616540"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2616538"></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="#id2600616" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2602801" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2581565" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2583101" 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="id2600616"></a><span class="refentrytitle">gimpchecks</span>
|
||||
<a name="id2602801"></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="id2581565"></a><h2>Description</h2>
|
||||
<a name="id2583101"></a><h2>Description</h2>
|
||||
<p>
|
||||
Constants and functions related to rendering checkerboards.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2581581"></a><h2>Details</h2>
|
||||
<a name="id2583118"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2581592"></a><h3>
|
||||
<a name="id2583128"></a><h3>
|
||||
<a name="GIMP-CHECK-SIZE:CAPS"></a>GIMP_CHECK_SIZE</h3>
|
||||
<a class="indexterm" name="id2581604"></a><pre class="programlisting">#define GIMP_CHECK_SIZE 8
|
||||
<a class="indexterm" name="id2583140"></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="id2581622"></a><h3>
|
||||
<a name="id2583158"></a><h3>
|
||||
<a name="GIMP-CHECK-SIZE-SM:CAPS"></a>GIMP_CHECK_SIZE_SM</h3>
|
||||
<a class="indexterm" name="id2581634"></a><pre class="programlisting">#define GIMP_CHECK_SIZE_SM 4
|
||||
<a class="indexterm" name="id2583170"></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="id2581650"></a><h3>
|
||||
<a name="id2582656"></a><h3>
|
||||
<a name="GIMP-CHECK-DARK:CAPS"></a>GIMP_CHECK_DARK</h3>
|
||||
<a class="indexterm" name="id2581661"></a><pre class="programlisting">#define GIMP_CHECK_DARK 0.4
|
||||
<a class="indexterm" name="id2582667"></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="id2581678"></a><h3>
|
||||
<a name="id2582684"></a><h3>
|
||||
<a name="GIMP-CHECK-LIGHT:CAPS"></a>GIMP_CHECK_LIGHT</h3>
|
||||
<a class="indexterm" name="id2616554"></a><pre class="programlisting">#define GIMP_CHECK_LIGHT 0.6
|
||||
<a class="indexterm" name="id2582695"></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="id2616570"></a><h3>
|
||||
<a name="id2582712"></a><h3>
|
||||
<a name="gimp-checks-get-shades"></a>gimp_checks_get_shades ()</h3>
|
||||
<a class="indexterm" name="id2616584"></a><pre class="programlisting">void gimp_checks_get_shades (<a class="link" href="libgimpbase-gimpbaseenums.html#GimpCheckType">GimpCheckType</a> type,
|
||||
<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
|
||||
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="id2616692"></a><div class="refsect2" lang="en"><a name="id2616694"></a></div>
|
||||
<a name="id2582996"></a><div class="refsect2" lang="en"><a name="id2582997"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2616695"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2582998"></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="#id2608621" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2580016" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2576494" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2610857" 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="id2608621"></a><span class="refentrytitle">gimpcpuaccel</span>
|
||||
<a name="id2580016"></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="id2576494"></a><h2>Description</h2>
|
||||
<a name="id2610857"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2576510"></a><h2>Details</h2>
|
||||
<a name="id2610873"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2576521"></a><h3>
|
||||
<a name="id2610884"></a><h3>
|
||||
<a name="GimpCpuAccelFlags"></a>enum GimpCpuAccelFlags</h3>
|
||||
<a class="indexterm" name="id2576533"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2610896"></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="id2576256"></a><h3>
|
||||
<a name="id2593553"></a><h3>
|
||||
<a name="gimp-cpu-accel-get-support"></a>gimp_cpu_accel_get_support ()</h3>
|
||||
<a class="indexterm" name="id2576270"></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="id2593567"></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="id2576324"></a><h3>
|
||||
<a name="id2593621"></a><h3>
|
||||
<a name="gimp-cpu-accel-set-use"></a>gimp_cpu_accel_set_use ()</h3>
|
||||
<a class="indexterm" name="id2576338"></a><pre class="programlisting">void gimp_cpu_accel_set_use (<a
|
||||
<a class="indexterm" name="id2593634"></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="id2585595"></a><div class="refsect2" lang="en"><a name="id2585596"></a></div>
|
||||
<a name="id2589021"></a><div class="refsect2" lang="en"><a name="id2589022"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2585598"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2589024"></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="#id2583591" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2610567" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2580656" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2580720" 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="id2583591"></a><span class="refentrytitle">gimpdatafiles</span>
|
||||
<a name="id2610567"></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="id2580656"></a><h2>Description</h2>
|
||||
<a name="id2580720"></a><h2>Description</h2>
|
||||
<p>
|
||||
Functions to handle GIMP data files.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2580672"></a><h2>Details</h2>
|
||||
<a name="id2580735"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2580683"></a><h3>
|
||||
<a name="id2580746"></a><h3>
|
||||
<a name="GimpDatafileData"></a>GimpDatafileData</h3>
|
||||
<a class="indexterm" name="id2580695"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2580758"></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="id2585612"></a><h3>
|
||||
<a name="id2581398"></a><h3>
|
||||
<a name="GimpDatafileLoaderFunc"></a>GimpDatafileLoaderFunc ()</h3>
|
||||
<a class="indexterm" name="id2585624"></a><pre class="programlisting">void (*GimpDatafileLoaderFunc) (const <a class="link" href="libgimpbase-gimpdatafiles.html#GimpDatafileData">GimpDatafileData</a> *file_data,
|
||||
<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
|
||||
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="id2585691"></a><h3>
|
||||
<a name="id2581476"></a><h3>
|
||||
<a name="gimp-datafiles-check-extension"></a>gimp_datafiles_check_extension ()</h3>
|
||||
<a class="indexterm" name="id2585702"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2581487"></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="id2607041"></a><h3>
|
||||
<a name="id2612901"></a><h3>
|
||||
<a name="gimp-datafiles-read-directories"></a>gimp_datafiles_read_directories ()</h3>
|
||||
<a class="indexterm" name="id2607052"></a><pre class="programlisting">void gimp_datafiles_read_directories (const <a
|
||||
<a class="indexterm" name="id2612912"></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="id2609041"></a><div class="refsect2" lang="en"><a name="id2609042"></a></div>
|
||||
<a name="id2586138"></a><div class="refsect2" lang="en"><a name="id2586139"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2609043"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2586140"></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="#id2597058" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2576698" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2615810" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2618784" 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="id2597058"></a><span class="refentrytitle">gimpenv</span>
|
||||
<a name="id2576698"></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="id2615810"></a><h2>Description</h2>
|
||||
<a name="id2618784"></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="id2615827"></a><h2>Details</h2>
|
||||
<a name="id2618801"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615838"></a><h3>
|
||||
<a name="id2618812"></a><h3>
|
||||
<a name="gimp-env-init"></a>gimp_env_init ()</h3>
|
||||
<a class="indexterm" name="id2615853"></a><pre class="programlisting">void gimp_env_init (<a
|
||||
<a class="indexterm" name="id2618827"></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="id2615931"></a><h3>
|
||||
<a name="id2618905"></a><h3>
|
||||
<a name="gimp-directory"></a>gimp_directory ()</h3>
|
||||
<a class="indexterm" name="id2615943"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2618917"></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="id2616025"></a><h3>
|
||||
<a name="id2618999"></a><h3>
|
||||
<a name="gimp-data-directory"></a>gimp_data_directory ()</h3>
|
||||
<a class="indexterm" name="id2616038"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2619011"></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="id2619716"></a><h3>
|
||||
<a name="id2619710"></a><h3>
|
||||
<a name="gimp-locale-directory"></a>gimp_locale_directory ()</h3>
|
||||
<a class="indexterm" name="id2619727"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2619721"></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="id2619793"></a><h3>
|
||||
<a name="id2619787"></a><h3>
|
||||
<a name="gimp-plug-in-directory"></a>gimp_plug_in_directory ()</h3>
|
||||
<a class="indexterm" name="id2619804"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2619798"></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="id2619858"></a><h3>
|
||||
<a name="id2619852"></a><h3>
|
||||
<a name="gimp-sysconf-directory"></a>gimp_sysconf_directory ()</h3>
|
||||
<a class="indexterm" name="id2619869"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2619863"></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="id2619922"></a><h3>
|
||||
<a name="id2619916"></a><h3>
|
||||
<a name="gimp-user-directory"></a>gimp_user_directory ()</h3>
|
||||
<a class="indexterm" name="id2577032"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2619931"></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="id2577119"></a><h3>
|
||||
<a name="id2586580"></a><h3>
|
||||
<a name="gimp-personal-rc-file"></a>gimp_personal_rc_file ()</h3>
|
||||
<a class="indexterm" name="id2577130"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2586591"></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="id2577208"></a><h3>
|
||||
<a name="id2586669"></a><h3>
|
||||
<a name="gimp-gtkrc"></a>gimp_gtkrc ()</h3>
|
||||
<a class="indexterm" name="id2577220"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2586682"></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="id2577271"></a><h3>
|
||||
<a name="id2586732"></a><h3>
|
||||
<a name="gimp-path-parse"></a>gimp_path_parse ()</h3>
|
||||
<a class="indexterm" name="id2577283"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2586744"></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="id2620558"></a><h3>
|
||||
<a name="id2620555"></a><h3>
|
||||
<a name="gimp-path-to-str"></a>gimp_path_to_str ()</h3>
|
||||
<a class="indexterm" name="id2620569"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2620566"></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="id2620642"></a><h3>
|
||||
<a name="id2620643"></a><h3>
|
||||
<a name="gimp-path-free"></a>gimp_path_free ()</h3>
|
||||
<a class="indexterm" name="id2620654"></a><pre class="programlisting">void gimp_path_free (<a
|
||||
<a class="indexterm" name="id2620655"></a><pre class="programlisting">void gimp_path_free (<a
|
||||
href="../glib/glib-Doubly-Linked-Lists.html#GList"
|
||||
>GList</a> *path);</pre>
|
||||
<p>
|
||||
@ -563,9 +563,9 @@ href="../glib/glib-Memory-Allocation.html#g-free"
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2620816"></a><div class="refsect2" lang="en"><a name="id2620817"></a></div>
|
||||
<a name="id2620817"></a><div class="refsect2" lang="en"><a name="id2620818"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2620818"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2620819"></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="#id2598632" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2585017" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2599498" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2600115" 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="id2598632"></a><span class="refentrytitle">gimplimits</span>
|
||||
<a name="id2585017"></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="id2599498"></a><h2>Description</h2>
|
||||
<a name="id2600115"></a><h2>Description</h2>
|
||||
<p>
|
||||
Boundaries of some GIMP data types and some global constants.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2591238"></a><h2>Details</h2>
|
||||
<a name="id2602175"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2591249"></a><h3>
|
||||
<a name="id2602186"></a><h3>
|
||||
<a name="GIMP-MIN-IMAGE-SIZE:CAPS"></a>GIMP_MIN_IMAGE_SIZE</h3>
|
||||
<a class="indexterm" name="id2591260"></a><pre class="programlisting">#define GIMP_MIN_IMAGE_SIZE 1
|
||||
<a class="indexterm" name="id2602198"></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="id2591276"></a><h3>
|
||||
<a name="id2602214"></a><h3>
|
||||
<a name="GIMP-MAX-IMAGE-SIZE:CAPS"></a>GIMP_MAX_IMAGE_SIZE</h3>
|
||||
<a class="indexterm" name="id2598157"></a><pre class="programlisting">#define GIMP_MAX_IMAGE_SIZE 262144 /* 2^18 */
|
||||
<a class="indexterm" name="id2603902"></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="id2598177"></a><h3>
|
||||
<a name="id2603922"></a><h3>
|
||||
<a name="GIMP-MIN-RESOLUTION:CAPS"></a>GIMP_MIN_RESOLUTION</h3>
|
||||
<a class="indexterm" name="id2598189"></a><pre class="programlisting">#define GIMP_MIN_RESOLUTION 5e-3 /* shouldn't display as 0.000 */
|
||||
<a class="indexterm" name="id2603934"></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="id2598209"></a><h3>
|
||||
<a name="id2603954"></a><h3>
|
||||
<a name="GIMP-MAX-RESOLUTION:CAPS"></a>GIMP_MAX_RESOLUTION</h3>
|
||||
<a class="indexterm" name="id2598221"></a><pre class="programlisting">#define GIMP_MAX_RESOLUTION 65536.0
|
||||
<a class="indexterm" name="id2603966"></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="id2598240"></a><h3>
|
||||
<a name="id2603985"></a><h3>
|
||||
<a name="GIMP-MAX-MEMSIZE:CAPS"></a>GIMP_MAX_MEMSIZE</h3>
|
||||
<a class="indexterm" name="id2598251"></a><pre class="programlisting">#define GIMP_MAX_MEMSIZE ((guint64) 1 << 42) /* 4 terabyte;
|
||||
<a class="indexterm" name="id2603996"></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="id2598288"></a><div class="refsect2" lang="en"><a name="id2586230"></a></div>
|
||||
<a name="id2609668"></a><div class="refsect2" lang="en"><a name="id2609669"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2586231"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2609670"></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="#id2586623" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2607368" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2606387" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2575731" 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="id2586623"></a><span class="refentrytitle">gimpmemsize</span>
|
||||
<a name="id2607368"></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="id2606387"></a><h2>Description</h2>
|
||||
<a name="id2575731"></a><h2>Description</h2>
|
||||
<p>
|
||||
Functions to (de)serialize a given memory size.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2606403"></a><h2>Details</h2>
|
||||
<a name="id2575748"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606414"></a><h3>
|
||||
<a name="id2619932"></a><h3>
|
||||
<a name="gimp-memsize-serialize"></a>gimp_memsize_serialize ()</h3>
|
||||
<a class="indexterm" name="id2618085"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2619946"></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="id2618180"></a><h3>
|
||||
<a name="id2620040"></a><h3>
|
||||
<a name="gimp-memsize-deserialize"></a>gimp_memsize_deserialize ()</h3>
|
||||
<a class="indexterm" name="id2618193"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2620054"></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="id2619215"></a><h3>
|
||||
<a name="id2611030"></a><h3>
|
||||
<a name="gimp-memsize-to-string"></a>gimp_memsize_to_string ()</h3>
|
||||
<a class="indexterm" name="id2619226"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2611041"></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="id2619296"></a><h3>
|
||||
<a name="id2611111"></a><h3>
|
||||
<a name="GIMP-TYPE-MEMSIZE:CAPS"></a>GIMP_TYPE_MEMSIZE</h3>
|
||||
<a class="indexterm" name="id2619308"></a><pre class="programlisting">#define GIMP_TYPE_MEMSIZE (gimp_memsize_get_type ())
|
||||
<a class="indexterm" name="id2611123"></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="id2619346"></a><h3>
|
||||
<a name="id2611161"></a><h3>
|
||||
<a name="GIMP-TYPE-PARAM-MEMSIZE:CAPS"></a>GIMP_TYPE_PARAM_MEMSIZE</h3>
|
||||
<a class="indexterm" name="id2619357"></a><pre class="programlisting">#define GIMP_TYPE_PARAM_MEMSIZE (gimp_param_memsize_get_type ())
|
||||
<a class="indexterm" name="id2611172"></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="id2620096"></a><h3>
|
||||
<a name="id2615167"></a><h3>
|
||||
<a name="GIMP-IS-PARAM-SPEC-MEMSIZE:CAPS"></a>GIMP_IS_PARAM_SPEC_MEMSIZE()</h3>
|
||||
<a class="indexterm" name="id2620107"></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="id2615178"></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="id2620143"></a><h3>
|
||||
<a name="id2615214"></a><h3>
|
||||
<a name="gimp-param-spec-memsize"></a>gimp_param_spec_memsize ()</h3>
|
||||
<a class="indexterm" name="id2620156"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2615228"></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"
|
||||
@ -371,9 +371,9 @@ href="../gobject/gobject-GParamSpec.html#GParamSpec"
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2621360"></a><div class="refsect2" lang="en"><a name="id2621361"></a></div>
|
||||
<a name="id2621359"></a><div class="refsect2" lang="en"><a name="id2621360"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2621362"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2621361"></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="#id2584362" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2597831" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2610890" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2609334" 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="id2584362"></a><span class="refentrytitle">gimpparam</span>
|
||||
<a name="id2597831"></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="id2610890"></a><h2>Description</h2>
|
||||
<a name="id2609334"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2603211"></a><h2>Details</h2>
|
||||
<a name="id2579758"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603222"></a><h3>
|
||||
<a name="id2579768"></a><h3>
|
||||
<a name="GIMP-PARAM-STATIC-STRINGS:CAPS"></a>GIMP_PARAM_STATIC_STRINGS</h3>
|
||||
<a class="indexterm" name="id2603233"></a><pre class="programlisting">#define GIMP_PARAM_STATIC_STRINGS</pre>
|
||||
<a class="indexterm" name="id2579780"></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="id2603249"></a><h3>
|
||||
<a name="id2579796"></a><h3>
|
||||
<a name="GIMP-PARAM-READABLE:CAPS"></a>GIMP_PARAM_READABLE</h3>
|
||||
<a class="indexterm" name="id2603261"></a><pre class="programlisting">#define GIMP_PARAM_READABLE</pre>
|
||||
<a class="indexterm" name="id2579807"></a><pre class="programlisting">#define GIMP_PARAM_READABLE</pre>
|
||||
<p>
|
||||
Since: GIMP 2.4
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603276"></a><h3>
|
||||
<a name="id2579823"></a><h3>
|
||||
<a name="GIMP-PARAM-WRITABLE:CAPS"></a>GIMP_PARAM_WRITABLE</h3>
|
||||
<a class="indexterm" name="id2603288"></a><pre class="programlisting">#define GIMP_PARAM_WRITABLE</pre>
|
||||
<a class="indexterm" name="id2579835"></a><pre class="programlisting">#define GIMP_PARAM_WRITABLE</pre>
|
||||
<p>
|
||||
Since: GIMP 2.4
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603304"></a><h3>
|
||||
<a name="id2579850"></a><h3>
|
||||
<a name="GIMP-PARAM-READWRITE:CAPS"></a>GIMP_PARAM_READWRITE</h3>
|
||||
<a class="indexterm" name="id2603315"></a><pre class="programlisting">#define GIMP_PARAM_READWRITE</pre>
|
||||
<a class="indexterm" name="id2579861"></a><pre class="programlisting">#define GIMP_PARAM_READWRITE</pre>
|
||||
<p>
|
||||
Since: GIMP 2.4
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2597494"></a><div class="refsect2" lang="en"><a name="id2597495"></a></div>
|
||||
<a name="id2605576"></a><div class="refsect2" lang="en"><a name="id2605577"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2597496"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2605578"></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="#id2590011" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2614008" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2617210" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2618296" 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="id2590011"></a><span class="refentrytitle">gimpparasite</span>
|
||||
<a name="id2614008"></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="id2617210"></a><h2>Description</h2>
|
||||
<a name="id2618296"></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="id2617227"></a><h2>Details</h2>
|
||||
<a name="id2618313"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2617238"></a><h3>
|
||||
<a name="id2618324"></a><h3>
|
||||
<a name="GimpParasite"></a>GimpParasite</h3>
|
||||
<a class="indexterm" name="id2617250"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2618336"></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="id2617272"></a><h3>
|
||||
<a name="id2618358"></a><h3>
|
||||
<a name="gimp-parasite-new"></a>gimp_parasite_new ()</h3>
|
||||
<a class="indexterm" name="id2617285"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a>* gimp_parasite_new (const <a
|
||||
<a class="indexterm" name="id2618371"></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="id2617405"></a><h3>
|
||||
<a name="id2618491"></a><h3>
|
||||
<a name="gimp-parasite-free"></a>gimp_parasite_free ()</h3>
|
||||
<a class="indexterm" name="id2617417"></a><pre class="programlisting">void gimp_parasite_free (<a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<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>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -221,9 +221,9 @@ href="../glib/glib-Basic-Types.html#gconstpointer"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616871"></a><h3>
|
||||
<a name="id2579429"></a><h3>
|
||||
<a name="gimp-parasite-copy"></a>gimp_parasite_copy ()</h3>
|
||||
<a class="indexterm" name="id2616883"></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="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>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -247,9 +247,9 @@ href="../glib/glib-Basic-Types.html#gconstpointer"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616940"></a><h3>
|
||||
<a name="id2579498"></a><h3>
|
||||
<a name="gimp-parasite-compare"></a>gimp_parasite_compare ()</h3>
|
||||
<a class="indexterm" name="id2616951"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2579509"></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="id2617030"></a><h3>
|
||||
<a name="id2579588"></a><h3>
|
||||
<a name="gimp-parasite-is-type"></a>gimp_parasite_is_type ()</h3>
|
||||
<a class="indexterm" name="id2617041"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2579599"></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="id2624025"></a><h3>
|
||||
<a name="id2624016"></a><h3>
|
||||
<a name="gimp-parasite-is-persistent"></a>gimp_parasite_is_persistent ()</h3>
|
||||
<a class="indexterm" name="id2624036"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2624027"></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="id2624086"></a><h3>
|
||||
<a name="id2624077"></a><h3>
|
||||
<a name="gimp-parasite-is-undoable"></a>gimp_parasite_is_undoable ()</h3>
|
||||
<a class="indexterm" name="id2624097"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2624088"></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="id2624150"></a><h3>
|
||||
<a name="id2624117"></a><h3>
|
||||
<a name="gimp-parasite-has-flag"></a>gimp_parasite_has_flag ()</h3>
|
||||
<a class="indexterm" name="id2624161"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2624127"></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="id2624239"></a><h3>
|
||||
<a name="id2624197"></a><h3>
|
||||
<a name="gimp-parasite-flags"></a>gimp_parasite_flags ()</h3>
|
||||
<a class="indexterm" name="id2624252"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2624207"></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="id2624308"></a><h3>
|
||||
<a name="id2624258"></a><h3>
|
||||
<a name="gimp-parasite-name"></a>gimp_parasite_name ()</h3>
|
||||
<a class="indexterm" name="id2624321"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2624268"></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="id2624379"></a><h3>
|
||||
<a name="id2624320"></a><h3>
|
||||
<a name="gimp-parasite-data"></a>gimp_parasite_data ()</h3>
|
||||
<a class="indexterm" name="id2624391"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2624330"></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="id2624448"></a><h3>
|
||||
<a name="id2624380"></a><h3>
|
||||
<a name="gimp-parasite-data-size"></a>gimp_parasite_data_size ()</h3>
|
||||
<a class="indexterm" name="id2624460"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2624391"></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="id2624516"></a><h3>
|
||||
<a name="id2624441"></a><h3>
|
||||
<a name="GIMP-PARASITE-PERSISTENT:CAPS"></a>GIMP_PARASITE_PERSISTENT</h3>
|
||||
<a class="indexterm" name="id2624530"></a><pre class="programlisting">#define GIMP_PARASITE_PERSISTENT 1
|
||||
<a class="indexterm" name="id2624454"></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="id2624545"></a><h3>
|
||||
<a name="id2624467"></a><h3>
|
||||
<a name="GIMP-PARASITE-UNDOABLE:CAPS"></a>GIMP_PARASITE_UNDOABLE</h3>
|
||||
<a class="indexterm" name="id2624556"></a><pre class="programlisting">#define GIMP_PARASITE_UNDOABLE 2
|
||||
<a class="indexterm" name="id2624478"></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="id2624572"></a><h3>
|
||||
<a name="id2624492"></a><h3>
|
||||
<a name="GIMP-PARASITE-ATTACH-PARENT:CAPS"></a>GIMP_PARASITE_ATTACH_PARENT</h3>
|
||||
<a class="indexterm" name="id2624585"></a><pre class="programlisting">#define GIMP_PARASITE_ATTACH_PARENT (0x80 << 8)
|
||||
<a class="indexterm" name="id2624504"></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="id2624601"></a><h3>
|
||||
<a name="id2624519"></a><h3>
|
||||
<a name="GIMP-PARASITE-PARENT-PERSISTENT:CAPS"></a>GIMP_PARASITE_PARENT_PERSISTENT</h3>
|
||||
<a class="indexterm" name="id2624614"></a><pre class="programlisting">#define GIMP_PARASITE_PARENT_PERSISTENT (GIMP_PARASITE_PERSISTENT << 8)
|
||||
<a class="indexterm" name="id2624532"></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="id2624632"></a><h3>
|
||||
<a name="id2624547"></a><h3>
|
||||
<a name="GIMP-PARASITE-PARENT-UNDOABLE:CAPS"></a>GIMP_PARASITE_PARENT_UNDOABLE</h3>
|
||||
<a class="indexterm" name="id2624645"></a><pre class="programlisting">#define GIMP_PARASITE_PARENT_UNDOABLE (GIMP_PARASITE_UNDOABLE << 8)
|
||||
<a class="indexterm" name="id2624560"></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="id2624662"></a><h3>
|
||||
<a name="id2624575"></a><h3>
|
||||
<a name="GIMP-PARASITE-ATTACH-GRANDPARENT:CAPS"></a>GIMP_PARASITE_ATTACH_GRANDPARENT</h3>
|
||||
<a class="indexterm" name="id2624675"></a><pre class="programlisting">#define GIMP_PARASITE_ATTACH_GRANDPARENT (0x80 << 16)
|
||||
<a class="indexterm" name="id2624588"></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="id2624692"></a><h3>
|
||||
<a name="id2624603"></a><h3>
|
||||
<a name="GIMP-PARASITE-GRANDPARENT-PERSISTENT:CAPS"></a>GIMP_PARASITE_GRANDPARENT_PERSISTENT</h3>
|
||||
<a class="indexterm" name="id2624705"></a><pre class="programlisting">#define GIMP_PARASITE_GRANDPARENT_PERSISTENT (GIMP_PARASITE_PERSISTENT << 16)
|
||||
<a class="indexterm" name="id2624615"></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="id2624722"></a><h3>
|
||||
<a name="id2624631"></a><h3>
|
||||
<a name="GIMP-PARASITE-GRANDPARENT-UNDOABLE:CAPS"></a>GIMP_PARASITE_GRANDPARENT_UNDOABLE</h3>
|
||||
<a class="indexterm" name="id2624736"></a><pre class="programlisting">#define GIMP_PARASITE_GRANDPARENT_UNDOABLE (GIMP_PARASITE_UNDOABLE << 16)
|
||||
<a class="indexterm" name="id2624645"></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="id2624754"></a><h3>
|
||||
<a name="id2624660"></a><h3>
|
||||
<a name="GIMP-TYPE-PARASITE:CAPS"></a>GIMP_TYPE_PARASITE</h3>
|
||||
<a class="indexterm" name="id2624765"></a><pre class="programlisting">#define GIMP_TYPE_PARASITE (gimp_parasite_get_type ())
|
||||
<a class="indexterm" name="id2624671"></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="id2624782"></a><h3>
|
||||
<a name="id2624686"></a><h3>
|
||||
<a name="GIMP-TYPE-PARAM-PARASITE:CAPS"></a>GIMP_TYPE_PARAM_PARASITE</h3>
|
||||
<a class="indexterm" name="id2624795"></a><pre class="programlisting">#define GIMP_TYPE_PARAM_PARASITE (gimp_param_parasite_get_type ())
|
||||
<a class="indexterm" name="id2624698"></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="id2624812"></a><h3>
|
||||
<a name="id2624713"></a><h3>
|
||||
<a name="GIMP-IS-PARAM-SPEC-PARASITE:CAPS"></a>GIMP_IS_PARAM_SPEC_PARASITE()</h3>
|
||||
<a class="indexterm" name="id2624824"></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="id2624725"></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="id2624860"></a><h3>
|
||||
<a name="id2624757"></a><h3>
|
||||
<a name="gimp-param-spec-parasite"></a>gimp_param_spec_parasite ()</h3>
|
||||
<a class="indexterm" name="id2624872"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2624768"></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="id2624992"></a><h3>
|
||||
<a name="id2624876"></a><h3>
|
||||
<a name="GIMP-VALUE-HOLDS-PARASITE:CAPS"></a>GIMP_VALUE_HOLDS_PARASITE()</h3>
|
||||
<a class="indexterm" name="id2625005"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_PARASITE(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_PARASITE))
|
||||
<a class="indexterm" name="id2624888"></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="id2625042"></a><h2>See Also</h2>
|
||||
<a name="id2624921"></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="id2625081"></a><div class="refsect2" lang="en"><a name="id2625082"></a></div>
|
||||
<a name="id2624958"></a><div class="refsect2" lang="en"><a name="id2624959"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2625084"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2624960"></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="#id2584702" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2604948" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2577912" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2618546" 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="id2584702"></a><span class="refentrytitle">gimpparasiteio</span>
|
||||
<a name="id2604948"></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="id2577912"></a><h2>Description</h2>
|
||||
<a name="id2618546"></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="id2577936"></a><h2>Details</h2>
|
||||
<a name="id2618570"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2577947"></a><h3>
|
||||
<a name="id2618581"></a><h3>
|
||||
<a name="GIMP-PIXPIPE-MAXDIM:CAPS"></a>GIMP_PIXPIPE_MAXDIM</h3>
|
||||
<a class="indexterm" name="id2577959"></a><pre class="programlisting">#define GIMP_PIXPIPE_MAXDIM 4
|
||||
<a class="indexterm" name="id2618592"></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="id2577974"></a><h3>
|
||||
<a name="id2618608"></a><h3>
|
||||
<a name="gimp-pixpipe-params-init"></a>gimp_pixpipe_params_init ()</h3>
|
||||
<a class="indexterm" name="id2577985"></a><pre class="programlisting">void gimp_pixpipe_params_init (GimpPixPipeParams *params);</pre>
|
||||
<a class="indexterm" name="id2618619"></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="id2622624"></a><h3>
|
||||
<a name="id2576321"></a><h3>
|
||||
<a name="gimp-pixpipe-params-parse"></a>gimp_pixpipe_params_parse ()</h3>
|
||||
<a class="indexterm" name="id2622635"></a><pre class="programlisting">void gimp_pixpipe_params_parse (const <a
|
||||
<a class="indexterm" name="id2576332"></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="id2622702"></a><h3>
|
||||
<a name="id2576399"></a><h3>
|
||||
<a name="gimp-pixpipe-params-build"></a>gimp_pixpipe_params_build ()</h3>
|
||||
<a class="indexterm" name="id2622714"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2576411"></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="id2528442"></a><h2>See Also</h2>
|
||||
<a name="id2623649"></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="id2528460"></a><div class="refsect2" lang="en"><a name="id2528461"></a></div>
|
||||
<a name="id2623667"></a><div class="refsect2" lang="en"><a name="id2623668"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2528462"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2623670"></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="#id2528338" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2595459" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2618805" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2580498" 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="id2528338"></a><span class="refentrytitle">gimprectangle</span>
|
||||
<a name="id2595459"></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="id2618805"></a><h2>Description</h2>
|
||||
<a name="id2580498"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2618821"></a><h2>Details</h2>
|
||||
<a name="id2580514"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2618832"></a><h3>
|
||||
<a name="id2580524"></a><h3>
|
||||
<a name="gimp-rectangle-intersect"></a>gimp_rectangle_intersect ()</h3>
|
||||
<a class="indexterm" name="id2618845"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2580538"></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="id2621107"></a><div class="refsect2" lang="en"><a name="id2621108"></a></div>
|
||||
<a name="id2621114"></a><div class="refsect2" lang="en"><a name="id2621115"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2621109"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2621116"></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="#id2600898" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2584044" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2622070" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2608014" 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="id2600898"></a><span class="refentrytitle">gimpsignal</span>
|
||||
<a name="id2584044"></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="id2622070"></a><h2>Description</h2>
|
||||
<a name="id2608014"></a><h2>Description</h2>
|
||||
<p>
|
||||
Portable signal handling.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2622085"></a><h2>Details</h2>
|
||||
<a name="id2608030"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2622096"></a><h3>
|
||||
<a name="id2608040"></a><h3>
|
||||
<a name="GimpSignalHandlerFunc"></a>GimpSignalHandlerFunc ()</h3>
|
||||
<a class="indexterm" name="id2622107"></a><pre class="programlisting">void (*GimpSignalHandlerFunc) (<a
|
||||
<a class="indexterm" name="id2608052"></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="id2622170"></a><h3>
|
||||
<a name="id2608114"></a><h3>
|
||||
<a name="gimp-signal-private"></a>gimp_signal_private ()</h3>
|
||||
<a class="indexterm" name="id2622182"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpsignal.html#GimpSignalHandlerFunc">GimpSignalHandlerFunc</a> gimp_signal_private (<a
|
||||
<a class="indexterm" name="id2608127"></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="id2622303"></a><h2>See Also</h2>
|
||||
<a name="id2573920"></a><h2>See Also</h2>
|
||||
<p>
|
||||
signal(2), signal(5 or 7), sigaction(2).
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2622314"></a><div class="refsect2" lang="en"><a name="id2622315"></a></div>
|
||||
<a name="id2573931"></a><div class="refsect2" lang="en"><a name="id2573932"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2622316"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2573933"></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="#id2576022" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2592452" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2622330" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2573598" 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="id2576022"></a><span class="refentrytitle">gimpunit</span>
|
||||
<a name="id2592452"></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="id2622330"></a><h2>Description</h2>
|
||||
<a name="id2573598"></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="id2622347"></a><h2>Details</h2>
|
||||
<a name="id2573615"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2622358"></a><h3>
|
||||
<a name="id2573626"></a><h3>
|
||||
<a name="GimpUnit"></a>enum GimpUnit</h3>
|
||||
<a class="indexterm" name="id2622370"></a><pre class="programlisting">typedef enum /*< skip >*/
|
||||
<a class="indexterm" name="id2573638"></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="id2622390"></a><h3>
|
||||
<a name="id2573658"></a><h3>
|
||||
<a name="gimp-unit-get-number-of-units"></a>gimp_unit_get_number_of_units ()</h3>
|
||||
<a class="indexterm" name="id2622401"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2573669"></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="id2622448"></a><h3>
|
||||
<a name="id2573716"></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="id2622460"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2573728"></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="id2622510"></a><h3>
|
||||
<a name="id2573777"></a><h3>
|
||||
<a name="gimp-unit-new"></a>gimp_unit_new ()</h3>
|
||||
<a class="indexterm" name="id2622522"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> gimp_unit_new (<a
|
||||
<a class="indexterm" name="id2573790"></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="id2623834"></a><h3>
|
||||
<a name="id2623858"></a><h3>
|
||||
<a name="gimp-unit-get-deletion-flag"></a>gimp_unit_get_deletion_flag ()</h3>
|
||||
<a class="indexterm" name="id2623846"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2623869"></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="id2623919"></a><h3>
|
||||
<a name="id2623942"></a><h3>
|
||||
<a name="gimp-unit-set-deletion-flag"></a>gimp_unit_set_deletion_flag ()</h3>
|
||||
<a class="indexterm" name="id2627054"></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="id2627052"></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="id2627158"></a><h3>
|
||||
<a name="id2627156"></a><h3>
|
||||
<a name="gimp-unit-get-factor"></a>gimp_unit_get_factor ()</h3>
|
||||
<a class="indexterm" name="id2627169"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2627167"></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="id2627261"></a><h3>
|
||||
<a name="id2627259"></a><h3>
|
||||
<a name="gimp-unit-get-digits"></a>gimp_unit_get_digits ()</h3>
|
||||
<a class="indexterm" name="id2627272"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2627270"></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="id2627345"></a><h3>
|
||||
<a name="id2627343"></a><h3>
|
||||
<a name="gimp-unit-get-identifier"></a>gimp_unit_get_identifier ()</h3>
|
||||
<a class="indexterm" name="id2627356"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2627354"></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="id2627419"></a><h3>
|
||||
<a name="id2627417"></a><h3>
|
||||
<a name="gimp-unit-get-symbol"></a>gimp_unit_get_symbol ()</h3>
|
||||
<a class="indexterm" name="id2627430"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2627428"></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="id2627496"></a><h3>
|
||||
<a name="id2627494"></a><h3>
|
||||
<a name="gimp-unit-get-abbreviation"></a>gimp_unit_get_abbreviation ()</h3>
|
||||
<a class="indexterm" name="id2627508"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2627506"></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="id2627576"></a><h3>
|
||||
<a name="id2627574"></a><h3>
|
||||
<a name="gimp-unit-get-singular"></a>gimp_unit_get_singular ()</h3>
|
||||
<a class="indexterm" name="id2627587"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2627585"></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="id2627654"></a><h3>
|
||||
<a name="id2627652"></a><h3>
|
||||
<a name="gimp-unit-get-plural"></a>gimp_unit_get_plural ()</h3>
|
||||
<a class="indexterm" name="id2627666"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2627664"></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="id2627733"></a><h3>
|
||||
<a name="id2627731"></a><h3>
|
||||
<a name="GIMP-TYPE-UNIT:CAPS"></a>GIMP_TYPE_UNIT</h3>
|
||||
<a class="indexterm" name="id2627746"></a><pre class="programlisting">#define GIMP_TYPE_UNIT (gimp_unit_get_type ())
|
||||
<a class="indexterm" name="id2627743"></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="id2627784"></a><h3>
|
||||
<a name="id2627782"></a><h3>
|
||||
<a name="GIMP-TYPE-PARAM-UNIT:CAPS"></a>GIMP_TYPE_PARAM_UNIT</h3>
|
||||
<a class="indexterm" name="id2627795"></a><pre class="programlisting">#define GIMP_TYPE_PARAM_UNIT (gimp_param_unit_get_type ())
|
||||
<a class="indexterm" name="id2627793"></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="id2627812"></a><h3>
|
||||
<a name="id2627809"></a><h3>
|
||||
<a name="GIMP-IS-PARAM-SPEC-UNIT:CAPS"></a>GIMP_IS_PARAM_SPEC_UNIT()</h3>
|
||||
<a class="indexterm" name="id2627825"></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="id2627823"></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="id2627861"></a><h3>
|
||||
<a name="id2627858"></a><h3>
|
||||
<a name="gimp-param-spec-unit"></a>gimp_param_spec_unit ()</h3>
|
||||
<a class="indexterm" name="id2627874"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2627872"></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="id2628095"></a><h3>
|
||||
<a name="id2628093"></a><h3>
|
||||
<a name="GIMP-VALUE-HOLDS-UNIT:CAPS"></a>GIMP_VALUE_HOLDS_UNIT()</h3>
|
||||
<a class="indexterm" name="id2628106"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_UNIT(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_UNIT))
|
||||
<a class="indexterm" name="id2628104"></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="id2628143"></a><h2>See Also</h2>
|
||||
<a name="id2628141"></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="id2628173"></a><div class="refsect2" lang="en"><a name="id2628174"></a></div>
|
||||
<a name="id2628171"></a><div class="refsect2" lang="en"><a name="id2628172"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2628175"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2628173"></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="#id2612051" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2596785" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2573512" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2626177" 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="id2612051"></a><span class="refentrytitle">gimputils</span>
|
||||
<a name="id2596785"></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="id2573512"></a><h2>Description</h2>
|
||||
<a name="id2626177"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2573528"></a><h2>Details</h2>
|
||||
<a name="id2626193"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2573538"></a><h3>
|
||||
<a name="id2626204"></a><h3>
|
||||
<a name="gimp-any-to-utf8"></a>gimp_any_to_utf8 ()</h3>
|
||||
<a class="indexterm" name="id2573551"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2623136"></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="id2625253"></a><h3>
|
||||
<a name="id2623315"></a><h3>
|
||||
<a name="gimp-filename-to-utf8"></a>gimp_filename_to_utf8 ()</h3>
|
||||
<a class="indexterm" name="id2625264"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2623326"></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="id2625351"></a><h3>
|
||||
<a name="id2623413"></a><h3>
|
||||
<a name="gimp-utf8-strtrim"></a>gimp_utf8_strtrim ()</h3>
|
||||
<a class="indexterm" name="id2625364"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2623426"></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="id2625483"></a><h3>
|
||||
<a name="id2623545"></a><h3>
|
||||
<a name="gimp-escape-uline"></a>gimp_escape_uline ()</h3>
|
||||
<a class="indexterm" name="id2625497"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2623559"></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="id2629890"></a><h3>
|
||||
<a name="id2629897"></a><h3>
|
||||
<a name="gimp-strip-uline"></a>gimp_strip_uline ()</h3>
|
||||
<a class="indexterm" name="id2629901"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2629908"></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="id2630001"></a><h3>
|
||||
<a name="id2630013"></a><h3>
|
||||
<a name="gimp-canonicalize-identifier"></a>gimp_canonicalize_identifier ()</h3>
|
||||
<a class="indexterm" name="id2630017"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2630029"></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="id2630104"></a><h3>
|
||||
<a name="id2630117"></a><h3>
|
||||
<a name="gimp-enum-get-desc"></a>gimp_enum_get_desc ()</h3>
|
||||
<a class="indexterm" name="id2630119"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpbasetypes.html#GimpEnumDesc">GimpEnumDesc</a>* gimp_enum_get_desc (<a
|
||||
<a class="indexterm" name="id2630131"></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="id2630246"></a><h3>
|
||||
<a name="id2630258"></a><h3>
|
||||
<a name="gimp-enum-get-value"></a>gimp_enum_get_value ()</h3>
|
||||
<a class="indexterm" name="id2630260"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2630272"></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="id2630524"></a><h3>
|
||||
<a name="id2630572"></a><h3>
|
||||
<a name="gimp-enum-value-get-desc"></a>gimp_enum_value_get_desc ()</h3>
|
||||
<a class="indexterm" name="id2630536"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2630586"></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="id2630641"></a><h3>
|
||||
<a name="id2630703"></a><h3>
|
||||
<a name="gimp-enum-value-get-help"></a>gimp_enum_value_get_help ()</h3>
|
||||
<a class="indexterm" name="id2630653"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2630716"></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="id2630758"></a><h3>
|
||||
<a name="id2630833"></a><h3>
|
||||
<a name="gimp-flags-get-first-desc"></a>gimp_flags_get_first_desc ()</h3>
|
||||
<a class="indexterm" name="id2630771"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc">GimpFlagsDesc</a>* gimp_flags_get_first_desc (<a
|
||||
<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
|
||||
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="id2630882"></a><h3>
|
||||
<a name="id2630973"></a><h3>
|
||||
<a name="gimp-flags-get-first-value"></a>gimp_flags_get_first_value ()</h3>
|
||||
<a class="indexterm" name="id2630895"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2630988"></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="id2631164"></a><h3>
|
||||
<a name="id2631258"></a><h3>
|
||||
<a name="gimp-flags-value-get-desc"></a>gimp_flags_value_get_desc ()</h3>
|
||||
<a class="indexterm" name="id2631177"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2631271"></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="id2631281"></a><h3>
|
||||
<a name="id2631376"></a><h3>
|
||||
<a name="gimp-flags-value-get-help"></a>gimp_flags_value_get_help ()</h3>
|
||||
<a class="indexterm" name="id2631294"></a><pre class="programlisting">const <a
|
||||
<a class="indexterm" name="id2631389"></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="id2631400"></a><div class="refsect2" lang="en"><a name="id2631401"></a></div>
|
||||
<a name="id2631494"></a><div class="refsect2" lang="en"><a name="id2631495"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2631402"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2631496"></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="#id2594473" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2614797" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2582101" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2593341" 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="id2594473"></a><span class="refentrytitle">gimpversion</span>
|
||||
<a name="id2614797"></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="id2582101"></a><h2>Description</h2>
|
||||
<a name="id2593341"></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="id2582118"></a><h2>Details</h2>
|
||||
<a name="id2593358"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2582129"></a><h3>
|
||||
<a name="id2593369"></a><h3>
|
||||
<a name="GIMP-MAJOR-VERSION:CAPS"></a>GIMP_MAJOR_VERSION</h3>
|
||||
<a class="indexterm" name="id2582141"></a><pre class="programlisting">#define GIMP_MAJOR_VERSION (2)
|
||||
<a class="indexterm" name="id2593380"></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="id2582157"></a><h3>
|
||||
<a name="id2593397"></a><h3>
|
||||
<a name="GIMP-MINOR-VERSION:CAPS"></a>GIMP_MINOR_VERSION</h3>
|
||||
<a class="indexterm" name="id2582169"></a><pre class="programlisting">#define GIMP_MINOR_VERSION (4)
|
||||
<a class="indexterm" name="id2593409"></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="id2582186"></a><h3>
|
||||
<a name="id2593425"></a><h3>
|
||||
<a name="GIMP-MICRO-VERSION:CAPS"></a>GIMP_MICRO_VERSION</h3>
|
||||
<a class="indexterm" name="id2582197"></a><pre class="programlisting">#define GIMP_MICRO_VERSION (2)
|
||||
<a class="indexterm" name="id2593437"></a><pre class="programlisting">#define GIMP_MICRO_VERSION (3)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -100,9 +100,9 @@ capabilities.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2580862"></a><h3>
|
||||
<a name="id2528466"></a><h3>
|
||||
<a name="GIMP-VERSION:CAPS"></a>GIMP_VERSION</h3>
|
||||
<a class="indexterm" name="id2580874"></a><pre class="programlisting">#define GIMP_VERSION "2.4.2"
|
||||
<a class="indexterm" name="id2528479"></a><pre class="programlisting">#define GIMP_VERSION "2.4.3"
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -110,9 +110,9 @@ capabilities.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2580891"></a><h3>
|
||||
<a name="id2528495"></a><h3>
|
||||
<a name="GIMP-API-VERSION:CAPS"></a>GIMP_API_VERSION</h3>
|
||||
<a class="indexterm" name="id2580902"></a><pre class="programlisting">#define GIMP_API_VERSION "2.0"
|
||||
<a class="indexterm" name="id2528507"></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="id2580919"></a><h3>
|
||||
<a name="id2528524"></a><h3>
|
||||
<a name="GIMP-CHECK-VERSION:CAPS"></a>GIMP_CHECK_VERSION()</h3>
|
||||
<a class="indexterm" name="id2580930"></a><pre class="programlisting">#define GIMP_CHECK_VERSION(major, minor, micro)</pre>
|
||||
<a class="indexterm" name="id2528535"></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="id2580994"></a><h3>
|
||||
<a name="id2528599"></a><h3>
|
||||
<a name="GIMPVAR:CAPS"></a>GIMPVAR</h3>
|
||||
<a class="indexterm" name="id2609304"></a><pre class="programlisting">#define GIMPVAR</pre>
|
||||
<a class="indexterm" name="id2595064"></a><pre class="programlisting">#define GIMPVAR</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609319"></a><h3>
|
||||
<a name="id2595079"></a><h3>
|
||||
<a name="gimp-major-version"></a>gimp_major_version</h3>
|
||||
<a class="indexterm" name="id2609331"></a><pre class="programlisting">extern const guint gimp_major_version;
|
||||
<a class="indexterm" name="id2595091"></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="id2609347"></a><h3>
|
||||
<a name="id2595107"></a><h3>
|
||||
<a name="gimp-minor-version"></a>gimp_minor_version</h3>
|
||||
<a class="indexterm" name="id2609359"></a><pre class="programlisting">extern const guint gimp_minor_version;
|
||||
<a class="indexterm" name="id2595119"></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="id2609375"></a><h3>
|
||||
<a name="id2595135"></a><h3>
|
||||
<a name="gimp-micro-version"></a>gimp_micro_version</h3>
|
||||
<a class="indexterm" name="id2609387"></a><pre class="programlisting">extern const guint gimp_micro_version;
|
||||
<a class="indexterm" name="id2595147"></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="id2609404"></a><div class="refsect2" lang="en"><a name="id2609405"></a></div>
|
||||
<a name="id2595164"></a><div class="refsect2" lang="en"><a name="id2595165"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2609406"></a></div>
|
||||
<div class="refsect2" lang="en"><a name="id2595166"></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#id2616570">gimp_checks_get_shades ()</a>
|
||||
<dt>gimp_checks_get_shades, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2582712">gimp_checks_get_shades ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630104">gimp_enum_get_desc ()</a>
|
||||
<dt>gimp_enum_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630117">gimp_enum_get_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_get_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2630246">gimp_enum_get_value ()</a>
|
||||
<dt>gimp_enum_get_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2630258">gimp_enum_get_value ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527263">gimp_enum_get_value_descriptions ()</a>
|
||||
<dt>gimp_enum_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527257">gimp_enum_get_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2608122">gimp_enum_set_value_descriptions ()</a>
|
||||
<dt>gimp_enum_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2596670">gimp_enum_set_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630524">gimp_enum_value_get_desc ()</a>
|
||||
<dt>gimp_enum_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630572">gimp_enum_value_get_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2630641">gimp_enum_value_get_help ()</a>
|
||||
<dt>gimp_enum_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2630703">gimp_enum_value_get_help ()</a>
|
||||
</dt>
|
||||
<dt>gimp_escape_uline, <a class="indexterm" href="libgimpbase-gimputils.html#id2625483">gimp_escape_uline ()</a>
|
||||
<dt>gimp_escape_uline, <a class="indexterm" href="libgimpbase-gimputils.html#id2623545">gimp_escape_uline ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_get_first_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630758">gimp_flags_get_first_desc ()</a>
|
||||
<dt>gimp_flags_get_first_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630833">gimp_flags_get_first_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_get_first_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2630882">gimp_flags_get_first_value ()</a>
|
||||
<dt>gimp_flags_get_first_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2630973">gimp_flags_get_first_value ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527373">gimp_flags_get_value_descriptions ()</a>
|
||||
<dt>gimp_flags_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527367">gimp_flags_get_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527483">gimp_flags_set_value_descriptions ()</a>
|
||||
<dt>gimp_flags_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527476">gimp_flags_set_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2631164">gimp_flags_value_get_desc ()</a>
|
||||
<dt>gimp_flags_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2631258">gimp_flags_value_get_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2631281">gimp_flags_value_get_help ()</a>
|
||||
<dt>gimp_flags_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2631376">gimp_flags_value_get_help ()</a>
|
||||
</dt>
|
||||
<dt>gimp_memsize_deserialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2618180">gimp_memsize_deserialize ()</a>
|
||||
<dt>gimp_memsize_deserialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2620040">gimp_memsize_deserialize ()</a>
|
||||
</dt>
|
||||
<dt>gimp_memsize_serialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2606414">gimp_memsize_serialize ()</a>
|
||||
<dt>gimp_memsize_serialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2619932">gimp_memsize_serialize ()</a>
|
||||
</dt>
|
||||
<dt>gimp_type_get_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2607985">gimp_type_get_translation_domain ()</a>
|
||||
<dt>gimp_type_get_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2596533">gimp_type_get_translation_domain ()</a>
|
||||
</dt>
|
||||
<dt>gimp_type_set_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2588840">gimp_type_set_translation_domain ()</a>
|
||||
<dt>gimp_type_set_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2588839">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#id2630001">gimp_canonicalize_identifier ()</a>
|
||||
<dt>gimp_canonicalize_identifier, <a class="indexterm" href="libgimpbase-gimputils.html#id2630013">gimp_canonicalize_identifier ()</a>
|
||||
</dt>
|
||||
<dt>gimp_cpu_accel_get_support, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2576256">gimp_cpu_accel_get_support ()</a>
|
||||
<dt>gimp_cpu_accel_get_support, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2593553">gimp_cpu_accel_get_support ()</a>
|
||||
</dt>
|
||||
<dt>gimp_cpu_accel_set_use, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2576324">gimp_cpu_accel_set_use ()</a>
|
||||
<dt>gimp_cpu_accel_set_use, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2593621">gimp_cpu_accel_set_use ()</a>
|
||||
</dt>
|
||||
<dt>gimp_env_init, <a class="indexterm" href="libgimpbase-gimpenv.html#id2615838">gimp_env_init ()</a>
|
||||
<dt>gimp_env_init, <a class="indexterm" href="libgimpbase-gimpenv.html#id2618812">gimp_env_init ()</a>
|
||||
</dt>
|
||||
<dt>gimp_param_spec_memsize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2620143">gimp_param_spec_memsize ()</a>
|
||||
<dt>gimp_param_spec_memsize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2615214">gimp_param_spec_memsize ()</a>
|
||||
</dt>
|
||||
<dt>gimp_param_spec_unit, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627861">gimp_param_spec_unit ()</a>
|
||||
<dt>gimp_param_spec_unit, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627858">gimp_param_spec_unit ()</a>
|
||||
</dt>
|
||||
<dt>gimp_rectangle_intersect, <a class="indexterm" href="libgimpbase-gimprectangle.html#id2618832">gimp_rectangle_intersect ()</a>
|
||||
<dt>gimp_rectangle_intersect, <a class="indexterm" href="libgimpbase-gimprectangle.html#id2580524">gimp_rectangle_intersect ()</a>
|
||||
</dt>
|
||||
<dt>gimp_user_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2619922">gimp_user_directory ()</a>
|
||||
<dt>gimp_user_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2619916">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#id2550444">enum GimpAddMaskType</a>
|
||||
<dt>GimpAddMaskType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2550449">enum GimpAddMaskType</a>
|
||||
</dt>
|
||||
<dt>GimpBlendMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2586486">enum GimpBlendMode</a>
|
||||
<dt>GimpBlendMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2604666">enum GimpBlendMode</a>
|
||||
</dt>
|
||||
<dt>GimpBucketFillMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2550486">enum GimpBucketFillMode</a>
|
||||
<dt>GimpBucketFillMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2550491">enum GimpBucketFillMode</a>
|
||||
</dt>
|
||||
<dt>GimpChannelOps, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2550517">enum GimpChannelOps</a>
|
||||
<dt>GimpChannelOps, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2550522">enum GimpChannelOps</a>
|
||||
</dt>
|
||||
<dt>GimpChannelType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2550551">enum GimpChannelType</a>
|
||||
<dt>GimpChannelType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2550556">enum GimpChannelType</a>
|
||||
</dt>
|
||||
<dt>GimpCheckSize, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592487">enum GimpCheckSize</a>
|
||||
<dt>GimpCheckSize, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592489">enum GimpCheckSize</a>
|
||||
</dt>
|
||||
<dt>GimpCheckType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592519">enum GimpCheckType</a>
|
||||
<dt>GimpCheckType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592521">enum GimpCheckType</a>
|
||||
</dt>
|
||||
<dt>GimpCloneType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592555">enum GimpCloneType</a>
|
||||
<dt>GimpCloneType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592557">enum GimpCloneType</a>
|
||||
</dt>
|
||||
<dt>GimpCpuAccelFlags, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2576521">enum GimpCpuAccelFlags</a>
|
||||
<dt>GimpCpuAccelFlags, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2610884">enum GimpCpuAccelFlags</a>
|
||||
</dt>
|
||||
<dt>GimpDatafileData, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2580683">GimpDatafileData</a>
|
||||
<dt>GimpDatafileData, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2580746">GimpDatafileData</a>
|
||||
</dt>
|
||||
<dt>GimpDatafileLoaderFunc, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2585612">GimpDatafileLoaderFunc ()</a>
|
||||
<dt>GimpDatafileLoaderFunc, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2581398">GimpDatafileLoaderFunc ()</a>
|
||||
</dt>
|
||||
<dt>GimpDesaturateMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592585">enum GimpDesaturateMode</a>
|
||||
<dt>GimpDesaturateMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592587">enum GimpDesaturateMode</a>
|
||||
</dt>
|
||||
<dt>GimpDodgeBurnType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592616">enum GimpDodgeBurnType</a>
|
||||
<dt>GimpDodgeBurnType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592618">enum GimpDodgeBurnType</a>
|
||||
</dt>
|
||||
<dt>GimpEnumDesc, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2588781">GimpEnumDesc</a>
|
||||
<dt>GimpEnumDesc, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2588780">GimpEnumDesc</a>
|
||||
</dt>
|
||||
<dt>GimpFlagsDesc, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2588810">GimpFlagsDesc</a>
|
||||
</dt>
|
||||
<dt>GimpForegroundExtractMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592645">enum GimpForegroundExtractMode</a>
|
||||
<dt>GimpForegroundExtractMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592647">enum GimpForegroundExtractMode</a>
|
||||
</dt>
|
||||
<dt>GimpGradientType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592673">enum GimpGradientType</a>
|
||||
<dt>GimpGradientType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592675">enum GimpGradientType</a>
|
||||
</dt>
|
||||
<dt>GimpGridStyle, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592714">enum GimpGridStyle</a>
|
||||
<dt>GimpGridStyle, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592716">enum GimpGridStyle</a>
|
||||
</dt>
|
||||
<dt>GimpIconType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528031">enum GimpIconType</a>
|
||||
<dt>GimpIconType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528029">enum GimpIconType</a>
|
||||
</dt>
|
||||
<dt>GimpImageBaseType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528063">enum GimpImageBaseType</a>
|
||||
<dt>GimpImageBaseType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528061">enum GimpImageBaseType</a>
|
||||
</dt>
|
||||
<dt>GimpImageType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528093">enum GimpImageType</a>
|
||||
<dt>GimpImageType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528091">enum GimpImageType</a>
|
||||
</dt>
|
||||
<dt>GimpInterpolationType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528127">enum GimpInterpolationType</a>
|
||||
<dt>GimpInterpolationType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528125">enum GimpInterpolationType</a>
|
||||
</dt>
|
||||
<dt>GimpMessageHandlerType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528159">enum GimpMessageHandlerType</a>
|
||||
<dt>GimpMessageHandlerType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528157">enum GimpMessageHandlerType</a>
|
||||
</dt>
|
||||
<dt>GimpPaintApplicationMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528187">enum GimpPaintApplicationMode</a>
|
||||
<dt>GimpPaintApplicationMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528185">enum GimpPaintApplicationMode</a>
|
||||
</dt>
|
||||
<dt>GimpParasite, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2617238">GimpParasite</a>
|
||||
<dt>GimpParasite, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2618324">GimpParasite</a>
|
||||
</dt>
|
||||
<dt>GimpPDBArgType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528216">enum GimpPDBArgType</a>
|
||||
<dt>GimpPDBArgType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528214">enum GimpPDBArgType</a>
|
||||
</dt>
|
||||
<dt>GimpPDBProcType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528253">enum GimpPDBProcType</a>
|
||||
<dt>GimpPDBProcType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528251">enum GimpPDBProcType</a>
|
||||
</dt>
|
||||
<dt>GimpPDBStatusType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615458">enum GimpPDBStatusType</a>
|
||||
<dt>GimpPDBStatusType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615460">enum GimpPDBStatusType</a>
|
||||
</dt>
|
||||
<dt>GimpProgressCommand, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615485">enum GimpProgressCommand</a>
|
||||
<dt>GimpProgressCommand, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615487">enum GimpProgressCommand</a>
|
||||
</dt>
|
||||
<dt>GimpRepeatMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615513">enum GimpRepeatMode</a>
|
||||
<dt>GimpRepeatMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615515">enum GimpRepeatMode</a>
|
||||
</dt>
|
||||
<dt>GimpRunMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615541">enum GimpRunMode</a>
|
||||
<dt>GimpRunMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615542">enum GimpRunMode</a>
|
||||
</dt>
|
||||
<dt>GimpSignalHandlerFunc, <a class="indexterm" href="libgimpbase-gimpsignal.html#id2622096">GimpSignalHandlerFunc ()</a>
|
||||
<dt>GimpSignalHandlerFunc, <a class="indexterm" href="libgimpbase-gimpsignal.html#id2608040">GimpSignalHandlerFunc ()</a>
|
||||
</dt>
|
||||
<dt>GimpSizeType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615569">enum GimpSizeType</a>
|
||||
<dt>GimpSizeType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615570">enum GimpSizeType</a>
|
||||
</dt>
|
||||
<dt>GimpStackTraceMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615595">enum GimpStackTraceMode</a>
|
||||
<dt>GimpStackTraceMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615596">enum GimpStackTraceMode</a>
|
||||
</dt>
|
||||
<dt>GimpTransferMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615621">enum GimpTransferMode</a>
|
||||
<dt>GimpTransferMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615622">enum GimpTransferMode</a>
|
||||
</dt>
|
||||
<dt>GimpTransformDirection, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615648">enum GimpTransformDirection</a>
|
||||
<dt>GimpTransformDirection, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615649">enum GimpTransformDirection</a>
|
||||
</dt>
|
||||
<dt>GimpTransformResize, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615675">enum GimpTransformResize</a>
|
||||
<dt>GimpTransformResize, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615676">enum GimpTransformResize</a>
|
||||
</dt>
|
||||
<dt>GimpUnit, <a class="indexterm" href="libgimpbase-gimpunit.html#id2622358">enum GimpUnit</a>
|
||||
<dt>GimpUnit, <a class="indexterm" href="libgimpbase-gimpunit.html#id2573626">enum GimpUnit</a>
|
||||
</dt>
|
||||
<dt>GimpUserDirectory, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615704">enum GimpUserDirectory</a>
|
||||
<dt>GimpUserDirectory, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615706">enum GimpUserDirectory</a>
|
||||
</dt>
|
||||
<dt>GIMPVAR, <a class="indexterm" href="libgimpbase-gimpversion.html#id2580994">GIMPVAR</a>
|
||||
<dt>GIMPVAR, <a class="indexterm" href="libgimpbase-gimpversion.html#id2528599">GIMPVAR</a>
|
||||
</dt>
|
||||
<dt>GimpVectorsStrokeType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615733">enum GimpVectorsStrokeType</a>
|
||||
<dt>GimpVectorsStrokeType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615735">enum GimpVectorsStrokeType</a>
|
||||
</dt>
|
||||
<dt>gimp_any_to_utf8, <a class="indexterm" href="libgimpbase-gimputils.html#id2573538">gimp_any_to_utf8 ()</a>
|
||||
<dt>gimp_any_to_utf8, <a class="indexterm" href="libgimpbase-gimputils.html#id2626204">gimp_any_to_utf8 ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_API_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2580891">GIMP_API_VERSION</a>
|
||||
<dt>GIMP_API_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2528495">GIMP_API_VERSION</a>
|
||||
</dt>
|
||||
<dt>gimp_canonicalize_identifier, <a class="indexterm" href="libgimpbase-gimputils.html#id2630001">gimp_canonicalize_identifier ()</a>
|
||||
<dt>gimp_canonicalize_identifier, <a class="indexterm" href="libgimpbase-gimputils.html#id2630013">gimp_canonicalize_identifier ()</a>
|
||||
</dt>
|
||||
<dt>gimp_checks_get_shades, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2616570">gimp_checks_get_shades ()</a>
|
||||
<dt>gimp_checks_get_shades, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2582712">gimp_checks_get_shades ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_CHECK_DARK, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2581650">GIMP_CHECK_DARK</a>
|
||||
<dt>GIMP_CHECK_DARK, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2582656">GIMP_CHECK_DARK</a>
|
||||
</dt>
|
||||
<dt>GIMP_CHECK_LIGHT, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2581678">GIMP_CHECK_LIGHT</a>
|
||||
<dt>GIMP_CHECK_LIGHT, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2582684">GIMP_CHECK_LIGHT</a>
|
||||
</dt>
|
||||
<dt>GIMP_CHECK_SIZE, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2581592">GIMP_CHECK_SIZE</a>
|
||||
<dt>GIMP_CHECK_SIZE, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2583128">GIMP_CHECK_SIZE</a>
|
||||
</dt>
|
||||
<dt>GIMP_CHECK_SIZE_SM, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2581622">GIMP_CHECK_SIZE_SM</a>
|
||||
<dt>GIMP_CHECK_SIZE_SM, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2583158">GIMP_CHECK_SIZE_SM</a>
|
||||
</dt>
|
||||
<dt>GIMP_CHECK_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2580919">GIMP_CHECK_VERSION()</a>
|
||||
<dt>GIMP_CHECK_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2528524">GIMP_CHECK_VERSION()</a>
|
||||
</dt>
|
||||
<dt>gimp_cpu_accel_get_support, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2576256">gimp_cpu_accel_get_support ()</a>
|
||||
<dt>gimp_cpu_accel_get_support, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2593553">gimp_cpu_accel_get_support ()</a>
|
||||
</dt>
|
||||
<dt>gimp_cpu_accel_set_use, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2576324">gimp_cpu_accel_set_use ()</a>
|
||||
<dt>gimp_cpu_accel_set_use, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2593621">gimp_cpu_accel_set_use ()</a>
|
||||
</dt>
|
||||
<dt>gimp_datafiles_check_extension, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2585691">gimp_datafiles_check_extension ()</a>
|
||||
<dt>gimp_datafiles_check_extension, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2581476">gimp_datafiles_check_extension ()</a>
|
||||
</dt>
|
||||
<dt>gimp_datafiles_read_directories, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2607041">gimp_datafiles_read_directories ()</a>
|
||||
<dt>gimp_datafiles_read_directories, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2612901">gimp_datafiles_read_directories ()</a>
|
||||
</dt>
|
||||
<dt>gimp_data_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2616025">gimp_data_directory ()</a>
|
||||
<dt>gimp_data_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2618999">gimp_data_directory ()</a>
|
||||
</dt>
|
||||
<dt>gimp_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2615931">gimp_directory ()</a>
|
||||
<dt>gimp_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2618905">gimp_directory ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630104">gimp_enum_get_desc ()</a>
|
||||
<dt>gimp_enum_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630117">gimp_enum_get_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_get_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2630246">gimp_enum_get_value ()</a>
|
||||
<dt>gimp_enum_get_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2630258">gimp_enum_get_value ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527263">gimp_enum_get_value_descriptions ()</a>
|
||||
<dt>gimp_enum_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527257">gimp_enum_get_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2608122">gimp_enum_set_value_descriptions ()</a>
|
||||
<dt>gimp_enum_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2596670">gimp_enum_set_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630524">gimp_enum_value_get_desc ()</a>
|
||||
<dt>gimp_enum_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630572">gimp_enum_value_get_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_enum_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2630641">gimp_enum_value_get_help ()</a>
|
||||
<dt>gimp_enum_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2630703">gimp_enum_value_get_help ()</a>
|
||||
</dt>
|
||||
<dt>gimp_env_init, <a class="indexterm" href="libgimpbase-gimpenv.html#id2615838">gimp_env_init ()</a>
|
||||
<dt>gimp_env_init, <a class="indexterm" href="libgimpbase-gimpenv.html#id2618812">gimp_env_init ()</a>
|
||||
</dt>
|
||||
<dt>gimp_escape_uline, <a class="indexterm" href="libgimpbase-gimputils.html#id2625483">gimp_escape_uline ()</a>
|
||||
<dt>gimp_escape_uline, <a class="indexterm" href="libgimpbase-gimputils.html#id2623545">gimp_escape_uline ()</a>
|
||||
</dt>
|
||||
<dt>gimp_filename_to_utf8, <a class="indexterm" href="libgimpbase-gimputils.html#id2625253">gimp_filename_to_utf8 ()</a>
|
||||
<dt>gimp_filename_to_utf8, <a class="indexterm" href="libgimpbase-gimputils.html#id2623315">gimp_filename_to_utf8 ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_get_first_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630758">gimp_flags_get_first_desc ()</a>
|
||||
<dt>gimp_flags_get_first_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630833">gimp_flags_get_first_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_get_first_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2630882">gimp_flags_get_first_value ()</a>
|
||||
<dt>gimp_flags_get_first_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2630973">gimp_flags_get_first_value ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527373">gimp_flags_get_value_descriptions ()</a>
|
||||
<dt>gimp_flags_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527367">gimp_flags_get_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527483">gimp_flags_set_value_descriptions ()</a>
|
||||
<dt>gimp_flags_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527476">gimp_flags_set_value_descriptions ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2631164">gimp_flags_value_get_desc ()</a>
|
||||
<dt>gimp_flags_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2631258">gimp_flags_value_get_desc ()</a>
|
||||
</dt>
|
||||
<dt>gimp_flags_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2631281">gimp_flags_value_get_help ()</a>
|
||||
<dt>gimp_flags_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2631376">gimp_flags_value_get_help ()</a>
|
||||
</dt>
|
||||
<dt>gimp_gtkrc, <a class="indexterm" href="libgimpbase-gimpenv.html#id2577208">gimp_gtkrc ()</a>
|
||||
<dt>gimp_gtkrc, <a class="indexterm" href="libgimpbase-gimpenv.html#id2586669">gimp_gtkrc ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_IS_PARAM_SPEC_MEMSIZE, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2620096">GIMP_IS_PARAM_SPEC_MEMSIZE()</a>
|
||||
<dt>GIMP_IS_PARAM_SPEC_MEMSIZE, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2615167">GIMP_IS_PARAM_SPEC_MEMSIZE()</a>
|
||||
</dt>
|
||||
<dt>GIMP_IS_PARAM_SPEC_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624812">GIMP_IS_PARAM_SPEC_PARASITE()</a>
|
||||
<dt>GIMP_IS_PARAM_SPEC_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624713">GIMP_IS_PARAM_SPEC_PARASITE()</a>
|
||||
</dt>
|
||||
<dt>GIMP_IS_PARAM_SPEC_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627812">GIMP_IS_PARAM_SPEC_UNIT()</a>
|
||||
<dt>GIMP_IS_PARAM_SPEC_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627809">GIMP_IS_PARAM_SPEC_UNIT()</a>
|
||||
</dt>
|
||||
<dt>gimp_locale_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2619716">gimp_locale_directory ()</a>
|
||||
<dt>gimp_locale_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2619710">gimp_locale_directory ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_MAJOR_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2582129">GIMP_MAJOR_VERSION</a>
|
||||
<dt>GIMP_MAJOR_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2593369">GIMP_MAJOR_VERSION</a>
|
||||
</dt>
|
||||
<dt>gimp_major_version, <a class="indexterm" href="libgimpbase-gimpversion.html#id2609319">gimp_major_version</a>
|
||||
<dt>gimp_major_version, <a class="indexterm" href="libgimpbase-gimpversion.html#id2595079">gimp_major_version</a>
|
||||
</dt>
|
||||
<dt>GIMP_MAX_IMAGE_SIZE, <a class="indexterm" href="libgimpbase-gimplimits.html#id2591276">GIMP_MAX_IMAGE_SIZE</a>
|
||||
<dt>GIMP_MAX_IMAGE_SIZE, <a class="indexterm" href="libgimpbase-gimplimits.html#id2602214">GIMP_MAX_IMAGE_SIZE</a>
|
||||
</dt>
|
||||
<dt>GIMP_MAX_MEMSIZE, <a class="indexterm" href="libgimpbase-gimplimits.html#id2598240">GIMP_MAX_MEMSIZE</a>
|
||||
<dt>GIMP_MAX_MEMSIZE, <a class="indexterm" href="libgimpbase-gimplimits.html#id2603985">GIMP_MAX_MEMSIZE</a>
|
||||
</dt>
|
||||
<dt>GIMP_MAX_RESOLUTION, <a class="indexterm" href="libgimpbase-gimplimits.html#id2598209">GIMP_MAX_RESOLUTION</a>
|
||||
<dt>GIMP_MAX_RESOLUTION, <a class="indexterm" href="libgimpbase-gimplimits.html#id2603954">GIMP_MAX_RESOLUTION</a>
|
||||
</dt>
|
||||
<dt>gimp_memsize_deserialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2618180">gimp_memsize_deserialize ()</a>
|
||||
<dt>gimp_memsize_deserialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2620040">gimp_memsize_deserialize ()</a>
|
||||
</dt>
|
||||
<dt>gimp_memsize_serialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2606414">gimp_memsize_serialize ()</a>
|
||||
<dt>gimp_memsize_serialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2619932">gimp_memsize_serialize ()</a>
|
||||
</dt>
|
||||
<dt>gimp_memsize_to_string, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2619215">gimp_memsize_to_string ()</a>
|
||||
<dt>gimp_memsize_to_string, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2611030">gimp_memsize_to_string ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_MICRO_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2582186">GIMP_MICRO_VERSION</a>
|
||||
<dt>GIMP_MICRO_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2593425">GIMP_MICRO_VERSION</a>
|
||||
</dt>
|
||||
<dt>gimp_micro_version, <a class="indexterm" href="libgimpbase-gimpversion.html#id2609375">gimp_micro_version</a>
|
||||
<dt>gimp_micro_version, <a class="indexterm" href="libgimpbase-gimpversion.html#id2595135">gimp_micro_version</a>
|
||||
</dt>
|
||||
<dt>GIMP_MINOR_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2582157">GIMP_MINOR_VERSION</a>
|
||||
<dt>GIMP_MINOR_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2593397">GIMP_MINOR_VERSION</a>
|
||||
</dt>
|
||||
<dt>gimp_minor_version, <a class="indexterm" href="libgimpbase-gimpversion.html#id2609347">gimp_minor_version</a>
|
||||
<dt>gimp_minor_version, <a class="indexterm" href="libgimpbase-gimpversion.html#id2595107">gimp_minor_version</a>
|
||||
</dt>
|
||||
<dt>GIMP_MIN_IMAGE_SIZE, <a class="indexterm" href="libgimpbase-gimplimits.html#id2591249">GIMP_MIN_IMAGE_SIZE</a>
|
||||
<dt>GIMP_MIN_IMAGE_SIZE, <a class="indexterm" href="libgimpbase-gimplimits.html#id2602186">GIMP_MIN_IMAGE_SIZE</a>
|
||||
</dt>
|
||||
<dt>GIMP_MIN_RESOLUTION, <a class="indexterm" href="libgimpbase-gimplimits.html#id2598177">GIMP_MIN_RESOLUTION</a>
|
||||
<dt>GIMP_MIN_RESOLUTION, <a class="indexterm" href="libgimpbase-gimplimits.html#id2603922">GIMP_MIN_RESOLUTION</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARAM_READABLE, <a class="indexterm" href="libgimpbase-gimpparam.html#id2603249">GIMP_PARAM_READABLE</a>
|
||||
<dt>GIMP_PARAM_READABLE, <a class="indexterm" href="libgimpbase-gimpparam.html#id2579796">GIMP_PARAM_READABLE</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARAM_READWRITE, <a class="indexterm" href="libgimpbase-gimpparam.html#id2603304">GIMP_PARAM_READWRITE</a>
|
||||
<dt>GIMP_PARAM_READWRITE, <a class="indexterm" href="libgimpbase-gimpparam.html#id2579850">GIMP_PARAM_READWRITE</a>
|
||||
</dt>
|
||||
<dt>gimp_param_spec_memsize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2620143">gimp_param_spec_memsize ()</a>
|
||||
<dt>gimp_param_spec_memsize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2615214">gimp_param_spec_memsize ()</a>
|
||||
</dt>
|
||||
<dt>gimp_param_spec_parasite, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624860">gimp_param_spec_parasite ()</a>
|
||||
<dt>gimp_param_spec_parasite, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624757">gimp_param_spec_parasite ()</a>
|
||||
</dt>
|
||||
<dt>gimp_param_spec_unit, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627861">gimp_param_spec_unit ()</a>
|
||||
<dt>gimp_param_spec_unit, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627858">gimp_param_spec_unit ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARAM_STATIC_STRINGS, <a class="indexterm" href="libgimpbase-gimpparam.html#id2603222">GIMP_PARAM_STATIC_STRINGS</a>
|
||||
<dt>GIMP_PARAM_STATIC_STRINGS, <a class="indexterm" href="libgimpbase-gimpparam.html#id2579768">GIMP_PARAM_STATIC_STRINGS</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARAM_WRITABLE, <a class="indexterm" href="libgimpbase-gimpparam.html#id2603276">GIMP_PARAM_WRITABLE</a>
|
||||
<dt>GIMP_PARAM_WRITABLE, <a class="indexterm" href="libgimpbase-gimpparam.html#id2579823">GIMP_PARAM_WRITABLE</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_ATTACH_GRANDPARENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624662">GIMP_PARASITE_ATTACH_GRANDPARENT</a>
|
||||
<dt>GIMP_PARASITE_ATTACH_GRANDPARENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624575">GIMP_PARASITE_ATTACH_GRANDPARENT</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_ATTACH_PARENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624572">GIMP_PARASITE_ATTACH_PARENT</a>
|
||||
<dt>GIMP_PARASITE_ATTACH_PARENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624492">GIMP_PARASITE_ATTACH_PARENT</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_compare, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2616940">gimp_parasite_compare ()</a>
|
||||
<dt>gimp_parasite_compare, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2579498">gimp_parasite_compare ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_copy, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2616871">gimp_parasite_copy ()</a>
|
||||
<dt>gimp_parasite_copy, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2579429">gimp_parasite_copy ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_data, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624379">gimp_parasite_data ()</a>
|
||||
<dt>gimp_parasite_data, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624320">gimp_parasite_data ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_data_size, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624448">gimp_parasite_data_size ()</a>
|
||||
<dt>gimp_parasite_data_size, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624380">gimp_parasite_data_size ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_flags, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624239">gimp_parasite_flags ()</a>
|
||||
<dt>gimp_parasite_flags, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624197">gimp_parasite_flags ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_free, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2617405">gimp_parasite_free ()</a>
|
||||
<dt>gimp_parasite_free, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2618491">gimp_parasite_free ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_GRANDPARENT_PERSISTENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624692">GIMP_PARASITE_GRANDPARENT_PERSISTENT</a>
|
||||
<dt>GIMP_PARASITE_GRANDPARENT_PERSISTENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624603">GIMP_PARASITE_GRANDPARENT_PERSISTENT</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_GRANDPARENT_UNDOABLE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624722">GIMP_PARASITE_GRANDPARENT_UNDOABLE</a>
|
||||
<dt>GIMP_PARASITE_GRANDPARENT_UNDOABLE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624631">GIMP_PARASITE_GRANDPARENT_UNDOABLE</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_has_flag, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624150">gimp_parasite_has_flag ()</a>
|
||||
<dt>gimp_parasite_has_flag, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624117">gimp_parasite_has_flag ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_is_persistent, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624025">gimp_parasite_is_persistent ()</a>
|
||||
<dt>gimp_parasite_is_persistent, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624016">gimp_parasite_is_persistent ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_is_type, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2617030">gimp_parasite_is_type ()</a>
|
||||
<dt>gimp_parasite_is_type, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2579588">gimp_parasite_is_type ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_is_undoable, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624086">gimp_parasite_is_undoable ()</a>
|
||||
<dt>gimp_parasite_is_undoable, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624077">gimp_parasite_is_undoable ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_name, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624308">gimp_parasite_name ()</a>
|
||||
<dt>gimp_parasite_name, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624258">gimp_parasite_name ()</a>
|
||||
</dt>
|
||||
<dt>gimp_parasite_new, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2617272">gimp_parasite_new ()</a>
|
||||
<dt>gimp_parasite_new, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2618358">gimp_parasite_new ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_PARENT_PERSISTENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624601">GIMP_PARASITE_PARENT_PERSISTENT</a>
|
||||
<dt>GIMP_PARASITE_PARENT_PERSISTENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624519">GIMP_PARASITE_PARENT_PERSISTENT</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_PARENT_UNDOABLE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624632">GIMP_PARASITE_PARENT_UNDOABLE</a>
|
||||
<dt>GIMP_PARASITE_PARENT_UNDOABLE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624547">GIMP_PARASITE_PARENT_UNDOABLE</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_PERSISTENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624516">GIMP_PARASITE_PERSISTENT</a>
|
||||
<dt>GIMP_PARASITE_PERSISTENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624441">GIMP_PARASITE_PERSISTENT</a>
|
||||
</dt>
|
||||
<dt>GIMP_PARASITE_UNDOABLE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624545">GIMP_PARASITE_UNDOABLE</a>
|
||||
<dt>GIMP_PARASITE_UNDOABLE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624467">GIMP_PARASITE_UNDOABLE</a>
|
||||
</dt>
|
||||
<dt>gimp_path_free, <a class="indexterm" href="libgimpbase-gimpenv.html#id2620642">gimp_path_free ()</a>
|
||||
<dt>gimp_path_free, <a class="indexterm" href="libgimpbase-gimpenv.html#id2620643">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>
|
||||
<dt>gimp_path_parse, <a class="indexterm" href="libgimpbase-gimpenv.html#id2577271">gimp_path_parse ()</a>
|
||||
<dt>gimp_path_parse, <a class="indexterm" href="libgimpbase-gimpenv.html#id2586732">gimp_path_parse ()</a>
|
||||
</dt>
|
||||
<dt>gimp_path_to_str, <a class="indexterm" href="libgimpbase-gimpenv.html#id2620558">gimp_path_to_str ()</a>
|
||||
<dt>gimp_path_to_str, <a class="indexterm" href="libgimpbase-gimpenv.html#id2620555">gimp_path_to_str ()</a>
|
||||
</dt>
|
||||
<dt>gimp_personal_rc_file, <a class="indexterm" href="libgimpbase-gimpenv.html#id2577119">gimp_personal_rc_file ()</a>
|
||||
<dt>gimp_personal_rc_file, <a class="indexterm" href="libgimpbase-gimpenv.html#id2586580">gimp_personal_rc_file ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_PIXPIPE_MAXDIM, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2577947">GIMP_PIXPIPE_MAXDIM</a>
|
||||
<dt>GIMP_PIXPIPE_MAXDIM, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2618581">GIMP_PIXPIPE_MAXDIM</a>
|
||||
</dt>
|
||||
<dt>gimp_pixpipe_params_build, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2622702">gimp_pixpipe_params_build ()</a>
|
||||
<dt>gimp_pixpipe_params_build, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2576399">gimp_pixpipe_params_build ()</a>
|
||||
</dt>
|
||||
<dt>gimp_pixpipe_params_init, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2577974">gimp_pixpipe_params_init ()</a>
|
||||
<dt>gimp_pixpipe_params_init, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2618608">gimp_pixpipe_params_init ()</a>
|
||||
</dt>
|
||||
<dt>gimp_pixpipe_params_parse, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2622624">gimp_pixpipe_params_parse ()</a>
|
||||
<dt>gimp_pixpipe_params_parse, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2576321">gimp_pixpipe_params_parse ()</a>
|
||||
</dt>
|
||||
<dt>gimp_plug_in_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2619793">gimp_plug_in_directory ()</a>
|
||||
<dt>gimp_plug_in_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2619787">gimp_plug_in_directory ()</a>
|
||||
</dt>
|
||||
<dt>gimp_rectangle_intersect, <a class="indexterm" href="libgimpbase-gimprectangle.html#id2618832">gimp_rectangle_intersect ()</a>
|
||||
<dt>gimp_rectangle_intersect, <a class="indexterm" href="libgimpbase-gimprectangle.html#id2580524">gimp_rectangle_intersect ()</a>
|
||||
</dt>
|
||||
<dt>gimp_signal_private, <a class="indexterm" href="libgimpbase-gimpsignal.html#id2622170">gimp_signal_private ()</a>
|
||||
<dt>gimp_signal_private, <a class="indexterm" href="libgimpbase-gimpsignal.html#id2608114">gimp_signal_private ()</a>
|
||||
</dt>
|
||||
<dt>gimp_strip_uline, <a class="indexterm" href="libgimpbase-gimputils.html#id2629890">gimp_strip_uline ()</a>
|
||||
<dt>gimp_strip_uline, <a class="indexterm" href="libgimpbase-gimputils.html#id2629897">gimp_strip_uline ()</a>
|
||||
</dt>
|
||||
<dt>gimp_sysconf_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2619858">gimp_sysconf_directory ()</a>
|
||||
<dt>gimp_sysconf_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2619852">gimp_sysconf_directory ()</a>
|
||||
</dt>
|
||||
<dt>gimp_type_get_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2607985">gimp_type_get_translation_domain ()</a>
|
||||
<dt>gimp_type_get_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2596533">gimp_type_get_translation_domain ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_TYPE_MEMSIZE, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2619296">GIMP_TYPE_MEMSIZE</a>
|
||||
<dt>GIMP_TYPE_MEMSIZE, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2611111">GIMP_TYPE_MEMSIZE</a>
|
||||
</dt>
|
||||
<dt>GIMP_TYPE_PARAM_MEMSIZE, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2619346">GIMP_TYPE_PARAM_MEMSIZE</a>
|
||||
<dt>GIMP_TYPE_PARAM_MEMSIZE, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2611161">GIMP_TYPE_PARAM_MEMSIZE</a>
|
||||
</dt>
|
||||
<dt>GIMP_TYPE_PARAM_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624782">GIMP_TYPE_PARAM_PARASITE</a>
|
||||
<dt>GIMP_TYPE_PARAM_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624686">GIMP_TYPE_PARAM_PARASITE</a>
|
||||
</dt>
|
||||
<dt>GIMP_TYPE_PARAM_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627784">GIMP_TYPE_PARAM_UNIT</a>
|
||||
<dt>GIMP_TYPE_PARAM_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627782">GIMP_TYPE_PARAM_UNIT</a>
|
||||
</dt>
|
||||
<dt>GIMP_TYPE_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624754">GIMP_TYPE_PARASITE</a>
|
||||
<dt>GIMP_TYPE_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624660">GIMP_TYPE_PARASITE</a>
|
||||
</dt>
|
||||
<dt>gimp_type_set_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2588840">gimp_type_set_translation_domain ()</a>
|
||||
<dt>gimp_type_set_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2588839">gimp_type_set_translation_domain ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_TYPE_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627733">GIMP_TYPE_UNIT</a>
|
||||
<dt>GIMP_TYPE_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627731">GIMP_TYPE_UNIT</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_abbreviation, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627496">gimp_unit_get_abbreviation ()</a>
|
||||
<dt>gimp_unit_get_abbreviation, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627494">gimp_unit_get_abbreviation ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_deletion_flag, <a class="indexterm" href="libgimpbase-gimpunit.html#id2623834">gimp_unit_get_deletion_flag ()</a>
|
||||
<dt>gimp_unit_get_deletion_flag, <a class="indexterm" href="libgimpbase-gimpunit.html#id2623858">gimp_unit_get_deletion_flag ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_digits, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627261">gimp_unit_get_digits ()</a>
|
||||
<dt>gimp_unit_get_digits, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627259">gimp_unit_get_digits ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_factor, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627158">gimp_unit_get_factor ()</a>
|
||||
<dt>gimp_unit_get_factor, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627156">gimp_unit_get_factor ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_identifier, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627345">gimp_unit_get_identifier ()</a>
|
||||
<dt>gimp_unit_get_identifier, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627343">gimp_unit_get_identifier ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_number_of_built_in_units, <a class="indexterm" href="libgimpbase-gimpunit.html#id2622448">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#id2573716">gimp_unit_get_number_of_built_in_units ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_number_of_units, <a class="indexterm" href="libgimpbase-gimpunit.html#id2622390">gimp_unit_get_number_of_units ()</a>
|
||||
<dt>gimp_unit_get_number_of_units, <a class="indexterm" href="libgimpbase-gimpunit.html#id2573658">gimp_unit_get_number_of_units ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_plural, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627654">gimp_unit_get_plural ()</a>
|
||||
<dt>gimp_unit_get_plural, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627652">gimp_unit_get_plural ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_singular, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627576">gimp_unit_get_singular ()</a>
|
||||
<dt>gimp_unit_get_singular, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627574">gimp_unit_get_singular ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_get_symbol, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627419">gimp_unit_get_symbol ()</a>
|
||||
<dt>gimp_unit_get_symbol, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627417">gimp_unit_get_symbol ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_new, <a class="indexterm" href="libgimpbase-gimpunit.html#id2622510">gimp_unit_new ()</a>
|
||||
<dt>gimp_unit_new, <a class="indexterm" href="libgimpbase-gimpunit.html#id2573777">gimp_unit_new ()</a>
|
||||
</dt>
|
||||
<dt>gimp_unit_set_deletion_flag, <a class="indexterm" href="libgimpbase-gimpunit.html#id2623919">gimp_unit_set_deletion_flag ()</a>
|
||||
<dt>gimp_unit_set_deletion_flag, <a class="indexterm" href="libgimpbase-gimpunit.html#id2623942">gimp_unit_set_deletion_flag ()</a>
|
||||
</dt>
|
||||
<dt>gimp_user_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2619922">gimp_user_directory ()</a>
|
||||
<dt>gimp_user_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2619916">gimp_user_directory ()</a>
|
||||
</dt>
|
||||
<dt>gimp_utf8_strtrim, <a class="indexterm" href="libgimpbase-gimputils.html#id2625351">gimp_utf8_strtrim ()</a>
|
||||
<dt>gimp_utf8_strtrim, <a class="indexterm" href="libgimpbase-gimputils.html#id2623413">gimp_utf8_strtrim ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_VALUE_HOLDS_MEMSIZE, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2621316">GIMP_VALUE_HOLDS_MEMSIZE()</a>
|
||||
</dt>
|
||||
<dt>GIMP_VALUE_HOLDS_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624992">GIMP_VALUE_HOLDS_PARASITE()</a>
|
||||
<dt>GIMP_VALUE_HOLDS_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624876">GIMP_VALUE_HOLDS_PARASITE()</a>
|
||||
</dt>
|
||||
<dt>GIMP_VALUE_HOLDS_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2628095">GIMP_VALUE_HOLDS_UNIT()</a>
|
||||
<dt>GIMP_VALUE_HOLDS_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2628093">GIMP_VALUE_HOLDS_UNIT()</a>
|
||||
</dt>
|
||||
<dt>GIMP_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2580862">GIMP_VERSION</a>
|
||||
<dt>GIMP_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2528466">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#id2615761"/>
|
||||
<function name="" link="libgimpbase-gimpbaseenums.html#id2615762"/>
|
||||
<function name="" link="libgimpbase-gimpbaseenums.html#id2615763"/>
|
||||
<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#id2616539"/>
|
||||
<function name="" link="libgimpbase-gimpbasetypes.html#id2616540"/>
|
||||
<function name="" link="libgimpbase-gimpbasetypes.html#id2616537"/>
|
||||
<function name="" link="libgimpbase-gimpbasetypes.html#id2616538"/>
|
||||
<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#id2609405"/>
|
||||
<function name="" link="libgimpbase-gimpversion.html#id2609406"/>
|
||||
<function name="" link="libgimpbase-gimpversion.html#id2595165"/>
|
||||
<function name="" link="libgimpbase-gimpversion.html#id2595166"/>
|
||||
<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#id2586230"/>
|
||||
<function name="" link="libgimpbase-gimplimits.html#id2586231"/>
|
||||
<function name="" link="libgimpbase-gimplimits.html#id2609669"/>
|
||||
<function name="" link="libgimpbase-gimplimits.html#id2609670"/>
|
||||
<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#id2597495"/>
|
||||
<function name="" link="libgimpbase-gimpparam.html#id2597496"/>
|
||||
<function name="" link="libgimpbase-gimpparam.html#id2605577"/>
|
||||
<function name="" link="libgimpbase-gimpparam.html#id2605578"/>
|
||||
<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#id2616694"/>
|
||||
<function name="" link="libgimpbase-gimpchecks.html#id2616695"/>
|
||||
<function name="" link="libgimpbase-gimpchecks.html#id2582997"/>
|
||||
<function name="" link="libgimpbase-gimpchecks.html#id2582998"/>
|
||||
<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#id2585596"/>
|
||||
<function name="" link="libgimpbase-gimpcpuaccel.html#id2585598"/>
|
||||
<function name="" link="libgimpbase-gimpcpuaccel.html#id2589022"/>
|
||||
<function name="" link="libgimpbase-gimpcpuaccel.html#id2589024"/>
|
||||
<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#id2609042"/>
|
||||
<function name="" link="libgimpbase-gimpdatafiles.html#id2609043"/>
|
||||
<function name="" link="libgimpbase-gimpdatafiles.html#id2586139"/>
|
||||
<function name="" link="libgimpbase-gimpdatafiles.html#id2586140"/>
|
||||
<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#id2620817"/>
|
||||
<function name="" link="libgimpbase-gimpenv.html#id2620818"/>
|
||||
<function name="" link="libgimpbase-gimpenv.html#id2620819"/>
|
||||
<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#id2621362"/>
|
||||
<function name="gimp_rectangle_intersect ()" link="libgimpbase-gimprectangle.html#gimp-rectangle-intersect"/>
|
||||
<function name="" link="libgimpbase-gimprectangle.html#id2621108"/>
|
||||
<function name="" link="libgimpbase-gimprectangle.html#id2621109"/>
|
||||
<function name="" link="libgimpbase-gimprectangle.html#id2621115"/>
|
||||
<function name="" link="libgimpbase-gimprectangle.html#id2621116"/>
|
||||
<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#id2625082"/>
|
||||
<function name="" link="libgimpbase-gimpparasite.html#id2625084"/>
|
||||
<function name="" link="libgimpbase-gimpparasite.html#id2624959"/>
|
||||
<function name="" link="libgimpbase-gimpparasite.html#id2624960"/>
|
||||
<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#id2528461"/>
|
||||
<function name="" link="libgimpbase-gimpparasiteio.html#id2528462"/>
|
||||
<function name="" link="libgimpbase-gimpparasiteio.html#id2623668"/>
|
||||
<function name="" link="libgimpbase-gimpparasiteio.html#id2623670"/>
|
||||
<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#id2622315"/>
|
||||
<function name="" link="libgimpbase-gimpsignal.html#id2622316"/>
|
||||
<function name="" link="libgimpbase-gimpsignal.html#id2573932"/>
|
||||
<function name="" link="libgimpbase-gimpsignal.html#id2573933"/>
|
||||
<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#id2628174"/>
|
||||
<function name="" link="libgimpbase-gimpunit.html#id2628175"/>
|
||||
<function name="" link="libgimpbase-gimpunit.html#id2628172"/>
|
||||
<function name="" link="libgimpbase-gimpunit.html#id2628173"/>
|
||||
<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#id2631401"/>
|
||||
<function name="" link="libgimpbase-gimputils.html#id2631402"/>
|
||||
<function name="" link="libgimpbase-gimputils.html#id2631495"/>
|
||||
<function name="" link="libgimpbase-gimputils.html#id2631496"/>
|
||||
</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#id2615761"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpbaseenums.html#id2615762"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpbaseenums.html#id2615763"/>
|
||||
<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#id2616539"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpbasetypes.html#id2616540"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpbasetypes.html#id2616537"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpbasetypes.html#id2616538"/>
|
||||
<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#id2609405"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpversion.html#id2609406"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpversion.html#id2595165"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpversion.html#id2595166"/>
|
||||
<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#id2586230"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimplimits.html#id2586231"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimplimits.html#id2609669"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimplimits.html#id2609670"/>
|
||||
<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#id2597495"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpparam.html#id2597496"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpparam.html#id2605577"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpparam.html#id2605578"/>
|
||||
<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#id2616694"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpchecks.html#id2616695"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpchecks.html#id2582997"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpchecks.html#id2582998"/>
|
||||
<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#id2585596"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpcpuaccel.html#id2585598"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpcpuaccel.html#id2589022"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpcpuaccel.html#id2589024"/>
|
||||
<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#id2609042"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpdatafiles.html#id2609043"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpdatafiles.html#id2586139"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpdatafiles.html#id2586140"/>
|
||||
<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#id2620817"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpenv.html#id2620818"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpenv.html#id2620819"/>
|
||||
<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#id2621362"/>
|
||||
<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#id2621108"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimprectangle.html#id2621109"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimprectangle.html#id2621115"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimprectangle.html#id2621116"/>
|
||||
<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#id2625082"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpparasite.html#id2625084"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpparasite.html#id2624959"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpparasite.html#id2624960"/>
|
||||
<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#id2528461"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpparasiteio.html#id2528462"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpparasiteio.html#id2623668"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpparasiteio.html#id2623670"/>
|
||||
<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#id2622315"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpsignal.html#id2622316"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpsignal.html#id2573932"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpsignal.html#id2573933"/>
|
||||
<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#id2628174"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpunit.html#id2628175"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpunit.html#id2628172"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimpunit.html#id2628173"/>
|
||||
<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#id2631401"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimputils.html#id2631402"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimputils.html#id2631495"/>
|
||||
<keyword type="" name="" link="libgimpbase-gimputils.html#id2631496"/>
|
||||
</functions>
|
||||
</book>
|
||||
|
Reference in New Issue
Block a user