Imported Upstream version 2.3.12
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimp</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.70.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
|
||||
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
|
||||
<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">
|
||||
@ -32,16 +32,16 @@
|
||||
<th width="100%" align="center">GIMP Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimp-gimpbuffer.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="#id2578119" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2583324" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2603234" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2595780" 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>
|
||||
<a name="id2578119"></a><span class="refentrytitle">gimp</span>
|
||||
<a name="id2583324"></a><span class="refentrytitle">gimp</span>
|
||||
</h2>
|
||||
<p>gimp — Main functions needed for building a GIMP plug-in. This header includes
|
||||
all other GIMP Library headers.</p>
|
||||
@ -163,7 +163,7 @@ gboolean <a href="libgimp-gimp.html#gimp-attach-new-parasite">gimp_attach_new
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2603234"></a><h2>Description</h2>
|
||||
<a name="id2595780"></a><h2>Description</h2>
|
||||
<p>
|
||||
Main functions needed for building a GIMP plug-in. This header includes
|
||||
all other GIMP Library headers.
|
||||
@ -171,20 +171,20 @@ all other GIMP Library headers.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2603250"></a><h2>Details</h2>
|
||||
<a name="id2595796"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603259"></a><h3>
|
||||
<a name="id2595805"></a><h3>
|
||||
<a name="GIMPVAR:CAPS"></a>GIMPVAR</h3>
|
||||
<a class="indexterm" name="id2603270"></a><pre class="programlisting">#define GIMPVAR</pre>
|
||||
<a class="indexterm" name="id2595816"></a><pre class="programlisting">#define GIMPVAR</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603283"></a><h3>
|
||||
<a name="id2595829"></a><h3>
|
||||
<a name="gimp-version"></a>gimp_version ()</h3>
|
||||
<a class="indexterm" name="id2603294"></a><pre class="programlisting">gchar* gimp_version (void);</pre>
|
||||
<a class="indexterm" name="id2595840"></a><pre class="programlisting">gchar* gimp_version (void);</pre>
|
||||
<p>
|
||||
Returns the host gimp version.
|
||||
</p>
|
||||
@ -206,9 +206,9 @@ gimp.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603334"></a><h3>
|
||||
<a name="id2595880"></a><h3>
|
||||
<a name="gimp-getpid"></a>gimp_getpid ()</h3>
|
||||
<a class="indexterm" name="id2603346"></a><pre class="programlisting">gint gimp_getpid (void);</pre>
|
||||
<a class="indexterm" name="id2595892"></a><pre class="programlisting">gint gimp_getpid (void);</pre>
|
||||
<p>
|
||||
Returns the PID of the host gimp process.
|
||||
</p>
|
||||
@ -232,9 +232,9 @@ This procedure returns the process ID of the currently running gimp.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603390"></a><h3>
|
||||
<a name="id2595936"></a><h3>
|
||||
<a name="gimp-major-version"></a>gimp_major_version</h3>
|
||||
<a class="indexterm" name="id2603401"></a><pre class="programlisting">extern const guint gimp_major_version;
|
||||
<a class="indexterm" name="id2595947"></a><pre class="programlisting">extern const guint gimp_major_version;
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -242,9 +242,9 @@ This procedure returns the process ID of the currently running gimp.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603414"></a><h3>
|
||||
<a name="id2595960"></a><h3>
|
||||
<a name="gimp-minor-version"></a>gimp_minor_version</h3>
|
||||
<a class="indexterm" name="id2603425"></a><pre class="programlisting">extern const guint gimp_minor_version;
|
||||
<a class="indexterm" name="id2595971"></a><pre class="programlisting">extern const guint gimp_minor_version;
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -252,9 +252,9 @@ This procedure returns the process ID of the currently running gimp.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603438"></a><h3>
|
||||
<a name="id2595984"></a><h3>
|
||||
<a name="gimp-micro-version"></a>gimp_micro_version</h3>
|
||||
<a class="indexterm" name="id2603449"></a><pre class="programlisting">extern const guint gimp_micro_version;
|
||||
<a class="indexterm" name="id2595995"></a><pre class="programlisting">extern const guint gimp_micro_version;
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -262,9 +262,9 @@ This procedure returns the process ID of the currently running gimp.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603462"></a><h3>
|
||||
<a name="id2596008"></a><h3>
|
||||
<a name="gimp-get-data"></a>gimp_get_data</h3>
|
||||
<a class="indexterm" name="id2603473"></a><pre class="programlisting">#define gimp_get_data gimp_procedural_db_get_data
|
||||
<a class="indexterm" name="id2596019"></a><pre class="programlisting">#define gimp_get_data gimp_procedural_db_get_data
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -272,9 +272,9 @@ This procedure returns the process ID of the currently running gimp.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603487"></a><h3>
|
||||
<a name="id2596033"></a><h3>
|
||||
<a name="gimp-get-data-size"></a>gimp_get_data_size</h3>
|
||||
<a class="indexterm" name="id2603498"></a><pre class="programlisting">#define gimp_get_data_size gimp_procedural_db_get_data_size
|
||||
<a class="indexterm" name="id2596044"></a><pre class="programlisting">#define gimp_get_data_size gimp_procedural_db_get_data_size
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -293,9 +293,9 @@ This procedure returns the process ID of the currently running gimp.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603526"></a><h3>
|
||||
<a name="id2596072"></a><h3>
|
||||
<a name="gimp-set-data"></a>gimp_set_data</h3>
|
||||
<a class="indexterm" name="id2603537"></a><pre class="programlisting">#define gimp_set_data gimp_procedural_db_set_data
|
||||
<a class="indexterm" name="id2596083"></a><pre class="programlisting">#define gimp_set_data gimp_procedural_db_set_data
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -303,36 +303,36 @@ This procedure returns the process ID of the currently running gimp.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603551"></a><h3>
|
||||
<a name="id2596097"></a><h3>
|
||||
<a name="GimpInitProc"></a>GimpInitProc ()</h3>
|
||||
<a class="indexterm" name="id2603562"></a><pre class="programlisting">void (*GimpInitProc) (void);</pre>
|
||||
<a class="indexterm" name="id2596108"></a><pre class="programlisting">void (*GimpInitProc) (void);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603580"></a><h3>
|
||||
<a name="id2596126"></a><h3>
|
||||
<a name="GimpQuitProc"></a>GimpQuitProc ()</h3>
|
||||
<a class="indexterm" name="id2603591"></a><pre class="programlisting">void (*GimpQuitProc) (void);</pre>
|
||||
<a class="indexterm" name="id2596137"></a><pre class="programlisting">void (*GimpQuitProc) (void);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603610"></a><h3>
|
||||
<a name="id2596156"></a><h3>
|
||||
<a name="GimpQueryProc"></a>GimpQueryProc ()</h3>
|
||||
<a class="indexterm" name="id2603620"></a><pre class="programlisting">void (*GimpQueryProc) (void);</pre>
|
||||
<a class="indexterm" name="id2596166"></a><pre class="programlisting">void (*GimpQueryProc) (void);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603639"></a><h3>
|
||||
<a name="id2596185"></a><h3>
|
||||
<a name="GimpRunProc"></a>GimpRunProc ()</h3>
|
||||
<a class="indexterm" name="id2603649"></a><pre class="programlisting">void (*GimpRunProc) (const gchar *name,
|
||||
<a class="indexterm" name="id2596195"></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,
|
||||
@ -380,9 +380,9 @@ This procedure returns the process ID of the currently running gimp.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603766"></a><h3>
|
||||
<a name="id2596312"></a><h3>
|
||||
<a name="GimpPlugInInfo"></a>GimpPlugInInfo</h3>
|
||||
<a class="indexterm" name="id2603776"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2596322"></a><pre class="programlisting">typedef struct {
|
||||
/* called when the gimp application initially starts up */
|
||||
GimpInitProc init_proc;
|
||||
|
||||
@ -407,9 +407,9 @@ This procedure returns the process ID of the currently running gimp.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603798"></a><h3>
|
||||
<a name="id2596344"></a><h3>
|
||||
<a name="GimpParamDef"></a>GimpParamDef</h3>
|
||||
<a class="indexterm" name="id2603808"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2596354"></a><pre class="programlisting">typedef struct {
|
||||
GimpPDBArgType type;
|
||||
gchar *name;
|
||||
gchar *description;
|
||||
@ -421,9 +421,9 @@ This procedure returns the process ID of the currently running gimp.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603824"></a><h3>
|
||||
<a name="id2596370"></a><h3>
|
||||
<a name="GimpParamRegion"></a>GimpParamRegion</h3>
|
||||
<a class="indexterm" name="id2603834"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2596380"></a><pre class="programlisting">typedef struct {
|
||||
gint32 x;
|
||||
gint32 y;
|
||||
gint32 width;
|
||||
@ -436,9 +436,9 @@ This procedure returns the process ID of the currently running gimp.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603850"></a><h3>
|
||||
<a name="id2596396"></a><h3>
|
||||
<a name="GimpParamData"></a>union GimpParamData</h3>
|
||||
<a class="indexterm" name="id2603860"></a><pre class="programlisting">union GimpParamData
|
||||
<a class="indexterm" name="id2596406"></a><pre class="programlisting">union GimpParamData
|
||||
{
|
||||
gint32 d_int32;
|
||||
gint16 d_int16;
|
||||
@ -474,9 +474,9 @@ This procedure returns the process ID of the currently running gimp.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603888"></a><h3>
|
||||
<a name="id2596434"></a><h3>
|
||||
<a name="GimpParam"></a>GimpParam</h3>
|
||||
<a class="indexterm" name="id2603898"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2596444"></a><pre class="programlisting">typedef struct {
|
||||
GimpPDBArgType type;
|
||||
GimpParamData data;
|
||||
} GimpParam;
|
||||
@ -487,9 +487,9 @@ This procedure returns the process ID of the currently running gimp.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603914"></a><h3>
|
||||
<a name="id2596460"></a><h3>
|
||||
<a name="MAIN:CAPS"></a>MAIN()</h3>
|
||||
<a class="indexterm" name="id2603924"></a><pre class="programlisting">#define MAIN()</pre>
|
||||
<a class="indexterm" name="id2596470"></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.
|
||||
@ -503,9 +503,9 @@ To use this macro, simply place a line that contains just the code
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603964"></a><h3>
|
||||
<a name="id2596510"></a><h3>
|
||||
<a name="gimp-main"></a>gimp_main ()</h3>
|
||||
<a class="indexterm" name="id2603974"></a><pre class="programlisting">gint gimp_main (const <a href="libgimp-gimp.html#GimpPlugInInfo">GimpPlugInInfo</a> *info,
|
||||
<a class="indexterm" name="id2596520"></a><pre class="programlisting">gint gimp_main (const <a href="libgimp-gimp.html#GimpPlugInInfo">GimpPlugInInfo</a> *info,
|
||||
gint argc,
|
||||
gchar *argv[]);</pre>
|
||||
<p>
|
||||
@ -546,9 +546,9 @@ and the 'argc' and 'argv' that are passed to "main".</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2604068"></a><h3>
|
||||
<a name="id2596614"></a><h3>
|
||||
<a name="gimp-quit"></a>gimp_quit ()</h3>
|
||||
<a class="indexterm" name="id2604078"></a><pre class="programlisting">void gimp_quit (void);</pre>
|
||||
<a class="indexterm" name="id2596624"></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>
|
||||
@ -558,9 +558,9 @@ connection to main gimp application. This function never returns.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2604102"></a><h3>
|
||||
<a name="id2596648"></a><h3>
|
||||
<a name="gimp-install-procedure"></a>gimp_install_procedure ()</h3>
|
||||
<a class="indexterm" name="id2604113"></a><pre class="programlisting">void gimp_install_procedure (const gchar *name,
|
||||
<a class="indexterm" name="id2596659"></a><pre class="programlisting">void gimp_install_procedure (const gchar *name,
|
||||
const gchar *blurb,
|
||||
const gchar *help,
|
||||
const gchar *author,
|
||||
@ -714,9 +714,9 @@ that will be automatically started on each GIMP startup.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2604600"></a><h3>
|
||||
<a name="id2597146"></a><h3>
|
||||
<a name="gimp-install-temp-proc"></a>gimp_install_temp_proc ()</h3>
|
||||
<a class="indexterm" name="id2604610"></a><pre class="programlisting">void gimp_install_temp_proc (const gchar *name,
|
||||
<a class="indexterm" name="id2597156"></a><pre class="programlisting">void gimp_install_temp_proc (const gchar *name,
|
||||
const gchar *blurb,
|
||||
const gchar *help,
|
||||
const gchar *author,
|
||||
@ -854,9 +854,9 @@ details.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2604996"></a><h3>
|
||||
<a name="id2597538"></a><h3>
|
||||
<a name="gimp-uninstall-temp-proc"></a>gimp_uninstall_temp_proc ()</h3>
|
||||
<a class="indexterm" name="id2605006"></a><pre class="programlisting">void gimp_uninstall_temp_proc (const gchar *name);</pre>
|
||||
<a class="indexterm" name="id2597549"></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>
|
||||
@ -875,9 +875,9 @@ installed using <a href="libgimp-gimp.html#gimp-install-temp-proc"><code class="
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605060"></a><h3>
|
||||
<a name="id2597602"></a><h3>
|
||||
<a name="gimp-run-procedure"></a>gimp_run_procedure ()</h3>
|
||||
<a class="indexterm" name="id2605070"></a><pre class="programlisting"><a href="libgimp-gimp.html#GimpParam">GimpParam</a>* gimp_run_procedure (const gchar *name,
|
||||
<a class="indexterm" name="id2597613"></a><pre class="programlisting"><a href="libgimp-gimp.html#GimpParam">GimpParam</a>* gimp_run_procedure (const gchar *name,
|
||||
gint *n_return_vals,
|
||||
...);</pre>
|
||||
<p>
|
||||
@ -926,9 +926,9 @@ information.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605186"></a><h3>
|
||||
<a name="id2597729"></a><h3>
|
||||
<a name="gimp-run-procedure2"></a>gimp_run_procedure2 ()</h3>
|
||||
<a class="indexterm" name="id2605197"></a><pre class="programlisting"><a href="libgimp-gimp.html#GimpParam">GimpParam</a>* gimp_run_procedure2 (const gchar *name,
|
||||
<a class="indexterm" name="id2597739"></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>
|
||||
@ -982,9 +982,9 @@ free them using <a href="libgimp-gimp.html#gimp-destroy-params"><code class="fun
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605329"></a><h3>
|
||||
<a name="id2597871"></a><h3>
|
||||
<a name="gimp-destroy-params"></a>gimp_destroy_params ()</h3>
|
||||
<a class="indexterm" name="id2605339"></a><pre class="programlisting">void gimp_destroy_params (<a href="libgimp-gimp.html#GimpParam">GimpParam</a> *params,
|
||||
<a class="indexterm" name="id2597882"></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> or
|
||||
@ -1012,9 +1012,9 @@ Destroys a <a href="libgimp-gimp.html#GimpParam"><span class="type">GimpParam</s
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605432"></a><h3>
|
||||
<a name="id2597974"></a><h3>
|
||||
<a name="gimp-destroy-paramdefs"></a>gimp_destroy_paramdefs ()</h3>
|
||||
<a class="indexterm" name="id2605442"></a><pre class="programlisting">void gimp_destroy_paramdefs (<a href="libgimp-gimp.html#GimpParamDef">GimpParamDef</a> *paramdefs,
|
||||
<a class="indexterm" name="id2597985"></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>
|
||||
@ -1041,9 +1041,9 @@ Destroys a <a href="libgimp-gimp.html#GimpParamDef"><span class="type">GimpParam
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605525"></a><h3>
|
||||
<a name="id2598068"></a><h3>
|
||||
<a name="gimp-tile-width"></a>gimp_tile_width ()</h3>
|
||||
<a class="indexterm" name="id2605536"></a><pre class="programlisting">guint gimp_tile_width (void);</pre>
|
||||
<a class="indexterm" name="id2598078"></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>
|
||||
@ -1062,9 +1062,9 @@ given at Plug-In config time.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605573"></a><h3>
|
||||
<a name="id2598116"></a><h3>
|
||||
<a name="gimp-tile-height"></a>gimp_tile_height ()</h3>
|
||||
<a class="indexterm" name="id2605584"></a><pre class="programlisting">guint gimp_tile_height (void);</pre>
|
||||
<a class="indexterm" name="id2598126"></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>
|
||||
@ -1083,9 +1083,9 @@ given at Plug-In config time.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605621"></a><h3>
|
||||
<a name="id2598163"></a><h3>
|
||||
<a name="gimp-shm-ID"></a>gimp_shm_ID ()</h3>
|
||||
<a class="indexterm" name="id2605632"></a><pre class="programlisting">gint gimp_shm_ID (void);</pre>
|
||||
<a class="indexterm" name="id2598174"></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
|
||||
@ -1105,9 +1105,9 @@ given at Plug-In config time.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605675"></a><h3>
|
||||
<a name="id2598217"></a><h3>
|
||||
<a name="gimp-shm-addr"></a>gimp_shm_addr ()</h3>
|
||||
<a class="indexterm" name="id2605688"></a><pre class="programlisting">guchar* gimp_shm_addr (void);</pre>
|
||||
<a class="indexterm" name="id2598230"></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
|
||||
@ -1127,9 +1127,9 @@ value given at Plug-In config time.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605731"></a><h3>
|
||||
<a name="id2598273"></a><h3>
|
||||
<a name="gimp-gamma"></a>gimp_gamma ()</h3>
|
||||
<a class="indexterm" name="id2605744"></a><pre class="programlisting">gdouble gimp_gamma (void);</pre>
|
||||
<a class="indexterm" name="id2598286"></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.
|
||||
@ -1151,9 +1151,9 @@ NOTE: this feature is unimplemented.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605791"></a><h3>
|
||||
<a name="id2598333"></a><h3>
|
||||
<a name="gimp-install-cmap"></a>gimp_install_cmap ()</h3>
|
||||
<a class="indexterm" name="id2605804"></a><pre class="programlisting">gboolean gimp_install_cmap (void);</pre>
|
||||
<a class="indexterm" name="id2598346"></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
|
||||
@ -1176,9 +1176,9 @@ See also: <a href="libgimp-gimp.html#gimp-min-colors"><code class="function">gim
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605859"></a><h3>
|
||||
<a name="id2598400"></a><h3>
|
||||
<a name="gimp-min-colors"></a>gimp_min_colors ()</h3>
|
||||
<a class="indexterm" name="id2605872"></a><pre class="programlisting">gint gimp_min_colors (void);</pre>
|
||||
<a class="indexterm" name="id2598413"></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
|
||||
@ -1201,9 +1201,9 @@ See also: <a href="libgimp-gimp.html#gimp-install-cmap"><code class="function">g
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605927"></a><h3>
|
||||
<a name="id2598468"></a><h3>
|
||||
<a name="gimp-show-tool-tips"></a>gimp_show_tool_tips ()</h3>
|
||||
<a class="indexterm" name="id2605940"></a><pre class="programlisting">gboolean gimp_show_tool_tips (void);</pre>
|
||||
<a class="indexterm" name="id2598482"></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>
|
||||
@ -1222,9 +1222,9 @@ constant value given at Plug-In config time.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605982"></a><h3>
|
||||
<a name="id2598524"></a><h3>
|
||||
<a name="gimp-show-help-button"></a>gimp_show_help_button ()</h3>
|
||||
<a class="indexterm" name="id2605998"></a><pre class="programlisting">gboolean gimp_show_help_button (void);</pre>
|
||||
<a class="indexterm" name="id2598539"></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>
|
||||
@ -1246,9 +1246,9 @@ button if help_func and help_id are given.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606045"></a><h3>
|
||||
<a name="id2598586"></a><h3>
|
||||
<a name="gimp-check-size"></a>gimp_check_size ()</h3>
|
||||
<a class="indexterm" name="id2606060"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2598602"></a><pre class="programlisting"><a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckSize"
|
||||
>GimpCheckSize</a> gimp_check_size (void);</pre>
|
||||
<p>
|
||||
@ -1272,9 +1272,9 @@ This is a constant value given at Plug-In config time.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606107"></a><h3>
|
||||
<a name="id2598649"></a><h3>
|
||||
<a name="gimp-check-type"></a>gimp_check_type ()</h3>
|
||||
<a class="indexterm" name="id2606122"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2598664"></a><pre class="programlisting"><a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckType"
|
||||
>GimpCheckType</a> gimp_check_type (void);</pre>
|
||||
<p>
|
||||
@ -1298,9 +1298,9 @@ This is a constant value given at Plug-In config time.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606170"></a><h3>
|
||||
<a name="id2598712"></a><h3>
|
||||
<a name="gimp-default-display"></a>gimp_default_display ()</h3>
|
||||
<a class="indexterm" name="id2606184"></a><pre class="programlisting">gint32 gimp_default_display (void);</pre>
|
||||
<a class="indexterm" name="id2598725"></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
|
||||
@ -1320,9 +1320,9 @@ constant value given at Plug-In config time.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606227"></a><h3>
|
||||
<a name="id2598769"></a><h3>
|
||||
<a name="gimp-wm-class"></a>gimp_wm_class ()</h3>
|
||||
<a class="indexterm" name="id2606240"></a><pre class="programlisting">const gchar* gimp_wm_class (void);</pre>
|
||||
<a class="indexterm" name="id2598782"></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>
|
||||
@ -1341,9 +1341,9 @@ This is a constant value given at Plug-In config time.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606284"></a><h3>
|
||||
<a name="id2598826"></a><h3>
|
||||
<a name="gimp-display-name"></a>gimp_display_name ()</h3>
|
||||
<a class="indexterm" name="id2606297"></a><pre class="programlisting">const gchar* gimp_display_name (void);</pre>
|
||||
<a class="indexterm" name="id2598839"></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>
|
||||
@ -1362,9 +1362,9 @@ This is a constant value given at Plug-In config time.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606340"></a><h3>
|
||||
<a name="id2598882"></a><h3>
|
||||
<a name="gimp-monitor-number"></a>gimp_monitor_number ()</h3>
|
||||
<a class="indexterm" name="id2606354"></a><pre class="programlisting">gint gimp_monitor_number (void);</pre>
|
||||
<a class="indexterm" name="id2598896"></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>
|
||||
@ -1383,9 +1383,9 @@ This is a constant value given at Plug-In config time.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606396"></a><h3>
|
||||
<a name="id2598938"></a><h3>
|
||||
<a name="gimp-get-progname"></a>gimp_get_progname ()</h3>
|
||||
<a class="indexterm" name="id2606409"></a><pre class="programlisting">const gchar* gimp_get_progname (void);</pre>
|
||||
<a class="indexterm" name="id2598951"></a><pre class="programlisting">const gchar* gimp_get_progname (void);</pre>
|
||||
<p>
|
||||
Returns the Plug-In's executable name.</p>
|
||||
<p>
|
||||
@ -1403,9 +1403,9 @@ Returns the Plug-In's executable name.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606451"></a><h3>
|
||||
<a name="id2598993"></a><h3>
|
||||
<a name="gimp-extension-enable"></a>gimp_extension_enable ()</h3>
|
||||
<a class="indexterm" name="id2606464"></a><pre class="programlisting">void gimp_extension_enable (void);</pre>
|
||||
<a class="indexterm" name="id2599006"></a><pre class="programlisting">void gimp_extension_enable (void);</pre>
|
||||
<p>
|
||||
Enables asnychronous processing of messages from the main GIMP
|
||||
application.
|
||||
@ -1439,9 +1439,9 @@ See also: <a href="libgimp-gimp.html#gimp-install-procedure"><code class="functi
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606590"></a><h3>
|
||||
<a name="id2599132"></a><h3>
|
||||
<a name="gimp-extension-ack"></a>gimp_extension_ack ()</h3>
|
||||
<a class="indexterm" name="id2606604"></a><pre class="programlisting">void gimp_extension_ack (void);</pre>
|
||||
<a class="indexterm" name="id2599146"></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.
|
||||
@ -1463,9 +1463,9 @@ See also: <a href="libgimp-gimp.html#gimp-install-procedure"><code class="functi
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606692"></a><h3>
|
||||
<a name="id2599234"></a><h3>
|
||||
<a name="gimp-extension-process"></a>gimp_extension_process ()</h3>
|
||||
<a class="indexterm" name="id2606706"></a><pre class="programlisting">void gimp_extension_process (guint timeout);</pre>
|
||||
<a class="indexterm" name="id2599248"></a><pre class="programlisting">void gimp_extension_process (guint timeout);</pre>
|
||||
<p>
|
||||
Processes one message sent by the GIMP and returns.
|
||||
</p>
|
||||
@ -1495,9 +1495,9 @@ See also: <a href="libgimp-gimp.html#gimp-install-procedure"><code class="functi
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606818"></a><h3>
|
||||
<a name="id2599360"></a><h3>
|
||||
<a name="gimp-parasite-find"></a>gimp_parasite_find ()</h3>
|
||||
<a class="indexterm" name="id2606832"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2599374"></a><pre class="programlisting"><a
|
||||
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
>GimpParasite</a>* gimp_parasite_find (const gchar *name);</pre>
|
||||
<p>
|
||||
@ -1529,9 +1529,9 @@ the gimp.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606898"></a><h3>
|
||||
<a name="id2599440"></a><h3>
|
||||
<a name="gimp-parasite-list"></a>gimp_parasite_list ()</h3>
|
||||
<a class="indexterm" name="id2606912"></a><pre class="programlisting">gboolean gimp_parasite_list (gint *num_parasites,
|
||||
<a class="indexterm" name="id2599454"></a><pre class="programlisting">gboolean gimp_parasite_list (gint *num_parasites,
|
||||
gchar ***parasites);</pre>
|
||||
<p>
|
||||
List all parasites.
|
||||
@ -1567,9 +1567,9 @@ Returns a list of all currently attached parasites.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606999"></a><h3>
|
||||
<a name="id2599541"></a><h3>
|
||||
<a name="gimp-parasite-attach"></a>gimp_parasite_attach ()</h3>
|
||||
<a class="indexterm" name="id2607012"></a><pre class="programlisting">gboolean gimp_parasite_attach (const <a
|
||||
<a class="indexterm" name="id2599554"></a><pre class="programlisting">gboolean gimp_parasite_attach (const <a
|
||||
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
>GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
@ -1601,9 +1601,9 @@ values.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2607079"></a><h3>
|
||||
<a name="id2599621"></a><h3>
|
||||
<a name="gimp-parasite-detach"></a>gimp_parasite_detach ()</h3>
|
||||
<a class="indexterm" name="id2607092"></a><pre class="programlisting">gboolean gimp_parasite_detach (const gchar *name);</pre>
|
||||
<a class="indexterm" name="id2599634"></a><pre class="programlisting">gboolean gimp_parasite_detach (const gchar *name);</pre>
|
||||
<p>
|
||||
Removes a parasite from the gimp.
|
||||
</p>
|
||||
@ -1633,9 +1633,9 @@ values.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2607159"></a><h3>
|
||||
<a name="id2599701"></a><h3>
|
||||
<a name="gimp-attach-new-parasite"></a>gimp_attach_new_parasite ()</h3>
|
||||
<a class="indexterm" name="id2607172"></a><pre class="programlisting">gboolean gimp_attach_new_parasite (const gchar *name,
|
||||
<a class="indexterm" name="id2599714"></a><pre class="programlisting">gboolean gimp_attach_new_parasite (const gchar *name,
|
||||
gint flags,
|
||||
gint size,
|
||||
gconstpointer data);</pre>
|
||||
|
Reference in New Issue
Block a user