Imported Upstream version 2.2.13

This commit is contained in:
Ari Pollak
2010-08-11 01:16:57 -04:00
parent c055124f1e
commit 70ad8213cf
243 changed files with 10052 additions and 8795 deletions

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-general.html" title="Functions not Related to Specific Images">
<link rel="prev" href="libgimp-general.html" title="Functions not Related to Specific Images">
<link rel="next" href="libgimp-gimpcontext.html" title="gimpcontext">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-general.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-general.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpcontext.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2536430" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2570683" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimp"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimp</span></h2>
<h2>
<a name="id2536430"></a><span class="refentrytitle">gimp</span>
</h2>
<p>gimp &#8212; Main functions needed for building a GIMP plug-in. This header includes
all other GIMP Library headers.</p>
</td>
@ -150,7 +158,7 @@ void <a href="libgimp-gimp.html#gimp-attach-new-parasite">gimp_attach_new
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2563153"></a><h2>Description</h2>
<a name="id2570683"></a><h2>Description</h2>
<p>
Main functions needed for building a GIMP plug-in. This header includes
all other GIMP Library headers.
@ -158,20 +166,20 @@ all other GIMP Library headers.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2563164"></a><h2>Details</h2>
<a name="id2570699"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2563170"></a><h3>
<a name="id2570708"></a><h3>
<a name="GIMPVAR:CAPS"></a>GIMPVAR</h3>
<a class="indexterm" name="id2563178"></a><pre class="programlisting">#define GIMPVAR</pre>
<a class="indexterm" name="id2570718"></a><pre class="programlisting">#define GIMPVAR</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563192"></a><h3>
<a name="id2570732"></a><h3>
<a name="gimp-version"></a>gimp_version ()</h3>
<a class="indexterm" name="id2563200"></a><pre class="programlisting">gchar* gimp_version (void);</pre>
<a class="indexterm" name="id2570742"></a><pre class="programlisting">gchar* gimp_version (void);</pre>
<p>
Returns the host gimp version.
</p>
@ -193,9 +201,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563243"></a><h3>
<a name="id2570785"></a><h3>
<a name="gimp-major-version"></a>gimp_major_version</h3>
<a class="indexterm" name="id2563253"></a><pre class="programlisting">extern const guint gimp_major_version;
<a class="indexterm" name="id2570798"></a><pre class="programlisting">extern const guint gimp_major_version;
</pre>
<p>
@ -203,9 +211,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563268"></a><h3>
<a name="id2570813"></a><h3>
<a name="gimp-minor-version"></a>gimp_minor_version</h3>
<a class="indexterm" name="id2563279"></a><pre class="programlisting">extern const guint gimp_minor_version;
<a class="indexterm" name="id2570825"></a><pre class="programlisting">extern const guint gimp_minor_version;
</pre>
<p>
@ -213,9 +221,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563294"></a><h3>
<a name="id2570841"></a><h3>
<a name="gimp-micro-version"></a>gimp_micro_version</h3>
<a class="indexterm" name="id2563304"></a><pre class="programlisting">extern const guint gimp_micro_version;
<a class="indexterm" name="id2570853"></a><pre class="programlisting">extern const guint gimp_micro_version;
</pre>
<p>
@ -223,9 +231,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563320"></a><h3>
<a name="id2570869"></a><h3>
<a name="gimp-get-data"></a>gimp_get_data</h3>
<a class="indexterm" name="id2563330"></a><pre class="programlisting">#define gimp_get_data gimp_procedural_db_get_data
<a class="indexterm" name="id2570881"></a><pre class="programlisting">#define gimp_get_data gimp_procedural_db_get_data
</pre>
<p>
@ -233,9 +241,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563346"></a><h3>
<a name="id2570898"></a><h3>
<a name="gimp-get-data-size"></a>gimp_get_data_size</h3>
<a class="indexterm" name="id2563356"></a><pre class="programlisting">#define gimp_get_data_size gimp_procedural_db_get_data_size
<a class="indexterm" name="id2570910"></a><pre class="programlisting">#define gimp_get_data_size gimp_procedural_db_get_data_size
</pre>
<p>
@ -254,9 +262,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563388"></a><h3>
<a name="id2570942"></a><h3>
<a name="gimp-set-data"></a>gimp_set_data</h3>
<a class="indexterm" name="id2563399"></a><pre class="programlisting">#define gimp_set_data gimp_procedural_db_set_data
<a class="indexterm" name="id2570954"></a><pre class="programlisting">#define gimp_set_data gimp_procedural_db_set_data
</pre>
<p>
@ -264,36 +272,36 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563415"></a><h3>
<a name="id2570971"></a><h3>
<a name="GimpInitProc"></a>GimpInitProc ()</h3>
<a class="indexterm" name="id2563425"></a><pre class="programlisting">void (*GimpInitProc) (void);</pre>
<a class="indexterm" name="id2570983"></a><pre class="programlisting">void (*GimpInitProc) (void);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563446"></a><h3>
<a name="id2571004"></a><h3>
<a name="GimpQuitProc"></a>GimpQuitProc ()</h3>
<a class="indexterm" name="id2563456"></a><pre class="programlisting">void (*GimpQuitProc) (void);</pre>
<a class="indexterm" name="id2571017"></a><pre class="programlisting">void (*GimpQuitProc) (void);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563478"></a><h3>
<a name="id2571038"></a><h3>
<a name="GimpQueryProc"></a>GimpQueryProc ()</h3>
<a class="indexterm" name="id2563488"></a><pre class="programlisting">void (*GimpQueryProc) (void);</pre>
<a class="indexterm" name="id2571050"></a><pre class="programlisting">void (*GimpQueryProc) (void);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563509"></a><h3>
<a name="id2571071"></a><h3>
<a name="GimpRunProc"></a>GimpRunProc ()</h3>
<a class="indexterm" name="id2563519"></a><pre class="programlisting">void (*GimpRunProc) (const gchar *name,
<a class="indexterm" name="id2571084"></a><pre class="programlisting">void (*GimpRunProc) (const gchar *name,
gint n_params,
const <a href="libgimp-gimp.html#GimpParam">GimpParam</a> *param,
gint *n_return_vals,
@ -341,9 +349,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563649"></a><h3>
<a name="id2571214"></a><h3>
<a name="GimpPlugInInfo"></a>GimpPlugInInfo</h3>
<a class="indexterm" name="id2563659"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2571227"></a><pre class="programlisting">typedef struct {
/* called when the gimp application initially starts up */
GimpInitProc init_proc;
@ -368,9 +376,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563683"></a><h3>
<a name="id2571250"></a><h3>
<a name="GimpParamDef"></a>GimpParamDef</h3>
<a class="indexterm" name="id2563693"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2571263"></a><pre class="programlisting">typedef struct {
GimpPDBArgType type;
gchar *name;
gchar *description;
@ -382,9 +390,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563711"></a><h3>
<a name="id2571280"></a><h3>
<a name="GimpParamRegion"></a>GimpParamRegion</h3>
<a class="indexterm" name="id2563721"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2571293"></a><pre class="programlisting">typedef struct {
gint32 x;
gint32 y;
gint32 width;
@ -397,9 +405,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563738"></a><h3>
<a name="id2571310"></a><h3>
<a name="GimpParamData"></a>union GimpParamData</h3>
<a class="indexterm" name="id2563748"></a><pre class="programlisting">union GimpParamData
<a class="indexterm" name="id2571322"></a><pre class="programlisting">union GimpParamData
{
gint32 d_int32;
gint16 d_int16;
@ -434,9 +442,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2535925"></a><h3>
<a name="id2536494"></a><h3>
<a name="GimpParam"></a>GimpParam</h3>
<a class="indexterm" name="id2534589"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2561585"></a><pre class="programlisting">typedef struct {
GimpPDBArgType type;
GimpParamData data;
} GimpParam;
@ -447,9 +455,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563782"></a><h3>
<a name="id2571359"></a><h3>
<a name="MAIN:CAPS"></a>MAIN()</h3>
<a class="indexterm" name="id2563790"></a><pre class="programlisting">#define MAIN()</pre>
<a class="indexterm" name="id2571370"></a><pre class="programlisting">#define MAIN()</pre>
<p>
A macro that expands to the appropriate <code class="function">main()</code> function for the
platform being compiled for.
@ -463,9 +471,9 @@ To use this macro, simply place a line that contains just the code
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563830"></a><h3>
<a name="id2571410"></a><h3>
<a name="gimp-main"></a>gimp_main ()</h3>
<a class="indexterm" name="id2563839"></a><pre class="programlisting">gint gimp_main (const <a href="libgimp-gimp.html#GimpPlugInInfo">GimpPlugInInfo</a> *info,
<a class="indexterm" name="id2571420"></a><pre class="programlisting">gint gimp_main (const <a href="libgimp-gimp.html#GimpPlugInInfo">GimpPlugInInfo</a> *info,
gint argc,
gchar *argv[]);</pre>
<p>
@ -506,9 +514,9 @@ and the 'argc' and 'argv' that are passed to "main".</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563933"></a><h3>
<a name="id2571514"></a><h3>
<a name="gimp-quit"></a>gimp_quit ()</h3>
<a class="indexterm" name="id2563942"></a><pre class="programlisting">void gimp_quit (void);</pre>
<a class="indexterm" name="id2571525"></a><pre class="programlisting">void gimp_quit (void);</pre>
<p>
Forcefully causes the gimp library to exit and close down its
connection to main gimp application. This function never returns.</p>
@ -518,9 +526,9 @@ connection to main gimp application. This function never returns.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563966"></a><h3>
<a name="id2571549"></a><h3>
<a name="gimp-install-procedure"></a>gimp_install_procedure ()</h3>
<a class="indexterm" name="id2563974"></a><pre class="programlisting">void gimp_install_procedure (const gchar *name,
<a class="indexterm" name="id2571559"></a><pre class="programlisting">void gimp_install_procedure (const gchar *name,
const gchar *blurb,
const gchar *help,
const gchar *author,
@ -674,9 +682,9 @@ that will be automatically started on each GIMP startup.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2564467"></a><h3>
<a name="id2572053"></a><h3>
<a name="gimp-install-temp-proc"></a>gimp_install_temp_proc ()</h3>
<a class="indexterm" name="id2564476"></a><pre class="programlisting">void gimp_install_temp_proc (const gchar *name,
<a class="indexterm" name="id2572063"></a><pre class="programlisting">void gimp_install_temp_proc (const gchar *name,
const gchar *blurb,
const gchar *help,
const gchar *author,
@ -814,9 +822,9 @@ details.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2564863"></a><h3>
<a name="id2572450"></a><h3>
<a name="gimp-uninstall-temp-proc"></a>gimp_uninstall_temp_proc ()</h3>
<a class="indexterm" name="id2564871"></a><pre class="programlisting">void gimp_uninstall_temp_proc (const gchar *name);</pre>
<a class="indexterm" name="id2572460"></a><pre class="programlisting">void gimp_uninstall_temp_proc (const gchar *name);</pre>
<p>
Uninstalls a temporary procedure which has previously been
installed using <a href="libgimp-gimp.html#gimp-install-temp-proc"><code class="function">gimp_install_temp_proc()</code></a>.</p>
@ -835,9 +843,9 @@ installed using <a href="libgimp-gimp.html#gimp-install-temp-proc"><code class="
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2564925"></a><h3>
<a name="id2572514"></a><h3>
<a name="gimp-run-procedure"></a>gimp_run_procedure ()</h3>
<a class="indexterm" name="id2564933"></a><pre class="programlisting"><a href="libgimp-gimp.html#GimpParam">GimpParam</a>* gimp_run_procedure (const gchar *name,
<a class="indexterm" name="id2572524"></a><pre class="programlisting"><a href="libgimp-gimp.html#GimpParam">GimpParam</a>* gimp_run_procedure (const gchar *name,
gint *n_return_vals,
...);</pre>
<p>
@ -885,9 +893,9 @@ and passes them to <a href="libgimp-gimp.html#gimp-run-procedure2"><code class="
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565048"></a><h3>
<a name="id2572640"></a><h3>
<a name="gimp-run-procedure2"></a>gimp_run_procedure2 ()</h3>
<a class="indexterm" name="id2565057"></a><pre class="programlisting"><a href="libgimp-gimp.html#GimpParam">GimpParam</a>* gimp_run_procedure2 (const gchar *name,
<a class="indexterm" name="id2572650"></a><pre class="programlisting"><a href="libgimp-gimp.html#GimpParam">GimpParam</a>* gimp_run_procedure2 (const gchar *name,
gint *n_return_vals,
gint n_params,
const <a href="libgimp-gimp.html#GimpParam">GimpParam</a> *params);</pre>
@ -934,9 +942,9 @@ This function calls a GIMP procedure and returns its return values.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565173"></a><h3>
<a name="id2572766"></a><h3>
<a name="gimp-destroy-params"></a>gimp_destroy_params ()</h3>
<a class="indexterm" name="id2565181"></a><pre class="programlisting">void gimp_destroy_params (<a href="libgimp-gimp.html#GimpParam">GimpParam</a> *params,
<a class="indexterm" name="id2572776"></a><pre class="programlisting">void gimp_destroy_params (<a href="libgimp-gimp.html#GimpParam">GimpParam</a> *params,
gint n_params);</pre>
<p>
Destroys a <a href="libgimp-gimp.html#GimpParam"><span class="type">GimpParam</span></a> array as returned by <a href="libgimp-gimp.html#gimp-run-procedure"><code class="function">gimp_run_procedure()</code></a></p>
@ -963,9 +971,9 @@ Destroys a <a href="libgimp-gimp.html#GimpParam"><span class="type">GimpParam</s
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565264"></a><h3>
<a name="id2572860"></a><h3>
<a name="gimp-destroy-paramdefs"></a>gimp_destroy_paramdefs ()</h3>
<a class="indexterm" name="id2565273"></a><pre class="programlisting">void gimp_destroy_paramdefs (<a href="libgimp-gimp.html#GimpParamDef">GimpParamDef</a> *paramdefs,
<a class="indexterm" name="id2572870"></a><pre class="programlisting">void gimp_destroy_paramdefs (<a href="libgimp-gimp.html#GimpParamDef">GimpParamDef</a> *paramdefs,
gint n_params);</pre>
<p>
Destroys a <a href="libgimp-gimp.html#GimpParamDef"><span class="type">GimpParamDef</span></a> array as returned by <code class="function">gimp_query_procedure()</code></p>
@ -992,9 +1000,9 @@ Destroys a <a href="libgimp-gimp.html#GimpParamDef"><span class="type">GimpParam
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565356"></a><h3>
<a name="id2572953"></a><h3>
<a name="gimp-tile-width"></a>gimp_tile_width ()</h3>
<a class="indexterm" name="id2565364"></a><pre class="programlisting">guint gimp_tile_width (void);</pre>
<a class="indexterm" name="id2572964"></a><pre class="programlisting">guint gimp_tile_width (void);</pre>
<p>
Returns the tile_width the GIMP is using. This is a constant value
given at Plug-In config time.</p>
@ -1013,9 +1021,9 @@ given at Plug-In config time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565402"></a><h3>
<a name="id2573001"></a><h3>
<a name="gimp-tile-height"></a>gimp_tile_height ()</h3>
<a class="indexterm" name="id2565410"></a><pre class="programlisting">guint gimp_tile_height (void);</pre>
<a class="indexterm" name="id2573011"></a><pre class="programlisting">guint gimp_tile_height (void);</pre>
<p>
Returns the tile_height the GIMP is using. This is a constant value
given at Plug-In config time.</p>
@ -1034,9 +1042,9 @@ given at Plug-In config time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565448"></a><h3>
<a name="id2573049"></a><h3>
<a name="gimp-shm-ID"></a>gimp_shm_ID ()</h3>
<a class="indexterm" name="id2565456"></a><pre class="programlisting">gint gimp_shm_ID (void);</pre>
<a class="indexterm" name="id2573059"></a><pre class="programlisting">gint gimp_shm_ID (void);</pre>
<p>
Returns the shared memory ID used for passing tile data between the GIMP
core and the Plug-In. This is a constant value
@ -1056,9 +1064,9 @@ given at Plug-In config time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565494"></a><h3>
<a name="id2573097"></a><h3>
<a name="gimp-shm-addr"></a>gimp_shm_addr ()</h3>
<a class="indexterm" name="id2565503"></a><pre class="programlisting">guchar* gimp_shm_addr (void);</pre>
<a class="indexterm" name="id2573108"></a><pre class="programlisting">guchar* gimp_shm_addr (void);</pre>
<p>
Returns the address of the shared memory segment used for passing
tile data between the GIMP core and the Plug-In. This is a constant
@ -1078,9 +1086,9 @@ value given at Plug-In config time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565541"></a><h3>
<a name="id2573146"></a><h3>
<a name="gimp-gamma"></a>gimp_gamma ()</h3>
<a class="indexterm" name="id2565550"></a><pre class="programlisting">gdouble gimp_gamma (void);</pre>
<a class="indexterm" name="id2573157"></a><pre class="programlisting">gdouble gimp_gamma (void);</pre>
<p>
Returns the global gamma value the GIMP and all its Plug-Ins should
use. This is a constant value given at Plug-In config time.
@ -1102,9 +1110,9 @@ NOTE: this feature is unimplemented.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565591"></a><h3>
<a name="id2573199"></a><h3>
<a name="gimp-install-cmap"></a>gimp_install_cmap ()</h3>
<a class="indexterm" name="id2565600"></a><pre class="programlisting">gboolean gimp_install_cmap (void);</pre>
<a class="indexterm" name="id2573209"></a><pre class="programlisting">gboolean gimp_install_cmap (void);</pre>
<p>
Returns whether or not the Plug-In should allocate an own colormap
when running on an 8 bit display. This is a constant value given at
@ -1127,9 +1135,9 @@ See also: <a href="libgimp-gimp.html#gimp-min-colors"><code class="function">gim
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565648"></a><h3>
<a name="id2573258"></a><h3>
<a name="gimp-min-colors"></a>gimp_min_colors ()</h3>
<a class="indexterm" name="id2565657"></a><pre class="programlisting">gint gimp_min_colors (void);</pre>
<a class="indexterm" name="id2573268"></a><pre class="programlisting">gint gimp_min_colors (void);</pre>
<p>
Returns the minimum number of colors to use when allocating an own
colormap on 8 bit displays. This is a constant value given at
@ -1152,9 +1160,9 @@ See also: <a href="libgimp-gimp.html#gimp-install-cmap"><code class="function">g
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565706"></a><h3>
<a name="id2573318"></a><h3>
<a name="gimp-show-tool-tips"></a>gimp_show_tool_tips ()</h3>
<a class="indexterm" name="id2565715"></a><pre class="programlisting">gboolean gimp_show_tool_tips (void);</pre>
<a class="indexterm" name="id2573328"></a><pre class="programlisting">gboolean gimp_show_tool_tips (void);</pre>
<p>
Returns whether or not the Plug-In should show tooltips. This is a
constant value given at Plug-In config time.</p>
@ -1173,9 +1181,9 @@ constant value given at Plug-In config time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565753"></a><h3>
<a name="id2573366"></a><h3>
<a name="gimp-show-help-button"></a>gimp_show_help_button ()</h3>
<a class="indexterm" name="id2565761"></a><pre class="programlisting">gboolean gimp_show_help_button (void);</pre>
<a class="indexterm" name="id2573378"></a><pre class="programlisting">gboolean gimp_show_help_button (void);</pre>
<p>
Returns whether or not GimpDialog should automatically add a help
button if help_func and help_id are given.</p>
@ -1197,9 +1205,9 @@ button if help_func and help_id are given.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565804"></a><h3>
<a name="id2573421"></a><h3>
<a name="gimp-check-size"></a>gimp_check_size ()</h3>
<a class="indexterm" name="id2565812"></a><pre class="programlisting"><a
<a class="indexterm" name="id2573433"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckSize"
>GimpCheckSize</a> gimp_check_size (void);</pre>
<p>
@ -1223,9 +1231,9 @@ This is a constant value given at Plug-In config time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565854"></a><h3>
<a name="id2573475"></a><h3>
<a name="gimp-check-type"></a>gimp_check_type ()</h3>
<a class="indexterm" name="id2565862"></a><pre class="programlisting"><a
<a class="indexterm" name="id2573487"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckType"
>GimpCheckType</a> gimp_check_type (void);</pre>
<p>
@ -1249,9 +1257,9 @@ This is a constant value given at Plug-In config time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565904"></a><h3>
<a name="id2573529"></a><h3>
<a name="gimp-default-display"></a>gimp_default_display ()</h3>
<a class="indexterm" name="id2565912"></a><pre class="programlisting">gint32 gimp_default_display (void);</pre>
<a class="indexterm" name="id2573539"></a><pre class="programlisting">gint32 gimp_default_display (void);</pre>
<p>
Returns the default display ID. This corresponds to the display the
running procedure's menu entry was invoked from. This is a
@ -1271,9 +1279,9 @@ constant value given at Plug-In config time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565951"></a><h3>
<a name="id2573578"></a><h3>
<a name="gimp-wm-class"></a>gimp_wm_class ()</h3>
<a class="indexterm" name="id2565959"></a><pre class="programlisting">const gchar* gimp_wm_class (void);</pre>
<a class="indexterm" name="id2573588"></a><pre class="programlisting">const gchar* gimp_wm_class (void);</pre>
<p>
Returns the window manager class to be used for plug-in windows.
This is a constant value given at Plug-In config time.</p>
@ -1292,9 +1300,9 @@ This is a constant value given at Plug-In config time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565998"></a><h3>
<a name="id2573627"></a><h3>
<a name="gimp-display-name"></a>gimp_display_name ()</h3>
<a class="indexterm" name="id2566006"></a><pre class="programlisting">const gchar* gimp_display_name (void);</pre>
<a class="indexterm" name="id2573638"></a><pre class="programlisting">const gchar* gimp_display_name (void);</pre>
<p>
Returns the display to be used for plug-in windows.
This is a constant value given at Plug-In config time.</p>
@ -1313,9 +1321,9 @@ This is a constant value given at Plug-In config time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566045"></a><h3>
<a name="id2573676"></a><h3>
<a name="gimp-monitor-number"></a>gimp_monitor_number ()</h3>
<a class="indexterm" name="id2566053"></a><pre class="programlisting">gint gimp_monitor_number (void);</pre>
<a class="indexterm" name="id2573686"></a><pre class="programlisting">gint gimp_monitor_number (void);</pre>
<p>
Returns the monitor number to be used for plug-in windows.
This is a constant value given at Plug-In config time.</p>
@ -1334,9 +1342,9 @@ This is a constant value given at Plug-In config time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566091"></a><h3>
<a name="id2573724"></a><h3>
<a name="gimp-get-progname"></a>gimp_get_progname ()</h3>
<a class="indexterm" name="id2566099"></a><pre class="programlisting">const gchar* gimp_get_progname (void);</pre>
<a class="indexterm" name="id2573734"></a><pre class="programlisting">const gchar* gimp_get_progname (void);</pre>
<p>
Returns the Plug-In's executable name.</p>
<p>
@ -1354,9 +1362,9 @@ Returns the Plug-In's executable name.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566136"></a><h3>
<a name="id2573772"></a><h3>
<a name="gimp-extension-enable"></a>gimp_extension_enable ()</h3>
<a class="indexterm" name="id2566145"></a><pre class="programlisting">void gimp_extension_enable (void);</pre>
<a class="indexterm" name="id2573782"></a><pre class="programlisting">void gimp_extension_enable (void);</pre>
<p>
Enables asnychronous processing of messages from the main GIMP
application.
@ -1390,9 +1398,9 @@ See also: <a href="libgimp-gimp.html#gimp-install-procedure"><code class="functi
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566260"></a><h3>
<a name="id2573907"></a><h3>
<a name="gimp-extension-ack"></a>gimp_extension_ack ()</h3>
<a class="indexterm" name="id2566271"></a><pre class="programlisting">void gimp_extension_ack (void);</pre>
<a class="indexterm" name="id2573920"></a><pre class="programlisting">void gimp_extension_ack (void);</pre>
<p>
Notify the main GIMP application that the extension has been properly
initialized and is ready to run.
@ -1414,9 +1422,9 @@ See also: <a href="libgimp-gimp.html#gimp-install-procedure"><code class="functi
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566359"></a><h3>
<a name="id2574009"></a><h3>
<a name="gimp-extension-process"></a>gimp_extension_process ()</h3>
<a class="indexterm" name="id2566370"></a><pre class="programlisting">void gimp_extension_process (guint timeout);</pre>
<a class="indexterm" name="id2574022"></a><pre class="programlisting">void gimp_extension_process (guint timeout);</pre>
<p>
Processes one message sent by the GIMP and returns.
</p>
@ -1446,9 +1454,9 @@ See also: <a href="libgimp-gimp.html#gimp-install-procedure"><code class="functi
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566483"></a><h3>
<a name="id2574135"></a><h3>
<a name="gimp-parasite-find"></a>gimp_parasite_find ()</h3>
<a class="indexterm" name="id2566494"></a><pre class="programlisting"><a
<a class="indexterm" name="id2574148"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
>GimpParasite</a>* gimp_parasite_find (const gchar *name);</pre>
<p>
@ -1480,9 +1488,9 @@ the gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566560"></a><h3>
<a name="id2574214"></a><h3>
<a name="gimp-parasite-list"></a>gimp_parasite_list ()</h3>
<a class="indexterm" name="id2566572"></a><pre class="programlisting">gboolean gimp_parasite_list (gint *num_parasites,
<a class="indexterm" name="id2574228"></a><pre class="programlisting">gboolean gimp_parasite_list (gint *num_parasites,
gchar ***parasites);</pre>
<p>
List all parasites.
@ -1518,9 +1526,9 @@ Returns a list of all currently attached parasites.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566659"></a><h3>
<a name="id2574315"></a><h3>
<a name="gimp-parasite-attach"></a>gimp_parasite_attach ()</h3>
<a class="indexterm" name="id2566670"></a><pre class="programlisting">gboolean gimp_parasite_attach (<a
<a class="indexterm" name="id2574329"></a><pre class="programlisting">gboolean gimp_parasite_attach (<a
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
>GimpParasite</a> *parasite);</pre>
<p>
@ -1552,9 +1560,9 @@ values.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566737"></a><h3>
<a name="id2574395"></a><h3>
<a name="gimp-parasite-detach"></a>gimp_parasite_detach ()</h3>
<a class="indexterm" name="id2566748"></a><pre class="programlisting">gboolean gimp_parasite_detach (const gchar *name);</pre>
<a class="indexterm" name="id2574409"></a><pre class="programlisting">gboolean gimp_parasite_detach (const gchar *name);</pre>
<p>
Removes a parasite from the gimp.
</p>
@ -1584,9 +1592,9 @@ values.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566814"></a><h3>
<a name="id2574475"></a><h3>
<a name="gimp-attach-new-parasite"></a>gimp_attach_new_parasite ()</h3>
<a class="indexterm" name="id2566826"></a><pre class="programlisting">void gimp_attach_new_parasite (const gchar *name,
<a class="indexterm" name="id2574488"></a><pre class="programlisting">void gimp_attach_new_parasite (const gchar *name,
gint flags,
gint size,
gconstpointer data);</pre>
@ -1637,9 +1645,5 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-general.html"><b>&lt;&lt;&#160;Functions not Related to Specific Images</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpcontext.html"><b>gimpcontext&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>