New upstream version 2.8.20
Before Width: | Height: | Size: 256 B After Width: | Height: | Size: 256 B |
@ -15,7 +15,7 @@
|
||||
<div>
|
||||
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GIMP Library Reference Manual</p></th></tr></table></div>
|
||||
<div><p class="releaseinfo">
|
||||
for GIMP 2.8.18
|
||||
for GIMP 2.8.20
|
||||
|
||||
</p></div>
|
||||
</div>
|
||||
@ -27,8 +27,7 @@
|
||||
<dt><span class="chapter"><a href="libgimp-general.html">Functions not Related to Specific Images</a></span></dt>
|
||||
<dd><dl>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="libgimp-Gimp.html">Gimp</a></span><span class="refpurpose"> — Main functions needed for building a GIMP plug-in.
|
||||
This header includes all other GIMP Library headers.</span>
|
||||
<span class="refentrytitle"><a href="libgimp-gimp.html">gimp</a></span><span class="refpurpose"> — Miscellaneous procedures</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="libgimp-gimpenums.html">gimpenums</a></span><span class="refpurpose"> — Enums and definitions.</span>
|
||||
|
Before Width: | Height: | Size: 395 B After Width: | Height: | Size: 395 B |
Before Width: | Height: | Size: 262 B After Width: | Height: | Size: 262 B |
@ -66,8 +66,8 @@ gimp_proc_view_new (<em class="parameter"><code>const <a href="/usr/share/gtk-do
|
||||
<em class="parameter"><code><a href="../html/libgimpbase-gimpbaseenums.html#GimpPDBProcType"><span class="type">GimpPDBProcType</span></a> type</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> n_params</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> n_return_vals</code></em>,
|
||||
<em class="parameter"><code>const <a class="link" href="libgimp-Gimp.html#GimpParamDef" title="GimpParamDef"><span class="type">GimpParamDef</span></a> *params</code></em>,
|
||||
<em class="parameter"><code>const <a class="link" href="libgimp-Gimp.html#GimpParamDef" title="GimpParamDef"><span class="type">GimpParamDef</span></a> *return_vals</code></em>);</pre>
|
||||
<em class="parameter"><code>const <a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef"><span class="type">GimpParamDef</span></a> *params</code></em>,
|
||||
<em class="parameter"><code>const <a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef"><span class="type">GimpParamDef</span></a> *return_vals</code></em>);</pre>
|
||||
<p class="since">Since: GIMP 2.4</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<link rel="home" href="index.html" title="GIMP Library Reference Manual">
|
||||
<link rel="up" href="libgimp.html" title="Part I. GIMP Library">
|
||||
<link rel="prev" href="libgimp.html" title="Part I. GIMP Library">
|
||||
<link rel="next" href="libgimp-Gimp.html" title="Gimp">
|
||||
<link rel="next" href="libgimp-gimp.html" title="gimp">
|
||||
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
@ -17,15 +17,14 @@
|
||||
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
||||
<td><a accesskey="u" href="libgimp.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
||||
<td><a accesskey="p" href="libgimp.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
||||
<td><a accesskey="n" href="libgimp-Gimp.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
||||
<td><a accesskey="n" href="libgimp-gimp.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
||||
</tr></table>
|
||||
<div class="chapter">
|
||||
<div class="titlepage"><div><div><h2 class="title">
|
||||
<a name="libgimp-general"></a>Functions not Related to Specific Images</h2></div></div></div>
|
||||
<div class="toc"><dl class="toc">
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="libgimp-Gimp.html">Gimp</a></span><span class="refpurpose"> — Main functions needed for building a GIMP plug-in.
|
||||
This header includes all other GIMP Library headers.</span>
|
||||
<span class="refentrytitle"><a href="libgimp-gimp.html">gimp</a></span><span class="refpurpose"> — Miscellaneous procedures</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="libgimp-gimpenums.html">gimpenums</a></span><span class="refpurpose"> — Enums and definitions.</span>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Gimp: GIMP Library Reference Manual</title>
|
||||
<title>gimp: GIMP Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
||||
<link rel="home" href="index.html" title="GIMP Library Reference Manual">
|
||||
<link rel="up" href="libgimp-general.html" title="Functions not Related to Specific Images">
|
||||
@ -15,7 +15,7 @@
|
||||
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
||||
<td width="100%" align="left" class="shortcuts">
|
||||
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
||||
<a href="#libgimp-Gimp.description" class="shortcut">Description</a></span>
|
||||
<a href="#libgimp-gimp.description" class="shortcut">Description</a></span>
|
||||
</td>
|
||||
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
||||
<td><a accesskey="u" href="libgimp-general.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
||||
@ -23,17 +23,16 @@
|
||||
<td><a accesskey="n" href="libgimp-gimpenums.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
||||
</tr></table>
|
||||
<div class="refentry">
|
||||
<a name="libgimp-Gimp"></a><div class="titlepage"></div>
|
||||
<a name="libgimp-gimp"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2><span class="refentrytitle"><a name="libgimp-Gimp.top_of_page"></a>Gimp</span></h2>
|
||||
<p>Gimp — Main functions needed for building a GIMP plug-in.
|
||||
This header includes all other GIMP Library headers.</p>
|
||||
<h2><span class="refentrytitle"><a name="libgimp-gimp.top_of_page"></a>gimp</span></h2>
|
||||
<p>gimp — Miscellaneous procedures</p>
|
||||
</td>
|
||||
<td class="gallery_image" valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsect1">
|
||||
<a name="libgimp-Gimp.functions"></a><h2>Functions</h2>
|
||||
<a name="libgimp-gimp.functions"></a><h2>Functions</h2>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
<colgroup>
|
||||
<col width="150px" class="functions_return">
|
||||
@ -45,7 +44,7 @@
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-version" title="gimp_version ()">gimp_version</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-version" title="gimp_version ()">gimp_version</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -53,7 +52,7 @@
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-getpid" title="gimp_getpid ()">gimp_getpid</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-getpid" title="gimp_getpid ()">gimp_getpid</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -61,7 +60,7 @@
|
||||
<span class="returnvalue">void</span>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<span class="c_punctuation">(</span><a class="link" href="libgimp-Gimp.html#GimpInitProc" title="GimpInitProc ()">*GimpInitProc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
||||
<span class="c_punctuation">(</span><a class="link" href="libgimp-gimp.html#GimpInitProc" title="GimpInitProc ()">*GimpInitProc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -69,7 +68,7 @@
|
||||
<span class="returnvalue">void</span>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<span class="c_punctuation">(</span><a class="link" href="libgimp-Gimp.html#GimpQuitProc" title="GimpQuitProc ()">*GimpQuitProc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
||||
<span class="c_punctuation">(</span><a class="link" href="libgimp-gimp.html#GimpQuitProc" title="GimpQuitProc ()">*GimpQuitProc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -77,7 +76,7 @@
|
||||
<span class="returnvalue">void</span>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<span class="c_punctuation">(</span><a class="link" href="libgimp-Gimp.html#GimpQueryProc" title="GimpQueryProc ()">*GimpQueryProc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
||||
<span class="c_punctuation">(</span><a class="link" href="libgimp-gimp.html#GimpQueryProc" title="GimpQueryProc ()">*GimpQueryProc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -85,19 +84,19 @@
|
||||
<span class="returnvalue">void</span>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<span class="c_punctuation">(</span><a class="link" href="libgimp-Gimp.html#GimpRunProc" title="GimpRunProc ()">*GimpRunProc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
||||
<span class="c_punctuation">(</span><a class="link" href="libgimp-gimp.html#GimpRunProc" title="GimpRunProc ()">*GimpRunProc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="define_keyword">#define</td>
|
||||
<td class="function_name"><a class="link" href="libgimp-Gimp.html#MAIN:CAPS" title="MAIN">MAIN</a></td>
|
||||
<td class="function_name"><a class="link" href="libgimp-gimp.html#MAIN:CAPS" title="MAIN">MAIN</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-main" title="gimp_main ()">gimp_main</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-main" title="gimp_main ()">gimp_main</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -105,7 +104,7 @@
|
||||
<span class="returnvalue">void</span>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-quit" title="gimp_quit ()">gimp_quit</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-quit" title="gimp_quit ()">gimp_quit</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -113,7 +112,7 @@
|
||||
<span class="returnvalue">void</span>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-install-procedure" title="gimp_install_procedure ()">gimp_install_procedure</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-install-procedure" title="gimp_install_procedure ()">gimp_install_procedure</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -121,7 +120,7 @@
|
||||
<span class="returnvalue">void</span>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-install-temp-proc" title="gimp_install_temp_proc ()">gimp_install_temp_proc</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-install-temp-proc" title="gimp_install_temp_proc ()">gimp_install_temp_proc</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -129,23 +128,23 @@
|
||||
<span class="returnvalue">void</span>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-uninstall-temp-proc" title="gimp_uninstall_temp_proc ()">gimp_uninstall_temp_proc</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-uninstall-temp-proc" title="gimp_uninstall_temp_proc ()">gimp_uninstall_temp_proc</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<a class="link" href="libgimp-Gimp.html#GimpParam" title="GimpParam"><span class="returnvalue">GimpParam</span></a> *
|
||||
<a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam"><span class="returnvalue">GimpParam</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-run-procedure" title="gimp_run_procedure ()">gimp_run_procedure</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-run-procedure" title="gimp_run_procedure ()">gimp_run_procedure</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<a class="link" href="libgimp-Gimp.html#GimpParam" title="GimpParam"><span class="returnvalue">GimpParam</span></a> *
|
||||
<a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam"><span class="returnvalue">GimpParam</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-run-procedure2" title="gimp_run_procedure2 ()">gimp_run_procedure2</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-run-procedure2" title="gimp_run_procedure2 ()">gimp_run_procedure2</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -153,7 +152,7 @@
|
||||
<span class="returnvalue">void</span>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-destroy-params" title="gimp_destroy_params ()">gimp_destroy_params</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-destroy-params" title="gimp_destroy_params ()">gimp_destroy_params</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -161,14 +160,14 @@
|
||||
<span class="returnvalue">void</span>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-destroy-paramdefs" title="gimp_destroy_paramdefs ()">gimp_destroy_paramdefs</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-destroy-paramdefs" title="gimp_destroy_paramdefs ()">gimp_destroy_paramdefs</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-get-pdb-error" title="gimp_get_pdb_error ()">gimp_get_pdb_error</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-get-pdb-error" title="gimp_get_pdb_error ()">gimp_get_pdb_error</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -176,7 +175,7 @@
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-tile-width" title="gimp_tile_width ()">gimp_tile_width</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-tile-width" title="gimp_tile_width ()">gimp_tile_width</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -184,7 +183,7 @@
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-tile-height" title="gimp_tile_height ()">gimp_tile_height</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-tile-height" title="gimp_tile_height ()">gimp_tile_height</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -192,7 +191,7 @@
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-shm-ID" title="gimp_shm_ID ()">gimp_shm_ID</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-shm-ID" title="gimp_shm_ID ()">gimp_shm_ID</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -200,7 +199,7 @@
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guchar"><span class="returnvalue">guchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-shm-addr" title="gimp_shm_addr ()">gimp_shm_addr</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-shm-addr" title="gimp_shm_addr ()">gimp_shm_addr</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -208,7 +207,7 @@
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-gamma" title="gimp_gamma ()">gimp_gamma</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-gamma" title="gimp_gamma ()">gimp_gamma</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -216,7 +215,7 @@
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-install-cmap" title="gimp_install_cmap ()">gimp_install_cmap</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-install-cmap" title="gimp_install_cmap ()">gimp_install_cmap</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -224,7 +223,7 @@
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-min-colors" title="gimp_min_colors ()">gimp_min_colors</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-min-colors" title="gimp_min_colors ()">gimp_min_colors</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -232,7 +231,7 @@
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-show-tool-tips" title="gimp_show_tool_tips ()">gimp_show_tool_tips</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-show-tool-tips" title="gimp_show_tool_tips ()">gimp_show_tool_tips</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -240,7 +239,7 @@
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-show-help-button" title="gimp_show_help_button ()">gimp_show_help_button</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-show-help-button" title="gimp_show_help_button ()">gimp_show_help_button</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -248,7 +247,7 @@
|
||||
<a href="../html/libgimpbase-gimpbaseenums.html#GimpCheckSize"><span class="returnvalue">GimpCheckSize</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-check-size" title="gimp_check_size ()">gimp_check_size</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-check-size" title="gimp_check_size ()">gimp_check_size</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -256,7 +255,7 @@
|
||||
<a href="../html/libgimpbase-gimpbaseenums.html#GimpCheckType"><span class="returnvalue">GimpCheckType</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-check-type" title="gimp_check_type ()">gimp_check_type</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-check-type" title="gimp_check_type ()">gimp_check_type</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -264,21 +263,21 @@
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-default-display" title="gimp_default_display ()">gimp_default_display</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-default-display" title="gimp_default_display ()">gimp_default_display</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-wm-class" title="gimp_wm_class ()">gimp_wm_class</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-wm-class" title="gimp_wm_class ()">gimp_wm_class</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-display-name" title="gimp_display_name ()">gimp_display_name</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-display-name" title="gimp_display_name ()">gimp_display_name</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -286,7 +285,7 @@
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-monitor-number" title="gimp_monitor_number ()">gimp_monitor_number</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-monitor-number" title="gimp_monitor_number ()">gimp_monitor_number</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -294,14 +293,14 @@
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-user-time" title="gimp_user_time ()">gimp_user_time</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-user-time" title="gimp_user_time ()">gimp_user_time</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-get-progname" title="gimp_get_progname ()">gimp_get_progname</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-get-progname" title="gimp_get_progname ()">gimp_get_progname</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -309,7 +308,7 @@
|
||||
<span class="returnvalue">void</span>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-extension-enable" title="gimp_extension_enable ()">gimp_extension_enable</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-extension-enable" title="gimp_extension_enable ()">gimp_extension_enable</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -317,7 +316,7 @@
|
||||
<span class="returnvalue">void</span>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-extension-ack" title="gimp_extension_ack ()">gimp_extension_ack</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-extension-ack" title="gimp_extension_ack ()">gimp_extension_ack</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -325,7 +324,7 @@
|
||||
<span class="returnvalue">void</span>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-extension-process" title="gimp_extension_process ()">gimp_extension_process</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-extension-process" title="gimp_extension_process ()">gimp_extension_process</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -333,7 +332,7 @@
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-attach-parasite" title="gimp_attach_parasite ()">gimp_attach_parasite</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-attach-parasite" title="gimp_attach_parasite ()">gimp_attach_parasite</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -341,7 +340,7 @@
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-detach-parasite" title="gimp_detach_parasite ()">gimp_detach_parasite</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-detach-parasite" title="gimp_detach_parasite ()">gimp_detach_parasite</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -349,7 +348,7 @@
|
||||
<a href="../html/libgimpbase-gimpparasite.html#GimpParasite"><span class="returnvalue">GimpParasite</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-parasite-find" title="gimp_parasite_find ()">gimp_parasite_find</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-parasite-find" title="gimp_parasite_find ()">gimp_parasite_find</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -357,7 +356,7 @@
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-parasite-list" title="gimp_parasite_list ()">gimp_parasite_list</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-parasite-list" title="gimp_parasite_list ()">gimp_parasite_list</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -365,7 +364,7 @@
|
||||
<a href="../html/libgimpbase-gimpparasite.html#GimpParasite"><span class="returnvalue">GimpParasite</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-get-parasite" title="gimp_get_parasite ()">gimp_get_parasite</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-get-parasite" title="gimp_get_parasite ()">gimp_get_parasite</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -373,7 +372,7 @@
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-get-parasite-list" title="gimp_get_parasite_list ()">gimp_get_parasite_list</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-get-parasite-list" title="gimp_get_parasite_list ()">gimp_get_parasite_list</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -381,7 +380,7 @@
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-parasite-attach" title="gimp_parasite_attach ()">gimp_parasite_attach</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-parasite-attach" title="gimp_parasite_attach ()">gimp_parasite_attach</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -389,7 +388,7 @@
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-parasite-detach" title="gimp_parasite_detach ()">gimp_parasite_detach</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-parasite-detach" title="gimp_parasite_detach ()">gimp_parasite_detach</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -397,14 +396,14 @@
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-attach-new-parasite" title="gimp_attach_new_parasite ()">gimp_attach_new_parasite</a> <span class="c_punctuation">()</span>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-attach-new-parasite" title="gimp_attach_new_parasite ()">gimp_attach_new_parasite</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="libgimp-Gimp.other"></a><h2>Types and Values</h2>
|
||||
<a name="libgimp-gimp.other"></a><h2>Types and Values</h2>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
<colgroup>
|
||||
<col width="150px" class="name">
|
||||
@ -413,46 +412,45 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="define_keyword">#define</td>
|
||||
<td class="function_name"><a class="link" href="libgimp-Gimp.html#gimp-get-data" title="gimp_get_data">gimp_get_data</a></td>
|
||||
<td class="function_name"><a class="link" href="libgimp-gimp.html#gimp-get-data" title="gimp_get_data">gimp_get_data</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="define_keyword">#define</td>
|
||||
<td class="function_name"><a class="link" href="libgimp-Gimp.html#gimp-get-data-size" title="gimp_get_data_size">gimp_get_data_size</a></td>
|
||||
<td class="function_name"><a class="link" href="libgimp-gimp.html#gimp-get-data-size" title="gimp_get_data_size">gimp_get_data_size</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="define_keyword">#define</td>
|
||||
<td class="function_name"><a class="link" href="libgimp-Gimp.html#gimp-set-data" title="gimp_set_data">gimp_set_data</a></td>
|
||||
<td class="function_name"><a class="link" href="libgimp-gimp.html#gimp-set-data" title="gimp_set_data">gimp_set_data</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="datatype_keyword"> </td>
|
||||
<td class="function_name"><a class="link" href="libgimp-Gimp.html#GimpPlugInInfo" title="GimpPlugInInfo">GimpPlugInInfo</a></td>
|
||||
<td class="function_name"><a class="link" href="libgimp-gimp.html#GimpPlugInInfo" title="GimpPlugInInfo">GimpPlugInInfo</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="datatype_keyword"> </td>
|
||||
<td class="function_name"><a class="link" href="libgimp-Gimp.html#GimpParamDef" title="GimpParamDef">GimpParamDef</a></td>
|
||||
<td class="function_name"><a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef">GimpParamDef</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="datatype_keyword"> </td>
|
||||
<td class="function_name"><a class="link" href="libgimp-Gimp.html#GimpParamRegion" title="GimpParamRegion">GimpParamRegion</a></td>
|
||||
<td class="function_name"><a class="link" href="libgimp-gimp.html#GimpParamRegion" title="GimpParamRegion">GimpParamRegion</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="datatype_keyword"> </td>
|
||||
<td class="function_name"><a class="link" href="libgimp-Gimp.html#GimpParamData" title="GimpParamData">GimpParamData</a></td>
|
||||
<td class="function_name"><a class="link" href="libgimp-gimp.html#GimpParamData" title="GimpParamData">GimpParamData</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="datatype_keyword"> </td>
|
||||
<td class="function_name"><a class="link" href="libgimp-Gimp.html#GimpParam" title="GimpParam">GimpParam</a></td>
|
||||
<td class="function_name"><a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam">GimpParam</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="libgimp-Gimp.description"></a><h2>Description</h2>
|
||||
<p>Main functions needed for building a GIMP plug-in. This header
|
||||
includes all other GIMP Library headers.</p>
|
||||
<a name="libgimp-gimp.description"></a><h2>Description</h2>
|
||||
<p>Miscellaneous procedures not fitting in any category.</p>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="libgimp-Gimp.functions_details"></a><h2>Functions</h2>
|
||||
<a name="libgimp-gimp.functions_details"></a><h2>Functions</h2>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-version"></a><h3>gimp_version ()</h3>
|
||||
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
@ -502,9 +500,9 @@ gimp_getpid (<em class="parameter"><code><span class="type">void</span></code></
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
<span class="c_punctuation">(</span>*GimpRunProc<span class="c_punctuation">)</span> (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> n_params</code></em>,
|
||||
<em class="parameter"><code>const <a class="link" href="libgimp-Gimp.html#GimpParam" title="GimpParam"><span class="type">GimpParam</span></a> *param</code></em>,
|
||||
<em class="parameter"><code>const <a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam"><span class="type">GimpParam</span></a> *param</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> *n_return_vals</code></em>,
|
||||
<em class="parameter"><code><a class="link" href="libgimp-Gimp.html#GimpParam" title="GimpParam"><span class="type">GimpParam</span></a> **return_vals</code></em>);</pre>
|
||||
<em class="parameter"><code><a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam"><span class="type">GimpParam</span></a> **return_vals</code></em>);</pre>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
@ -513,13 +511,13 @@ gimp_getpid (<em class="parameter"><code><span class="type">void</span></code></
|
||||
<p>A macro that expands to the appropriate <code class="function">main()</code> function for the
|
||||
platform being compiled for.</p>
|
||||
<p>To use this macro, simply place a line that contains just the code
|
||||
<a class="link" href="libgimp-Gimp.html#MAIN:CAPS" title="MAIN"><code class="function">MAIN()</code></a> at the toplevel of your file. No semicolon should be used.</p>
|
||||
<a class="link" href="libgimp-gimp.html#MAIN:CAPS" title="MAIN"><code class="function">MAIN()</code></a> at the toplevel of your file. No semicolon should be used.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-main"></a><h3>gimp_main ()</h3>
|
||||
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
||||
gimp_main (<em class="parameter"><code>const <a class="link" href="libgimp-Gimp.html#GimpPlugInInfo" title="GimpPlugInInfo"><span class="type">GimpPlugInInfo</span></a> *info</code></em>,
|
||||
gimp_main (<em class="parameter"><code>const <a class="link" href="libgimp-gimp.html#GimpPlugInInfo" title="GimpPlugInInfo"><span class="type">GimpPlugInInfo</span></a> *info</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> argc</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *argv[]</code></em>);</pre>
|
||||
<p>The main procedure that must be called with the PLUG_IN_INFO structure
|
||||
@ -580,8 +578,8 @@ gimp_install_procedure (<em class="parameter"><code>const <a href="/usr/share/gt
|
||||
<em class="parameter"><code><a href="../html/libgimpbase-gimpbaseenums.html#GimpPDBProcType"><span class="type">GimpPDBProcType</span></a> type</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> n_params</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> n_return_vals</code></em>,
|
||||
<em class="parameter"><code>const <a class="link" href="libgimp-Gimp.html#GimpParamDef" title="GimpParamDef"><span class="type">GimpParamDef</span></a> *params</code></em>,
|
||||
<em class="parameter"><code>const <a class="link" href="libgimp-Gimp.html#GimpParamDef" title="GimpParamDef"><span class="type">GimpParamDef</span></a> *return_vals</code></em>);</pre>
|
||||
<em class="parameter"><code>const <a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef"><span class="type">GimpParamDef</span></a> *params</code></em>,
|
||||
<em class="parameter"><code>const <a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef"><span class="type">GimpParamDef</span></a> *return_vals</code></em>);</pre>
|
||||
<p>Installs a new procedure with the PDB (procedural database).</p>
|
||||
<p>Call this function from within your plug-in's <code class="function">query()</code> function for
|
||||
each procedure your plug-in implements.</p>
|
||||
@ -607,7 +605,7 @@ menu entry and takes a string in the form
|
||||
(e.g. "<Image>/Filters/Render/Useless").</p>
|
||||
<p>It is possible to register a procedure only for keyboard-shortcut
|
||||
activation by passing a <em class="parameter"><code>menu_label</code></em>
|
||||
to <a class="link" href="libgimp-Gimp.html#gimp-install-procedure" title="gimp_install_procedure ()"><code class="function">gimp_install_procedure()</code></a> but
|
||||
to <a class="link" href="libgimp-gimp.html#gimp-install-procedure" title="gimp_install_procedure ()"><code class="function">gimp_install_procedure()</code></a> but
|
||||
not registering any menu path with <a class="link" href="libgimp-gimpplugin.html#gimp-plugin-menu-register" title="gimp_plugin_menu_register ()"><code class="function">gimp_plugin_menu_register()</code></a>. In
|
||||
this case, the given <em class="parameter"><code>menu_label</code></em>
|
||||
will only be used as the
|
||||
@ -621,15 +619,15 @@ run, use the empty string.</p>
|
||||
<p><em class="parameter"><code>type</code></em>
|
||||
must be one of <a href="../html/libgimpbase-gimpbaseenums.html#GIMP-PLUGIN:CAPS"><code class="literal">GIMP_PLUGIN</code></a> or <a href="../html/libgimpbase-gimpbaseenums.html#GIMP-EXTENSION:CAPS"><code class="literal">GIMP_EXTENSION</code></a>. Note that
|
||||
temporary procedures must be installed using
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-install-temp-proc" title="gimp_install_temp_proc ()"><code class="function">gimp_install_temp_proc()</code></a>.</p>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-install-temp-proc" title="gimp_install_temp_proc ()"><code class="function">gimp_install_temp_proc()</code></a>.</p>
|
||||
<p>NOTE: Unlike the GIMP 1.2 API, <a href="../html/libgimpbase-gimpbaseenums.html#GIMP-EXTENSION:CAPS"><code class="literal">GIMP_EXTENSION</code></a> no longer means
|
||||
that the procedure's menu prefix is <Toolbox>, but that
|
||||
it will install temporary procedures. Therefore, the GIMP core
|
||||
will wait until the <a href="../html/libgimpbase-gimpbaseenums.html#GIMP-EXTENSION:CAPS"><code class="literal">GIMP_EXTENSION</code></a> procedure has called
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-extension-ack" title="gimp_extension_ack ()"><code class="function">gimp_extension_ack()</code></a>, which means that the procedure has done
|
||||
<a class="link" href="libgimp-gimp.html#gimp-extension-ack" title="gimp_extension_ack ()"><code class="function">gimp_extension_ack()</code></a>, which means that the procedure has done
|
||||
its initialization, installed its temporary procedures and is
|
||||
ready to run.</p>
|
||||
<p><span class="emphasis"><em>Not calling <a class="link" href="libgimp-Gimp.html#gimp-extension-ack" title="gimp_extension_ack ()"><code class="function">gimp_extension_ack()</code></a> from a <a href="../html/libgimpbase-gimpbaseenums.html#GIMP-EXTENSION:CAPS"><code class="literal">GIMP_EXTENSION</code></a>
|
||||
<p><span class="emphasis"><em>Not calling <a class="link" href="libgimp-gimp.html#gimp-extension-ack" title="gimp_extension_ack ()"><code class="function">gimp_extension_ack()</code></a> from a <a href="../html/libgimpbase-gimpbaseenums.html#GIMP-EXTENSION:CAPS"><code class="literal">GIMP_EXTENSION</code></a>
|
||||
procedure will cause the GIMP core to lock up.</em></span></p>
|
||||
<p>Additionally, a <a href="../html/libgimpbase-gimpbaseenums.html#GIMP-EXTENSION:CAPS"><code class="literal">GIMP_EXTENSION</code></a> procedure with no parameters
|
||||
(<em class="parameter"><code>n_params</code></em>
|
||||
@ -732,13 +730,13 @@ gimp_install_temp_proc (<em class="parameter"><code>const <a href="/usr/share/gt
|
||||
<em class="parameter"><code><a href="../html/libgimpbase-gimpbaseenums.html#GimpPDBProcType"><span class="type">GimpPDBProcType</span></a> type</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> n_params</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> n_return_vals</code></em>,
|
||||
<em class="parameter"><code>const <a class="link" href="libgimp-Gimp.html#GimpParamDef" title="GimpParamDef"><span class="type">GimpParamDef</span></a> *params</code></em>,
|
||||
<em class="parameter"><code>const <a class="link" href="libgimp-Gimp.html#GimpParamDef" title="GimpParamDef"><span class="type">GimpParamDef</span></a> *return_vals</code></em>,
|
||||
<em class="parameter"><code><a class="link" href="libgimp-Gimp.html#GimpRunProc" title="GimpRunProc ()"><span class="type">GimpRunProc</span></a> run_proc</code></em>);</pre>
|
||||
<em class="parameter"><code>const <a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef"><span class="type">GimpParamDef</span></a> *params</code></em>,
|
||||
<em class="parameter"><code>const <a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef"><span class="type">GimpParamDef</span></a> *return_vals</code></em>,
|
||||
<em class="parameter"><code><a class="link" href="libgimp-gimp.html#GimpRunProc" title="GimpRunProc ()"><span class="type">GimpRunProc</span></a> run_proc</code></em>);</pre>
|
||||
<p>Installs a new temporary procedure with the PDB (procedural database).</p>
|
||||
<p>A temporary procedure is a procedure which is only available while
|
||||
one of your plug-in's "real" procedures is running.</p>
|
||||
<p>See <a class="link" href="libgimp-Gimp.html#gimp-install-procedure" title="gimp_install_procedure ()"><code class="function">gimp_install_procedure()</code></a> for most details.</p>
|
||||
<p>See <a class="link" href="libgimp-gimp.html#gimp-install-procedure" title="gimp_install_procedure ()"><code class="function">gimp_install_procedure()</code></a> for most details.</p>
|
||||
<p><em class="parameter"><code>type</code></em>
|
||||
<span class="emphasis"><em>must</em></span> be <a href="../html/libgimpbase-gimpbaseenums.html#GIMP-TEMPORARY:CAPS"><code class="literal">GIMP_TEMPORARY</code></a> or the function
|
||||
will fail.</p>
|
||||
@ -748,8 +746,8 @@ procedure.</p>
|
||||
<p>NOTE: Normally, plug-in communication is triggered by the plug-in
|
||||
and the GIMP core only responds to the plug-in's requests. You must
|
||||
explicitly enable receiving of temporary procedure run requests
|
||||
using either <a class="link" href="libgimp-Gimp.html#gimp-extension-enable" title="gimp_extension_enable ()"><code class="function">gimp_extension_enable()</code></a> or
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-extension-process" title="gimp_extension_process ()"><code class="function">gimp_extension_process()</code></a>. See this functions' documentation for
|
||||
using either <a class="link" href="libgimp-gimp.html#gimp-extension-enable" title="gimp_extension_enable ()"><code class="function">gimp_extension_enable()</code></a> or
|
||||
<a class="link" href="libgimp-gimp.html#gimp-extension-process" title="gimp_extension_process ()"><code class="function">gimp_extension_process()</code></a>. See this functions' documentation for
|
||||
details.</p>
|
||||
<div class="refsect3">
|
||||
<a name="gimp-install-temp-proc.parameters"></a><h4>Parameters</h4>
|
||||
@ -843,7 +841,7 @@ no menu entry.</p></td>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gimp_uninstall_temp_proc (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
|
||||
<p>Uninstalls a temporary procedure which has previously been
|
||||
installed using <a class="link" href="libgimp-Gimp.html#gimp-install-temp-proc" title="gimp_install_temp_proc ()"><code class="function">gimp_install_temp_proc()</code></a>.</p>
|
||||
installed using <a class="link" href="libgimp-gimp.html#gimp-install-temp-proc" title="gimp_install_temp_proc ()"><code class="function">gimp_install_temp_proc()</code></a>.</p>
|
||||
<div class="refsect3">
|
||||
<a name="gimp-uninstall-temp-proc.parameters"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
@ -863,7 +861,7 @@ installed using <a class="link" href="libgimp-Gimp.html#gimp-install-temp-proc"
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-run-procedure"></a><h3>gimp_run_procedure ()</h3>
|
||||
<pre class="programlisting"><a class="link" href="libgimp-Gimp.html#GimpParam" title="GimpParam"><span class="returnvalue">GimpParam</span></a> *
|
||||
<pre class="programlisting"><a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam"><span class="returnvalue">GimpParam</span></a> *
|
||||
gimp_run_procedure (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> *n_return_vals</code></em>,
|
||||
<em class="parameter"><code>...</code></em>);</pre>
|
||||
@ -871,7 +869,7 @@ gimp_run_procedure (<em class="parameter"><code>const <a href="/usr/share/gtk-do
|
||||
<p>The procedure's parameters are given by a va_list in the format
|
||||
(type, value, type, value) and must be terminated by <a href="../html/libgimpbase-gimpbaseenums.html#GIMP-PDB-END:CAPS"><code class="literal">GIMP_PDB_END</code></a>.</p>
|
||||
<p>This function converts the va_list of parameters into an array and
|
||||
passes them to <a class="link" href="libgimp-Gimp.html#gimp-run-procedure2" title="gimp_run_procedure2 ()"><code class="function">gimp_run_procedure2()</code></a>. Please look there for further
|
||||
passes them to <a class="link" href="libgimp-gimp.html#gimp-run-procedure2" title="gimp_run_procedure2 ()"><code class="function">gimp_run_procedure2()</code></a>. Please look there for further
|
||||
information.</p>
|
||||
<div class="refsect3">
|
||||
<a name="gimp-run-procedure.parameters"></a><h4>Parameters</h4>
|
||||
@ -910,17 +908,17 @@ the first return value will be a string detailing the error.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-run-procedure2"></a><h3>gimp_run_procedure2 ()</h3>
|
||||
<pre class="programlisting"><a class="link" href="libgimp-Gimp.html#GimpParam" title="GimpParam"><span class="returnvalue">GimpParam</span></a> *
|
||||
<pre class="programlisting"><a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam"><span class="returnvalue">GimpParam</span></a> *
|
||||
gimp_run_procedure2 (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> *n_return_vals</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> n_params</code></em>,
|
||||
<em class="parameter"><code>const <a class="link" href="libgimp-Gimp.html#GimpParam" title="GimpParam"><span class="type">GimpParam</span></a> *params</code></em>);</pre>
|
||||
<em class="parameter"><code>const <a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam"><span class="type">GimpParam</span></a> *params</code></em>);</pre>
|
||||
<p>This function calls a GIMP procedure and returns its return values.
|
||||
To get more information about the available procedures and the
|
||||
parameters they expect, please have a look at the Procedure Browser
|
||||
as found in the Xtns menu in GIMP's toolbox.</p>
|
||||
<p>As soon as you don't need the return values any longer, you should
|
||||
free them using <a class="link" href="libgimp-Gimp.html#gimp-destroy-params" title="gimp_destroy_params ()"><code class="function">gimp_destroy_params()</code></a>.</p>
|
||||
free them using <a class="link" href="libgimp-gimp.html#gimp-destroy-params" title="gimp_destroy_params ()"><code class="function">gimp_destroy_params()</code></a>.</p>
|
||||
<div class="refsect3">
|
||||
<a name="gimp-run-procedure2.parameters"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
@ -965,10 +963,10 @@ string detailing the error.</p>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-destroy-params"></a><h3>gimp_destroy_params ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gimp_destroy_params (<em class="parameter"><code><a class="link" href="libgimp-Gimp.html#GimpParam" title="GimpParam"><span class="type">GimpParam</span></a> *params</code></em>,
|
||||
gimp_destroy_params (<em class="parameter"><code><a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam"><span class="type">GimpParam</span></a> *params</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> n_params</code></em>);</pre>
|
||||
<p>Destroys a <a class="link" href="libgimp-Gimp.html#GimpParam" title="GimpParam"><span class="type">GimpParam</span></a> array as returned by <a class="link" href="libgimp-Gimp.html#gimp-run-procedure" title="gimp_run_procedure ()"><code class="function">gimp_run_procedure()</code></a> or
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-run-procedure2" title="gimp_run_procedure2 ()"><code class="function">gimp_run_procedure2()</code></a>.</p>
|
||||
<p>Destroys a <a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam"><span class="type">GimpParam</span></a> array as returned by <a class="link" href="libgimp-gimp.html#gimp-run-procedure" title="gimp_run_procedure ()"><code class="function">gimp_run_procedure()</code></a> or
|
||||
<a class="link" href="libgimp-gimp.html#gimp-run-procedure2" title="gimp_run_procedure2 ()"><code class="function">gimp_run_procedure2()</code></a>.</p>
|
||||
<div class="refsect3">
|
||||
<a name="gimp-destroy-params.parameters"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
@ -980,7 +978,7 @@ gimp_destroy_params (<em class="parameter"><code><a class="link" href="libgimp-G
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>params</p></td>
|
||||
<td class="parameter_description"><p>the <a class="link" href="libgimp-Gimp.html#GimpParam" title="GimpParam"><span class="type">GimpParam</span></a> array to destroy</p></td>
|
||||
<td class="parameter_description"><p>the <a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam"><span class="type">GimpParam</span></a> array to destroy</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -996,9 +994,9 @@ gimp_destroy_params (<em class="parameter"><code><a class="link" href="libgimp-G
|
||||
<div class="refsect2">
|
||||
<a name="gimp-destroy-paramdefs"></a><h3>gimp_destroy_paramdefs ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gimp_destroy_paramdefs (<em class="parameter"><code><a class="link" href="libgimp-Gimp.html#GimpParamDef" title="GimpParamDef"><span class="type">GimpParamDef</span></a> *paramdefs</code></em>,
|
||||
gimp_destroy_paramdefs (<em class="parameter"><code><a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef"><span class="type">GimpParamDef</span></a> *paramdefs</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> n_params</code></em>);</pre>
|
||||
<p>Destroys a <a class="link" href="libgimp-Gimp.html#GimpParamDef" title="GimpParamDef"><span class="type">GimpParamDef</span></a> array as returned by
|
||||
<p>Destroys a <a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef"><span class="type">GimpParamDef</span></a> array as returned by
|
||||
<a class="link" href="libgimp-gimpproceduraldb.html#gimp-procedural-db-proc-info" title="gimp_procedural_db_proc_info ()"><code class="function">gimp_procedural_db_proc_info()</code></a>.</p>
|
||||
<div class="refsect3">
|
||||
<a name="gimp-destroy-paramdefs.parameters"></a><h4>Parameters</h4>
|
||||
@ -1011,7 +1009,7 @@ gimp_destroy_paramdefs (<em class="parameter"><code><a class="link" href="libgim
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>paramdefs</p></td>
|
||||
<td class="parameter_description"><p>the <a class="link" href="libgimp-Gimp.html#GimpParamDef" title="GimpParamDef"><span class="type">GimpParamDef</span></a> array to destroy</p></td>
|
||||
<td class="parameter_description"><p>the <a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef"><span class="type">GimpParamDef</span></a> array to destroy</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -1115,7 +1113,7 @@ should assume that pixel data is in the sRGB colorspace.</p>
|
||||
gimp_install_cmap (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||||
<div class="warning"><p><code class="literal">gimp_install_cmap</code> is deprecated and should not be used in newly-written code.</p></div>
|
||||
<p>Returns whether or not the plug-in should allocate an own colormap
|
||||
when running on an 8 bit display. See also: <a class="link" href="libgimp-Gimp.html#gimp-min-colors" title="gimp_min_colors ()"><code class="function">gimp_min_colors()</code></a>.</p>
|
||||
when running on an 8 bit display. See also: <a class="link" href="libgimp-gimp.html#gimp-min-colors" title="gimp_min_colors ()"><code class="function">gimp_min_colors()</code></a>.</p>
|
||||
<p>This is a constant value given at plug-in configuration time.</p>
|
||||
<p><em class="parameter"><code>Deprecated</code></em>
|
||||
: 2.8</p>
|
||||
@ -1133,7 +1131,7 @@ gimp_min_colors (<em class="parameter"><code><span class="type">void</span></cod
|
||||
<p>Returns the minimum number of colors to use when allocating an own
|
||||
colormap on 8 bit displays.</p>
|
||||
<p>This is a constant value given at plug-in configuration time.</p>
|
||||
<p>See also: <a class="link" href="libgimp-Gimp.html#gimp-install-cmap" title="gimp_install_cmap ()"><code class="function">gimp_install_cmap()</code></a></p>
|
||||
<p>See also: <a class="link" href="libgimp-gimp.html#gimp-install-cmap" title="gimp_install_cmap ()"><code class="function">gimp_install_cmap()</code></a></p>
|
||||
<p><em class="parameter"><code>Deprecated</code></em>
|
||||
: 2.8</p>
|
||||
<div class="refsect3">
|
||||
@ -1282,15 +1280,15 @@ the procedure it implements. All subsequent communication is
|
||||
triggered by the plug-in and all messages sent from GIMP to the
|
||||
plug-in are just answers to requests the plug-in made.</p>
|
||||
<p>If the plug-in however registered temporary procedures using
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-install-temp-proc" title="gimp_install_temp_proc ()"><code class="function">gimp_install_temp_proc()</code></a>, it needs to be able to receive requests
|
||||
<a class="link" href="libgimp-gimp.html#gimp-install-temp-proc" title="gimp_install_temp_proc ()"><code class="function">gimp_install_temp_proc()</code></a>, it needs to be able to receive requests
|
||||
to execute them. Usually this will be done by running
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-extension-process" title="gimp_extension_process ()"><code class="function">gimp_extension_process()</code></a> in an endless loop.</p>
|
||||
<p>If the plug-in cannot use <a class="link" href="libgimp-Gimp.html#gimp-extension-process" title="gimp_extension_process ()"><code class="function">gimp_extension_process()</code></a>, i.e. if it has
|
||||
<a class="link" href="libgimp-gimp.html#gimp-extension-process" title="gimp_extension_process ()"><code class="function">gimp_extension_process()</code></a> in an endless loop.</p>
|
||||
<p>If the plug-in cannot use <a class="link" href="libgimp-gimp.html#gimp-extension-process" title="gimp_extension_process ()"><code class="function">gimp_extension_process()</code></a>, i.e. if it has
|
||||
a GUI and is hanging around in a <a href="/usr/share/gtk-doc/html/glibglib-The-Main-Event-Loop.html#GMainLoop"><span class="type">GMainLoop</span></a>, it must call
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-extension-enable" title="gimp_extension_enable ()"><code class="function">gimp_extension_enable()</code></a>.</p>
|
||||
<a class="link" href="libgimp-gimp.html#gimp-extension-enable" title="gimp_extension_enable ()"><code class="function">gimp_extension_enable()</code></a>.</p>
|
||||
<p>Note that the plug-in does not need to be a <a href="../html/libgimpbase-gimpbaseenums.html#GIMP-EXTENSION:CAPS"><span class="type">GIMP_EXTENSION</span></a> to
|
||||
register temporary procedures.</p>
|
||||
<p>See also: <a class="link" href="libgimp-Gimp.html#gimp-install-procedure" title="gimp_install_procedure ()"><code class="function">gimp_install_procedure()</code></a>, <a class="link" href="libgimp-Gimp.html#gimp-install-temp-proc" title="gimp_install_temp_proc ()"><code class="function">gimp_install_temp_proc()</code></a></p>
|
||||
<p>See also: <a class="link" href="libgimp-gimp.html#gimp-install-procedure" title="gimp_install_procedure ()"><code class="function">gimp_install_procedure()</code></a>, <a class="link" href="libgimp-gimp.html#gimp-install-temp-proc" title="gimp_install_temp_proc ()"><code class="function">gimp_install_temp_proc()</code></a></p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
@ -1302,9 +1300,9 @@ initialized and is ready to run.</p>
|
||||
<p>This function <span class="emphasis"><em>must</em></span> be called from every
|
||||
procedure that was registered as <a href="../html/libgimpbase-gimpbaseenums.html#GIMP-EXTENSION:CAPS"><span class="type">GIMP_EXTENSION</span></a>.</p>
|
||||
<p>Subsequently, extensions can process temporary procedure run
|
||||
requests using either <a class="link" href="libgimp-Gimp.html#gimp-extension-enable" title="gimp_extension_enable ()"><code class="function">gimp_extension_enable()</code></a> or
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-extension-process" title="gimp_extension_process ()"><code class="function">gimp_extension_process()</code></a>.</p>
|
||||
<p>See also: <a class="link" href="libgimp-Gimp.html#gimp-install-procedure" title="gimp_install_procedure ()"><code class="function">gimp_install_procedure()</code></a>, <a class="link" href="libgimp-Gimp.html#gimp-install-temp-proc" title="gimp_install_temp_proc ()"><code class="function">gimp_install_temp_proc()</code></a></p>
|
||||
requests using either <a class="link" href="libgimp-gimp.html#gimp-extension-enable" title="gimp_extension_enable ()"><code class="function">gimp_extension_enable()</code></a> or
|
||||
<a class="link" href="libgimp-gimp.html#gimp-extension-process" title="gimp_extension_process ()"><code class="function">gimp_extension_process()</code></a>.</p>
|
||||
<p>See also: <a class="link" href="libgimp-gimp.html#gimp-install-procedure" title="gimp_install_procedure ()"><code class="function">gimp_install_procedure()</code></a>, <a class="link" href="libgimp-gimp.html#gimp-install-temp-proc" title="gimp_install_temp_proc ()"><code class="function">gimp_install_temp_proc()</code></a></p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
@ -1313,11 +1311,11 @@ requests using either <a class="link" href="libgimp-Gimp.html#gimp-extension-ena
|
||||
gimp_extension_process (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> timeout</code></em>);</pre>
|
||||
<p>Processes one message sent by GIMP and returns.</p>
|
||||
<p>Call this function in an endless loop after calling
|
||||
<a class="link" href="libgimp-Gimp.html#gimp-extension-ack" title="gimp_extension_ack ()"><code class="function">gimp_extension_ack()</code></a> to process requests for running temporary
|
||||
<a class="link" href="libgimp-gimp.html#gimp-extension-ack" title="gimp_extension_ack ()"><code class="function">gimp_extension_ack()</code></a> to process requests for running temporary
|
||||
procedures.</p>
|
||||
<p>See <a class="link" href="libgimp-Gimp.html#gimp-extension-enable" title="gimp_extension_enable ()"><code class="function">gimp_extension_enable()</code></a> for an asynchronous way of doing the
|
||||
<p>See <a class="link" href="libgimp-gimp.html#gimp-extension-enable" title="gimp_extension_enable ()"><code class="function">gimp_extension_enable()</code></a> for an asynchronous way of doing the
|
||||
same if running an endless loop is not an option.</p>
|
||||
<p>See also: <a class="link" href="libgimp-Gimp.html#gimp-install-procedure" title="gimp_install_procedure ()"><code class="function">gimp_install_procedure()</code></a>, <a class="link" href="libgimp-Gimp.html#gimp-install-temp-proc" title="gimp_install_temp_proc ()"><code class="function">gimp_install_temp_proc()</code></a></p>
|
||||
<p>See also: <a class="link" href="libgimp-gimp.html#gimp-install-procedure" title="gimp_install_procedure ()"><code class="function">gimp_install_procedure()</code></a>, <a class="link" href="libgimp-gimp.html#gimp-install-temp-proc" title="gimp_install_temp_proc ()"><code class="function">gimp_install_temp_proc()</code></a></p>
|
||||
<div class="refsect3">
|
||||
<a name="gimp-extension-process.parameters"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
@ -1398,7 +1396,7 @@ values.</p>
|
||||
gimp_parasite_find (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
|
||||
<div class="warning">
|
||||
<p><code class="literal">gimp_parasite_find</code> is deprecated and should not be used in newly-written code.</p>
|
||||
<p>Use <a class="link" href="libgimp-Gimp.html#gimp-get-parasite" title="gimp_get_parasite ()"><code class="function">gimp_get_parasite()</code></a> instead.</p>
|
||||
<p>Use <a class="link" href="libgimp-gimp.html#gimp-get-parasite" title="gimp_get_parasite ()"><code class="function">gimp_get_parasite()</code></a> instead.</p>
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gimp-parasite-find.parameters"></a><h4>Parameters</h4>
|
||||
@ -1428,7 +1426,7 @@ gimp_parasite_list (<em class="parameter"><code><a href="/usr/share/gtk-doc/html
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***parasites</code></em>);</pre>
|
||||
<div class="warning">
|
||||
<p><code class="literal">gimp_parasite_list</code> is deprecated and should not be used in newly-written code.</p>
|
||||
<p>Use <a class="link" href="libgimp-Gimp.html#gimp-get-parasite-list" title="gimp_get_parasite_list ()"><code class="function">gimp_get_parasite_list()</code></a> instead.</p>
|
||||
<p>Use <a class="link" href="libgimp-gimp.html#gimp-get-parasite-list" title="gimp_get_parasite_list ()"><code class="function">gimp_get_parasite_list()</code></a> instead.</p>
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gimp-parasite-list.parameters"></a><h4>Parameters</h4>
|
||||
@ -1520,7 +1518,7 @@ gimp_get_parasite_list (<em class="parameter"><code><a href="/usr/share/gtk-doc/
|
||||
gimp_parasite_attach (<em class="parameter"><code>const <a href="../html/libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a> *parasite</code></em>);</pre>
|
||||
<div class="warning">
|
||||
<p><code class="literal">gimp_parasite_attach</code> is deprecated and should not be used in newly-written code.</p>
|
||||
<p>Use <a class="link" href="libgimp-Gimp.html#gimp-attach-parasite" title="gimp_attach_parasite ()"><code class="function">gimp_attach_parasite()</code></a> instead.</p>
|
||||
<p>Use <a class="link" href="libgimp-gimp.html#gimp-attach-parasite" title="gimp_attach_parasite ()"><code class="function">gimp_attach_parasite()</code></a> instead.</p>
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gimp-parasite-attach.parameters"></a><h4>Parameters</h4>
|
||||
@ -1549,7 +1547,7 @@ gimp_parasite_attach (<em class="parameter"><code>const <a href="../html/libgimp
|
||||
gimp_parasite_detach (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
|
||||
<div class="warning">
|
||||
<p><code class="literal">gimp_parasite_detach</code> is deprecated and should not be used in newly-written code.</p>
|
||||
<p>Use <a class="link" href="libgimp-Gimp.html#gimp-detach-parasite" title="gimp_detach_parasite ()"><code class="function">gimp_detach_parasite()</code></a> instead.</p>
|
||||
<p>Use <a class="link" href="libgimp-gimp.html#gimp-detach-parasite" title="gimp_detach_parasite ()"><code class="function">gimp_detach_parasite()</code></a> instead.</p>
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gimp-parasite-detach.parameters"></a><h4>Parameters</h4>
|
||||
@ -1581,7 +1579,7 @@ gimp_attach_new_parasite (<em class="parameter"><code>const <a href="/usr/share/
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> data</code></em>);</pre>
|
||||
<div class="warning">
|
||||
<p><code class="literal">gimp_attach_new_parasite</code> is deprecated and should not be used in newly-written code.</p>
|
||||
<p>Use <a class="link" href="libgimp-Gimp.html#gimp-attach-parasite" title="gimp_attach_parasite ()"><code class="function">gimp_attach_parasite()</code></a> instead.</p>
|
||||
<p>Use <a class="link" href="libgimp-gimp.html#gimp-attach-parasite" title="gimp_attach_parasite ()"><code class="function">gimp_attach_parasite()</code></a> instead.</p>
|
||||
</div>
|
||||
<p>Convenience function that creates a parasite and attaches it
|
||||
to GIMP.</p>
|
||||
@ -1621,12 +1619,12 @@ to GIMP.</p>
|
||||
<a name="gimp-attach-new-parasite.returns"></a><h4>Returns</h4>
|
||||
<p> TRUE on successful creation and attachment of
|
||||
the new parasite.</p>
|
||||
<p>See Also: <a class="link" href="libgimp-Gimp.html#gimp-attach-parasite" title="gimp_attach_parasite ()"><code class="function">gimp_attach_parasite()</code></a></p>
|
||||
<p>See Also: <a class="link" href="libgimp-gimp.html#gimp-attach-parasite" title="gimp_attach_parasite ()"><code class="function">gimp_attach_parasite()</code></a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="libgimp-Gimp.other_details"></a><h2>Types and Values</h2>
|
||||
<a name="libgimp-gimp.other_details"></a><h2>Types and Values</h2>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-get-data"></a><h3>gimp_get_data</h3>
|
||||
<pre class="programlisting">#define gimp_get_data gimp_procedural_db_get_data
|
||||
@ -1664,24 +1662,24 @@ the new parasite.</p>
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="struct_member_name"><p><a class="link" href="libgimp-Gimp.html#GimpInitProc" title="GimpInitProc ()"><span class="type">GimpInitProc</span></a> <em class="structfield"><code><a name="GimpPlugInInfo.init-proc"></a>init_proc</code></em>;</p></td>
|
||||
<td class="struct_member_name"><p><a class="link" href="libgimp-gimp.html#GimpInitProc" title="GimpInitProc ()"><span class="type">GimpInitProc</span></a> <em class="structfield"><code><a name="GimpPlugInInfo.init-proc"></a>init_proc</code></em>;</p></td>
|
||||
<td class="struct_member_description"><p>called when the gimp application initially starts up</p></td>
|
||||
<td class="struct_member_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="struct_member_name"><p><a class="link" href="libgimp-Gimp.html#GimpQuitProc" title="GimpQuitProc ()"><span class="type">GimpQuitProc</span></a> <em class="structfield"><code><a name="GimpPlugInInfo.quit-proc"></a>quit_proc</code></em>;</p></td>
|
||||
<td class="struct_member_name"><p><a class="link" href="libgimp-gimp.html#GimpQuitProc" title="GimpQuitProc ()"><span class="type">GimpQuitProc</span></a> <em class="structfield"><code><a name="GimpPlugInInfo.quit-proc"></a>quit_proc</code></em>;</p></td>
|
||||
<td class="struct_member_description"><p>called when the gimp application exits</p></td>
|
||||
<td class="struct_member_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="struct_member_name"><p><a class="link" href="libgimp-Gimp.html#GimpQueryProc" title="GimpQueryProc ()"><span class="type">GimpQueryProc</span></a> <em class="structfield"><code><a name="GimpPlugInInfo.query-proc"></a>query_proc</code></em>;</p></td>
|
||||
<td class="struct_member_name"><p><a class="link" href="libgimp-gimp.html#GimpQueryProc" title="GimpQueryProc ()"><span class="type">GimpQueryProc</span></a> <em class="structfield"><code><a name="GimpPlugInInfo.query-proc"></a>query_proc</code></em>;</p></td>
|
||||
<td class="struct_member_description"><p>called by gimp so that the plug-in can inform the
|
||||
gimp of what it does. (ie. installing a procedure database
|
||||
procedure).</p></td>
|
||||
<td class="struct_member_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="struct_member_name"><p><a class="link" href="libgimp-Gimp.html#GimpRunProc" title="GimpRunProc ()"><span class="type">GimpRunProc</span></a> <em class="structfield"><code><a name="GimpPlugInInfo.run-proc"></a>run_proc</code></em>;</p></td>
|
||||
<td class="struct_member_name"><p><a class="link" href="libgimp-gimp.html#GimpRunProc" title="GimpRunProc ()"><span class="type">GimpRunProc</span></a> <em class="structfield"><code><a name="GimpPlugInInfo.run-proc"></a>run_proc</code></em>;</p></td>
|
||||
<td class="struct_member_description"><p>called to run a procedure the plug-in installed in the
|
||||
procedure database.</p></td>
|
||||
<td class="struct_member_annotations"> </td>
|
@ -6,7 +6,7 @@
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
||||
<link rel="home" 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-Gimp.html" title="Gimp">
|
||||
<link rel="prev" href="libgimp-gimp.html" title="gimp">
|
||||
<link rel="next" href="libgimp-gimpbuffer.html" title="gimpbuffer">
|
||||
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
@ -19,7 +19,7 @@
|
||||
</td>
|
||||
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
||||
<td><a accesskey="u" href="libgimp-general.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
||||
<td><a accesskey="p" href="libgimp-Gimp.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
||||
<td><a accesskey="p" href="libgimp-gimp.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
||||
<td><a accesskey="n" href="libgimp-gimpbuffer.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
||||
</tr></table>
|
||||
<div class="refentry">
|
||||
|
@ -187,8 +187,8 @@ gimp_procedural_db_proc_info (<em class="parameter"><code>const <a href="/usr/sh
|
||||
<em class="parameter"><code><a href="../html/libgimpbase-gimpbaseenums.html#GimpPDBProcType"><span class="type">GimpPDBProcType</span></a> *proc_type</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> *num_args</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> *num_values</code></em>,
|
||||
<em class="parameter"><code><a class="link" href="libgimp-Gimp.html#GimpParamDef" title="GimpParamDef"><span class="type">GimpParamDef</span></a> **args</code></em>,
|
||||
<em class="parameter"><code><a class="link" href="libgimp-Gimp.html#GimpParamDef" title="GimpParamDef"><span class="type">GimpParamDef</span></a> **return_vals</code></em>);</pre>
|
||||
<em class="parameter"><code><a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef"><span class="type">GimpParamDef</span></a> **args</code></em>,
|
||||
<em class="parameter"><code><a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef"><span class="type">GimpParamDef</span></a> **return_vals</code></em>);</pre>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
|
@ -24,7 +24,7 @@
|
||||
<div xmlns:xlink="http://www.w3.org/1999/xlink" class="index">
|
||||
<div class="indexdiv">
|
||||
<h3>A</h3>
|
||||
<dl><dt id="ientry-idm1759">gimp_attach_new_parasite, <a class="indexterm" href="libgimp-Gimp.html#gimp-attach-new-parasite">gimp_attach_new_parasite ()</a>
|
||||
<dl><dt id="ientry-idm1759">gimp_attach_new_parasite, <a class="indexterm" href="libgimp-gimp.html#gimp-attach-new-parasite">gimp_attach_new_parasite ()</a>
|
||||
</dt></dl>
|
||||
</div>
|
||||
<div class="indexdiv">
|
||||
@ -268,7 +268,7 @@
|
||||
</dt>
|
||||
<dt id="ientry-idm11531">gimp_image_set_cmap, <a class="indexterm" href="libgimp-gimpimage.html#gimp-image-set-cmap">gimp_image_set_cmap ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1209">gimp_install_cmap, <a class="indexterm" href="libgimp-Gimp.html#gimp-install-cmap">gimp_install_cmap ()</a>
|
||||
<dt id="ientry-idm1209">gimp_install_cmap, <a class="indexterm" href="libgimp-gimp.html#gimp-install-cmap">gimp_install_cmap ()</a>
|
||||
</dt>
|
||||
</dl>
|
||||
</div>
|
||||
@ -296,7 +296,7 @@
|
||||
<dl>
|
||||
<dt id="ientry-idm25680">GimpMenuCallback, <a class="indexterm" href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1230">gimp_min_colors, <a class="indexterm" href="libgimp-Gimp.html#gimp-min-colors">gimp_min_colors ()</a>
|
||||
<dt id="ientry-idm1230">gimp_min_colors, <a class="indexterm" href="libgimp-gimp.html#gimp-min-colors">gimp_min_colors ()</a>
|
||||
</dt>
|
||||
</dl>
|
||||
</div>
|
||||
@ -327,13 +327,13 @@
|
||||
</dt>
|
||||
<dt id="ientry-idm21788">gimp_palette_swap_colors, <a class="indexterm" href="libgimp-gimppalette.html#gimp-palette-swap-colors">gimp_palette_swap_colors ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1693">gimp_parasite_attach, <a class="indexterm" href="libgimp-Gimp.html#gimp-parasite-attach">gimp_parasite_attach ()</a>
|
||||
<dt id="ientry-idm1693">gimp_parasite_attach, <a class="indexterm" href="libgimp-gimp.html#gimp-parasite-attach">gimp_parasite_attach ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1726">gimp_parasite_detach, <a class="indexterm" href="libgimp-Gimp.html#gimp-parasite-detach">gimp_parasite_detach ()</a>
|
||||
<dt id="ientry-idm1726">gimp_parasite_detach, <a class="indexterm" href="libgimp-gimp.html#gimp-parasite-detach">gimp_parasite_detach ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1556">gimp_parasite_find, <a class="indexterm" href="libgimp-Gimp.html#gimp-parasite-find">gimp_parasite_find ()</a>
|
||||
<dt id="ientry-idm1556">gimp_parasite_find, <a class="indexterm" href="libgimp-gimp.html#gimp-parasite-find">gimp_parasite_find ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1589">gimp_parasite_list, <a class="indexterm" href="libgimp-Gimp.html#gimp-parasite-list">gimp_parasite_list ()</a>
|
||||
<dt id="ientry-idm1589">gimp_parasite_list, <a class="indexterm" href="libgimp-gimp.html#gimp-parasite-list">gimp_parasite_list ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm14203">gimp_path_delete, <a class="indexterm" href="libgimp-gimppaths.html#gimp-path-delete">gimp_path_delete ()</a>
|
||||
</dt>
|
||||
|
@ -52,9 +52,9 @@
|
||||
<dl>
|
||||
<dt id="ientry-idm25333">gimp_channel_combo_box_new, <a class="indexterm" href="libgimp-GimpItemComboBox.html#gimp-channel-combo-box-new">gimp_channel_combo_box_new ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1282">gimp_check_size, <a class="indexterm" href="libgimp-Gimp.html#gimp-check-size">gimp_check_size ()</a>
|
||||
<dt id="ientry-idm1282">gimp_check_size, <a class="indexterm" href="libgimp-gimp.html#gimp-check-size">gimp_check_size ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1298">gimp_check_type, <a class="indexterm" href="libgimp-Gimp.html#gimp-check-type">gimp_check_type ()</a>
|
||||
<dt id="ientry-idm1298">gimp_check_type, <a class="indexterm" href="libgimp-gimp.html#gimp-check-type">gimp_check_type ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm6042">gimp_colorize, <a class="indexterm" href="libgimp-gimpcolor.html#gimp-colorize">gimp_colorize ()</a>
|
||||
</dt>
|
||||
@ -311,7 +311,7 @@
|
||||
</div>
|
||||
<div class="indexdiv">
|
||||
<h3>S</h3>
|
||||
<dl><dt id="ientry-idm1266">gimp_show_help_button, <a class="indexterm" href="libgimp-Gimp.html#gimp-show-help-button">gimp_show_help_button ()</a>
|
||||
<dl><dt id="ientry-idm1266">gimp_show_help_button, <a class="indexterm" href="libgimp-gimp.html#gimp-show-help-button">gimp_show_help_button ()</a>
|
||||
</dt></dl>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -170,7 +170,7 @@
|
||||
<div class="indexdiv">
|
||||
<h3>G</h3>
|
||||
<dl>
|
||||
<dt id="ientry-idm413">gimp_getpid, <a class="indexterm" href="libgimp-Gimp.html#gimp-getpid">gimp_getpid ()</a>
|
||||
<dt id="ientry-idm413">gimp_getpid, <a class="indexterm" href="libgimp-gimp.html#gimp-getpid">gimp_getpid ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm4466">gimp_get_color_configuration, <a class="indexterm" href="libgimp-gimpgimprc.html#gimp-get-color-configuration">gimp_get_color_configuration ()</a>
|
||||
</dt>
|
||||
|
@ -35,7 +35,7 @@
|
||||
<div class="indexdiv">
|
||||
<h3>G</h3>
|
||||
<dl>
|
||||
<dt id="ientry-idm1121">gimp_get_pdb_error, <a class="indexterm" href="libgimp-Gimp.html#gimp-get-pdb-error">gimp_get_pdb_error ()</a>
|
||||
<dt id="ientry-idm1121">gimp_get_pdb_error, <a class="indexterm" href="libgimp-gimp.html#gimp-get-pdb-error">gimp_get_pdb_error ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm20689">gimp_gradient_get_number_of_segments, <a class="indexterm" href="libgimp-gimpgradient.html#gimp-gradient-get-number-of-segments">gimp_gradient_get_number_of_segments ()</a>
|
||||
</dt>
|
||||
@ -131,7 +131,7 @@
|
||||
</div>
|
||||
<div class="indexdiv">
|
||||
<h3>U</h3>
|
||||
<dl><dt id="ientry-idm1372">gimp_user_time, <a class="indexterm" href="libgimp-Gimp.html#gimp-user-time">gimp_user_time ()</a>
|
||||
<dl><dt id="ientry-idm1372">gimp_user_time, <a class="indexterm" href="libgimp-gimp.html#gimp-user-time">gimp_user_time ()</a>
|
||||
</dt></dl>
|
||||
</div>
|
||||
<div class="indexdiv">
|
||||
|
@ -25,7 +25,7 @@
|
||||
<div xmlns:xlink="http://www.w3.org/1999/xlink" class="index">
|
||||
<div class="indexdiv">
|
||||
<h3>A</h3>
|
||||
<dl><dt id="ientry-idm1494">gimp_attach_parasite, <a class="indexterm" href="libgimp-Gimp.html#gimp-attach-parasite">gimp_attach_parasite ()</a>
|
||||
<dl><dt id="ientry-idm1494">gimp_attach_parasite, <a class="indexterm" href="libgimp-gimp.html#gimp-attach-parasite">gimp_attach_parasite ()</a>
|
||||
</dt></dl>
|
||||
</div>
|
||||
<div class="indexdiv">
|
||||
@ -136,7 +136,7 @@
|
||||
<div class="indexdiv">
|
||||
<h3>D</h3>
|
||||
<dl>
|
||||
<dt id="ientry-idm1525">gimp_detach_parasite, <a class="indexterm" href="libgimp-Gimp.html#gimp-detach-parasite">gimp_detach_parasite ()</a>
|
||||
<dt id="ientry-idm1525">gimp_detach_parasite, <a class="indexterm" href="libgimp-gimp.html#gimp-detach-parasite">gimp_detach_parasite ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm20254">gimp_dynamics_get_list, <a class="indexterm" href="libgimp-gimpdynamics.html#gimp-dynamics-get-list">gimp_dynamics_get_list ()</a>
|
||||
</dt>
|
||||
@ -156,9 +156,9 @@
|
||||
<div class="indexdiv">
|
||||
<h3>G</h3>
|
||||
<dl>
|
||||
<dt id="ientry-idm1631">gimp_get_parasite, <a class="indexterm" href="libgimp-Gimp.html#gimp-get-parasite">gimp_get_parasite ()</a>
|
||||
<dt id="ientry-idm1631">gimp_get_parasite, <a class="indexterm" href="libgimp-gimp.html#gimp-get-parasite">gimp_get_parasite ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1662">gimp_get_parasite_list, <a class="indexterm" href="libgimp-Gimp.html#gimp-get-parasite-list">gimp_get_parasite_list ()</a>
|
||||
<dt id="ientry-idm1662">gimp_get_parasite_list, <a class="indexterm" href="libgimp-gimp.html#gimp-get-parasite-list">gimp_get_parasite_list ()</a>
|
||||
</dt>
|
||||
</dl>
|
||||
</div>
|
||||
|
@ -36,9 +36,9 @@
|
||||
</dt>
|
||||
<dt id="ientry-idm24896">gimp_aspect_preview_new, <a class="indexterm" href="GimpAspectPreview.html#gimp-aspect-preview-new">gimp_aspect_preview_new ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1759">gimp_attach_new_parasite, <a class="indexterm" href="libgimp-Gimp.html#gimp-attach-new-parasite">gimp_attach_new_parasite ()</a>
|
||||
<dt id="ientry-idm1759">gimp_attach_new_parasite, <a class="indexterm" href="libgimp-gimp.html#gimp-attach-new-parasite">gimp_attach_new_parasite ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1494">gimp_attach_parasite, <a class="indexterm" href="libgimp-Gimp.html#gimp-attach-parasite">gimp_attach_parasite ()</a>
|
||||
<dt id="ientry-idm1494">gimp_attach_parasite, <a class="indexterm" href="libgimp-gimp.html#gimp-attach-parasite">gimp_attach_parasite ()</a>
|
||||
</dt>
|
||||
</dl>
|
||||
</div>
|
||||
@ -202,9 +202,9 @@
|
||||
</dt>
|
||||
<dt id="ientry-idm5628">gimp_channel_set_show_masked, <a class="indexterm" href="libgimp-gimpchannel.html#gimp-channel-set-show-masked">gimp_channel_set_show_masked ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1282">gimp_check_size, <a class="indexterm" href="libgimp-Gimp.html#gimp-check-size">gimp_check_size ()</a>
|
||||
<dt id="ientry-idm1282">gimp_check_size, <a class="indexterm" href="libgimp-gimp.html#gimp-check-size">gimp_check_size ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1298">gimp_check_type, <a class="indexterm" href="libgimp-Gimp.html#gimp-check-type">gimp_check_type ()</a>
|
||||
<dt id="ientry-idm1298">gimp_check_type, <a class="indexterm" href="libgimp-gimp.html#gimp-check-type">gimp_check_type ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm17113">gimp_clone, <a class="indexterm" href="libgimp-gimppainttools.html#gimp-clone">gimp_clone ()</a>
|
||||
</dt>
|
||||
@ -387,17 +387,17 @@
|
||||
<div class="indexdiv">
|
||||
<h3>D</h3>
|
||||
<dl>
|
||||
<dt id="ientry-idm1314">gimp_default_display, <a class="indexterm" href="libgimp-Gimp.html#gimp-default-display">gimp_default_display ()</a>
|
||||
<dt id="ientry-idm1314">gimp_default_display, <a class="indexterm" href="libgimp-gimp.html#gimp-default-display">gimp_default_display ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm5931">gimp_desaturate, <a class="indexterm" href="libgimp-gimpcolor.html#gimp-desaturate">gimp_desaturate ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm5941">gimp_desaturate_full, <a class="indexterm" href="libgimp-gimpcolor.html#gimp-desaturate-full">gimp_desaturate_full ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1081">gimp_destroy_paramdefs, <a class="indexterm" href="libgimp-Gimp.html#gimp-destroy-paramdefs">gimp_destroy_paramdefs ()</a>
|
||||
<dt id="ientry-idm1081">gimp_destroy_paramdefs, <a class="indexterm" href="libgimp-gimp.html#gimp-destroy-paramdefs">gimp_destroy_paramdefs ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1039">gimp_destroy_params, <a class="indexterm" href="libgimp-Gimp.html#gimp-destroy-params">gimp_destroy_params ()</a>
|
||||
<dt id="ientry-idm1039">gimp_destroy_params, <a class="indexterm" href="libgimp-gimp.html#gimp-destroy-params">gimp_destroy_params ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1525">gimp_detach_parasite, <a class="indexterm" href="libgimp-Gimp.html#gimp-detach-parasite">gimp_detach_parasite ()</a>
|
||||
<dt id="ientry-idm1525">gimp_detach_parasite, <a class="indexterm" href="libgimp-gimp.html#gimp-detach-parasite">gimp_detach_parasite ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm6363">gimp_displays_flush, <a class="indexterm" href="libgimp-gimpdisplay.html#gimp-displays-flush">gimp_displays_flush ()</a>
|
||||
</dt>
|
||||
@ -409,7 +409,7 @@
|
||||
</dt>
|
||||
<dt id="ientry-idm6339">gimp_display_is_valid, <a class="indexterm" href="libgimp-gimpdisplay.html#gimp-display-is-valid">gimp_display_is_valid ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1342">gimp_display_name, <a class="indexterm" href="libgimp-Gimp.html#gimp-display-name">gimp_display_name ()</a>
|
||||
<dt id="ientry-idm1342">gimp_display_name, <a class="indexterm" href="libgimp-gimp.html#gimp-display-name">gimp_display_name ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm6319">gimp_display_new, <a class="indexterm" href="libgimp-gimpdisplay.html#gimp-display-new">gimp_display_new ()</a>
|
||||
</dt>
|
||||
@ -636,11 +636,11 @@
|
||||
</dt>
|
||||
<dt id="ientry-idm24533">gimp_export_image, <a class="indexterm" href="libgimp-gimpexport.html#gimp-export-image">gimp_export_image ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1432">gimp_extension_ack, <a class="indexterm" href="libgimp-Gimp.html#gimp-extension-ack">gimp_extension_ack ()</a>
|
||||
<dt id="ientry-idm1432">gimp_extension_ack, <a class="indexterm" href="libgimp-gimp.html#gimp-extension-ack">gimp_extension_ack ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1401">gimp_extension_enable, <a class="indexterm" href="libgimp-Gimp.html#gimp-extension-enable">gimp_extension_enable ()</a>
|
||||
<dt id="ientry-idm1401">gimp_extension_enable, <a class="indexterm" href="libgimp-gimp.html#gimp-extension-enable">gimp_extension_enable ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1456">gimp_extension_process, <a class="indexterm" href="libgimp-Gimp.html#gimp-extension-process">gimp_extension_process ()</a>
|
||||
<dt id="ientry-idm1456">gimp_extension_process, <a class="indexterm" href="libgimp-gimp.html#gimp-extension-process">gimp_extension_process ()</a>
|
||||
</dt>
|
||||
</dl>
|
||||
</div>
|
||||
@ -718,15 +718,15 @@
|
||||
<div class="indexdiv">
|
||||
<h3>G</h3>
|
||||
<dl>
|
||||
<dt id="ientry-idm1194">gimp_gamma, <a class="indexterm" href="libgimp-Gimp.html#gimp-gamma">gimp_gamma ()</a>
|
||||
<dt id="ientry-idm1194">gimp_gamma, <a class="indexterm" href="libgimp-gimp.html#gimp-gamma">gimp_gamma ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm413">gimp_getpid, <a class="indexterm" href="libgimp-Gimp.html#gimp-getpid">gimp_getpid ()</a>
|
||||
<dt id="ientry-idm413">gimp_getpid, <a class="indexterm" href="libgimp-gimp.html#gimp-getpid">gimp_getpid ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm4466">gimp_get_color_configuration, <a class="indexterm" href="libgimp-gimpgimprc.html#gimp-get-color-configuration">gimp_get_color_configuration ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1831">gimp_get_data, <a class="indexterm" href="libgimp-Gimp.html#gimp-get-data">gimp_get_data</a>
|
||||
<dt id="ientry-idm1831">gimp_get_data, <a class="indexterm" href="libgimp-gimp.html#gimp-get-data">gimp_get_data</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1836">gimp_get_data_size, <a class="indexterm" href="libgimp-Gimp.html#gimp-get-data-size">gimp_get_data_size</a>
|
||||
<dt id="ientry-idm1836">gimp_get_data_size, <a class="indexterm" href="libgimp-gimp.html#gimp-get-data-size">gimp_get_data_size</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm4477">gimp_get_default_comment, <a class="indexterm" href="libgimp-gimpgimprc.html#gimp-get-default-comment">gimp_get_default_comment ()</a>
|
||||
</dt>
|
||||
@ -736,15 +736,15 @@
|
||||
</dt>
|
||||
<dt id="ientry-idm4506">gimp_get_monitor_resolution, <a class="indexterm" href="libgimp-gimpgimprc.html#gimp-get-monitor-resolution">gimp_get_monitor_resolution ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1631">gimp_get_parasite, <a class="indexterm" href="libgimp-Gimp.html#gimp-get-parasite">gimp_get_parasite ()</a>
|
||||
<dt id="ientry-idm1631">gimp_get_parasite, <a class="indexterm" href="libgimp-gimp.html#gimp-get-parasite">gimp_get_parasite ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1662">gimp_get_parasite_list, <a class="indexterm" href="libgimp-Gimp.html#gimp-get-parasite-list">gimp_get_parasite_list ()</a>
|
||||
<dt id="ientry-idm1662">gimp_get_parasite_list, <a class="indexterm" href="libgimp-gimp.html#gimp-get-parasite-list">gimp_get_parasite_list ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm14184">gimp_get_path_by_tattoo, <a class="indexterm" href="libgimp-gimppaths.html#gimp-get-path-by-tattoo">gimp_get_path_by_tattoo ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1121">gimp_get_pdb_error, <a class="indexterm" href="libgimp-Gimp.html#gimp-get-pdb-error">gimp_get_pdb_error ()</a>
|
||||
<dt id="ientry-idm1121">gimp_get_pdb_error, <a class="indexterm" href="libgimp-gimp.html#gimp-get-pdb-error">gimp_get_pdb_error ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1388">gimp_get_progname, <a class="indexterm" href="libgimp-Gimp.html#gimp-get-progname">gimp_get_progname ()</a>
|
||||
<dt id="ientry-idm1388">gimp_get_progname, <a class="indexterm" href="libgimp-gimp.html#gimp-get-progname">gimp_get_progname ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm4519">gimp_get_theme_dir, <a class="indexterm" href="libgimp-gimpgimprc.html#gimp-get-theme-dir">gimp_get_theme_dir ()</a>
|
||||
</dt>
|
||||
@ -1168,15 +1168,15 @@
|
||||
</dt>
|
||||
<dt id="ientry-idm10493">gimp_image_width, <a class="indexterm" href="libgimp-gimpimage.html#gimp-image-width">gimp_image_width ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm429">GimpInitProc, <a class="indexterm" href="libgimp-Gimp.html#GimpInitProc">GimpInitProc ()</a>
|
||||
<dt id="ientry-idm429">GimpInitProc, <a class="indexterm" href="libgimp-gimp.html#GimpInitProc">GimpInitProc ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm2445">GimpInkBlobType, <a class="indexterm" href="libgimp-gimpenums.html#GimpInkBlobType">enum GimpInkBlobType</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1209">gimp_install_cmap, <a class="indexterm" href="libgimp-Gimp.html#gimp-install-cmap">gimp_install_cmap ()</a>
|
||||
<dt id="ientry-idm1209">gimp_install_cmap, <a class="indexterm" href="libgimp-gimp.html#gimp-install-cmap">gimp_install_cmap ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm555">gimp_install_procedure, <a class="indexterm" href="libgimp-Gimp.html#gimp-install-procedure">gimp_install_procedure ()</a>
|
||||
<dt id="ientry-idm555">gimp_install_procedure, <a class="indexterm" href="libgimp-gimp.html#gimp-install-procedure">gimp_install_procedure ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm743">gimp_install_temp_proc, <a class="indexterm" href="libgimp-Gimp.html#gimp-install-temp-proc">gimp_install_temp_proc ()</a>
|
||||
<dt id="ientry-idm743">gimp_install_temp_proc, <a class="indexterm" href="libgimp-gimp.html#gimp-install-temp-proc">gimp_install_temp_proc ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm5969">gimp_invert, <a class="indexterm" href="libgimp-gimpcolor.html#gimp-invert">gimp_invert ()</a>
|
||||
</dt>
|
||||
@ -1348,9 +1348,9 @@
|
||||
<div class="indexdiv">
|
||||
<h3>M</h3>
|
||||
<dl>
|
||||
<dt id="ientry-idm486">MAIN, <a class="indexterm" href="libgimp-Gimp.html#MAIN:CAPS">MAIN</a>
|
||||
<dt id="ientry-idm486">MAIN, <a class="indexterm" href="libgimp-gimp.html#MAIN:CAPS">MAIN</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm497">gimp_main, <a class="indexterm" href="libgimp-Gimp.html#gimp-main">gimp_main ()</a>
|
||||
<dt id="ientry-idm497">gimp_main, <a class="indexterm" href="libgimp-gimp.html#gimp-main">gimp_main ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm2601">GimpMaskApplyMode, <a class="indexterm" href="libgimp-gimpenums.html#GimpMaskApplyMode">enum GimpMaskApplyMode</a>
|
||||
</dt>
|
||||
@ -1364,9 +1364,9 @@
|
||||
</dt>
|
||||
<dt id="ientry-idm4630">gimp_message_set_handler, <a class="indexterm" href="libgimp-gimpmessage.html#gimp-message-set-handler">gimp_message_set_handler ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1230">gimp_min_colors, <a class="indexterm" href="libgimp-Gimp.html#gimp-min-colors">gimp_min_colors ()</a>
|
||||
<dt id="ientry-idm1230">gimp_min_colors, <a class="indexterm" href="libgimp-gimp.html#gimp-min-colors">gimp_min_colors ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1358">gimp_monitor_number, <a class="indexterm" href="libgimp-Gimp.html#gimp-monitor-number">gimp_monitor_number ()</a>
|
||||
<dt id="ientry-idm1358">gimp_monitor_number, <a class="indexterm" href="libgimp-gimp.html#gimp-monitor-number">gimp_monitor_number ()</a>
|
||||
</dt>
|
||||
</dl>
|
||||
</div>
|
||||
@ -1468,21 +1468,21 @@
|
||||
</dt>
|
||||
<dt id="ientry-idm21788">gimp_palette_swap_colors, <a class="indexterm" href="libgimp-gimppalette.html#gimp-palette-swap-colors">gimp_palette_swap_colors ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1909">GimpParam, <a class="indexterm" href="libgimp-Gimp.html#GimpParam">GimpParam</a>
|
||||
<dt id="ientry-idm1909">GimpParam, <a class="indexterm" href="libgimp-gimp.html#GimpParam">GimpParam</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1905">GimpParamData, <a class="indexterm" href="libgimp-Gimp.html#GimpParamData">GimpParamData</a>
|
||||
<dt id="ientry-idm1905">GimpParamData, <a class="indexterm" href="libgimp-gimp.html#GimpParamData">GimpParamData</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1895">GimpParamDef, <a class="indexterm" href="libgimp-Gimp.html#GimpParamDef">GimpParamDef</a>
|
||||
<dt id="ientry-idm1895">GimpParamDef, <a class="indexterm" href="libgimp-gimp.html#GimpParamDef">GimpParamDef</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1900">GimpParamRegion, <a class="indexterm" href="libgimp-Gimp.html#GimpParamRegion">GimpParamRegion</a>
|
||||
<dt id="ientry-idm1900">GimpParamRegion, <a class="indexterm" href="libgimp-gimp.html#GimpParamRegion">GimpParamRegion</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1693">gimp_parasite_attach, <a class="indexterm" href="libgimp-Gimp.html#gimp-parasite-attach">gimp_parasite_attach ()</a>
|
||||
<dt id="ientry-idm1693">gimp_parasite_attach, <a class="indexterm" href="libgimp-gimp.html#gimp-parasite-attach">gimp_parasite_attach ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1726">gimp_parasite_detach, <a class="indexterm" href="libgimp-Gimp.html#gimp-parasite-detach">gimp_parasite_detach ()</a>
|
||||
<dt id="ientry-idm1726">gimp_parasite_detach, <a class="indexterm" href="libgimp-gimp.html#gimp-parasite-detach">gimp_parasite_detach ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1556">gimp_parasite_find, <a class="indexterm" href="libgimp-Gimp.html#gimp-parasite-find">gimp_parasite_find ()</a>
|
||||
<dt id="ientry-idm1556">gimp_parasite_find, <a class="indexterm" href="libgimp-gimp.html#gimp-parasite-find">gimp_parasite_find ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1589">gimp_parasite_list, <a class="indexterm" href="libgimp-Gimp.html#gimp-parasite-list">gimp_parasite_list ()</a>
|
||||
<dt id="ientry-idm1589">gimp_parasite_list, <a class="indexterm" href="libgimp-gimp.html#gimp-parasite-list">gimp_parasite_list ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm14203">gimp_path_delete, <a class="indexterm" href="libgimp-gimppaths.html#gimp-path-delete">gimp_path_delete ()</a>
|
||||
</dt>
|
||||
@ -1606,7 +1606,7 @@
|
||||
</dt>
|
||||
<dt id="ientry-idm14989">gimp_pixel_rgn_set_row, <a class="indexterm" href="libgimp-gimppixelrgn.html#gimp-pixel-rgn-set-row">gimp_pixel_rgn_set_row ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1846">GimpPlugInInfo, <a class="indexterm" href="libgimp-Gimp.html#GimpPlugInInfo">GimpPlugInInfo</a>
|
||||
<dt id="ientry-idm1846">GimpPlugInInfo, <a class="indexterm" href="libgimp-gimp.html#GimpPlugInInfo">GimpPlugInInfo</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm4710">gimp_plugin_domain_register, <a class="indexterm" href="libgimp-gimpplugin.html#gimp-plugin-domain-register">gimp_plugin_domain_register ()</a>
|
||||
</dt>
|
||||
@ -1699,11 +1699,11 @@
|
||||
<div class="indexdiv">
|
||||
<h3>Q</h3>
|
||||
<dl>
|
||||
<dt id="ientry-idm451">GimpQueryProc, <a class="indexterm" href="libgimp-Gimp.html#GimpQueryProc">GimpQueryProc ()</a>
|
||||
<dt id="ientry-idm451">GimpQueryProc, <a class="indexterm" href="libgimp-gimp.html#GimpQueryProc">GimpQueryProc ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm545">gimp_quit, <a class="indexterm" href="libgimp-Gimp.html#gimp-quit">gimp_quit ()</a>
|
||||
<dt id="ientry-idm545">gimp_quit, <a class="indexterm" href="libgimp-gimp.html#gimp-quit">gimp_quit ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm440">GimpQuitProc, <a class="indexterm" href="libgimp-Gimp.html#GimpQuitProc">GimpQuitProc ()</a>
|
||||
<dt id="ientry-idm440">GimpQuitProc, <a class="indexterm" href="libgimp-gimp.html#GimpQuitProc">GimpQuitProc ()</a>
|
||||
</dt>
|
||||
</dl>
|
||||
</div>
|
||||
@ -1764,11 +1764,11 @@
|
||||
</dt>
|
||||
<dt id="ientry-idm24146">GimpRunPatternCallback, <a class="indexterm" href="libgimp-gimppatternselect.html#GimpRunPatternCallback">GimpRunPatternCallback ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm462">GimpRunProc, <a class="indexterm" href="libgimp-Gimp.html#GimpRunProc">GimpRunProc ()</a>
|
||||
<dt id="ientry-idm462">GimpRunProc, <a class="indexterm" href="libgimp-gimp.html#GimpRunProc">GimpRunProc ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm931">gimp_run_procedure, <a class="indexterm" href="libgimp-Gimp.html#gimp-run-procedure">gimp_run_procedure ()</a>
|
||||
<dt id="ientry-idm931">gimp_run_procedure, <a class="indexterm" href="libgimp-gimp.html#gimp-run-procedure">gimp_run_procedure ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm981">gimp_run_procedure2, <a class="indexterm" href="libgimp-Gimp.html#gimp-run-procedure2">gimp_run_procedure2 ()</a>
|
||||
<dt id="ientry-idm981">gimp_run_procedure2, <a class="indexterm" href="libgimp-gimp.html#gimp-run-procedure2">gimp_run_procedure2 ()</a>
|
||||
</dt>
|
||||
</dl>
|
||||
</div>
|
||||
@ -1819,17 +1819,17 @@
|
||||
</dt>
|
||||
<dt id="ientry-idm22240">gimp_select_button_close_popup, <a class="indexterm" href="GimpSelectButton.html#gimp-select-button-close-popup">gimp_select_button_close_popup ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1841">gimp_set_data, <a class="indexterm" href="libgimp-Gimp.html#gimp-set-data">gimp_set_data</a>
|
||||
<dt id="ientry-idm1841">gimp_set_data, <a class="indexterm" href="libgimp-gimp.html#gimp-set-data">gimp_set_data</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm18049">gimp_shear, <a class="indexterm" href="libgimp-gimptransformtools.html#gimp-shear">gimp_shear ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1180">gimp_shm_addr, <a class="indexterm" href="libgimp-Gimp.html#gimp-shm-addr">gimp_shm_addr ()</a>
|
||||
<dt id="ientry-idm1180">gimp_shm_addr, <a class="indexterm" href="libgimp-gimp.html#gimp-shm-addr">gimp_shm_addr ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1166">gimp_shm_ID, <a class="indexterm" href="libgimp-Gimp.html#gimp-shm-ID">gimp_shm_ID ()</a>
|
||||
<dt id="ientry-idm1166">gimp_shm_ID, <a class="indexterm" href="libgimp-gimp.html#gimp-shm-ID">gimp_shm_ID ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1266">gimp_show_help_button, <a class="indexterm" href="libgimp-Gimp.html#gimp-show-help-button">gimp_show_help_button ()</a>
|
||||
<dt id="ientry-idm1266">gimp_show_help_button, <a class="indexterm" href="libgimp-gimp.html#gimp-show-help-button">gimp_show_help_button ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1252">gimp_show_tool_tips, <a class="indexterm" href="libgimp-Gimp.html#gimp-show-tool-tips">gimp_show_tool_tips ()</a>
|
||||
<dt id="ientry-idm1252">gimp_show_tool_tips, <a class="indexterm" href="libgimp-gimp.html#gimp-show-tool-tips">gimp_show_tool_tips ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm17415">gimp_smudge, <a class="indexterm" href="libgimp-gimppainttools.html#gimp-smudge">gimp_smudge ()</a>
|
||||
</dt>
|
||||
@ -1922,7 +1922,7 @@
|
||||
</dt>
|
||||
<dt id="ientry-idm16896">gimp_tile_flush, <a class="indexterm" href="libgimp-gimptile.html#gimp-tile-flush">gimp_tile_flush ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1152">gimp_tile_height, <a class="indexterm" href="libgimp-Gimp.html#gimp-tile-height">gimp_tile_height ()</a>
|
||||
<dt id="ientry-idm1152">gimp_tile_height, <a class="indexterm" href="libgimp-gimp.html#gimp-tile-height">gimp_tile_height ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm16863">gimp_tile_ref, <a class="indexterm" href="libgimp-gimptile.html#gimp-tile-ref">gimp_tile_ref ()</a>
|
||||
</dt>
|
||||
@ -1930,7 +1930,7 @@
|
||||
</dt>
|
||||
<dt id="ientry-idm16883">gimp_tile_unref, <a class="indexterm" href="libgimp-gimptile.html#gimp-tile-unref">gimp_tile_unref ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1138">gimp_tile_width, <a class="indexterm" href="libgimp-Gimp.html#gimp-tile-width">gimp_tile_width ()</a>
|
||||
<dt id="ientry-idm1138">gimp_tile_width, <a class="indexterm" href="libgimp-gimp.html#gimp-tile-width">gimp_tile_width ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm18074">gimp_transform_2d, <a class="indexterm" href="libgimp-gimptransformtools.html#gimp-transform-2d">gimp_transform_2d ()</a>
|
||||
</dt>
|
||||
@ -1945,9 +1945,9 @@
|
||||
</dt>
|
||||
<dt id="ientry-idm24413">gimp_ui_init, <a class="indexterm" href="libgimp-gimpui.html#gimp-ui-init">gimp_ui_init ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm904">gimp_uninstall_temp_proc, <a class="indexterm" href="libgimp-Gimp.html#gimp-uninstall-temp-proc">gimp_uninstall_temp_proc ()</a>
|
||||
<dt id="ientry-idm904">gimp_uninstall_temp_proc, <a class="indexterm" href="libgimp-gimp.html#gimp-uninstall-temp-proc">gimp_uninstall_temp_proc ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1372">gimp_user_time, <a class="indexterm" href="libgimp-Gimp.html#gimp-user-time">gimp_user_time ()</a>
|
||||
<dt id="ientry-idm1372">gimp_user_time, <a class="indexterm" href="libgimp-gimp.html#gimp-user-time">gimp_user_time ()</a>
|
||||
</dt>
|
||||
</dl>
|
||||
</div>
|
||||
@ -2040,7 +2040,7 @@
|
||||
</dt>
|
||||
<dt id="ientry-idm18839">gimp_vectors_to_selection, <a class="indexterm" href="libgimp-gimpvectors.html#gimp-vectors-to-selection">gimp_vectors_to_selection ()</a>, <a class="indexterm" href="libgimp-gimpvectors.html#gimp-vectors-to-selection">gimp_vectors_to_selection ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm399">gimp_version, <a class="indexterm" href="libgimp-Gimp.html#gimp-version">gimp_version ()</a>
|
||||
<dt id="ientry-idm399">gimp_version, <a class="indexterm" href="libgimp-gimp.html#gimp-version">gimp_version ()</a>
|
||||
</dt>
|
||||
</dl>
|
||||
</div>
|
||||
@ -2051,7 +2051,7 @@
|
||||
</dt>
|
||||
<dt id="ientry-idm24461">gimp_window_set_transient_for_display, <a class="indexterm" href="libgimp-gimpui.html#gimp-window-set-transient-for-display">gimp_window_set_transient_for_display ()</a>
|
||||
</dt>
|
||||
<dt id="ientry-idm1328">gimp_wm_class, <a class="indexterm" href="libgimp-Gimp.html#gimp-wm-class">gimp_wm_class ()</a>
|
||||
<dt id="ientry-idm1328">gimp_wm_class, <a class="indexterm" href="libgimp-gimp.html#gimp-wm-class">gimp_wm_class ()</a>
|
||||
</dt>
|
||||
</dl>
|
||||
</div>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<chapters>
|
||||
<sub name="GIMP Library" link="libgimp.html">
|
||||
<sub name="Functions not Related to Specific Images" link="libgimp-general.html">
|
||||
<sub name="Gimp" link="libgimp-Gimp.html"/>
|
||||
<sub name="gimp" link="libgimp-gimp.html"/>
|
||||
<sub name="gimpenums" link="libgimp-gimpenums.html"/>
|
||||
<sub name="gimpbuffer" link="libgimp-gimpbuffer.html"/>
|
||||
<sub name="gimpcontext" link="libgimp-gimpcontext.html"/>
|
||||
@ -99,60 +99,60 @@
|
||||
<sub name="Index of deprecated symbols" link="libgimp-index-deprecated.html"/>
|
||||
</chapters>
|
||||
<functions>
|
||||
<keyword type="function" name="gimp_version ()" link="libgimp-Gimp.html#gimp-version"/>
|
||||
<keyword type="function" name="gimp_getpid ()" link="libgimp-Gimp.html#gimp-getpid" since="GIMP 2.4"/>
|
||||
<keyword type="function" name="GimpInitProc ()" link="libgimp-Gimp.html#GimpInitProc"/>
|
||||
<keyword type="function" name="GimpQuitProc ()" link="libgimp-Gimp.html#GimpQuitProc"/>
|
||||
<keyword type="function" name="GimpQueryProc ()" link="libgimp-Gimp.html#GimpQueryProc"/>
|
||||
<keyword type="function" name="GimpRunProc ()" link="libgimp-Gimp.html#GimpRunProc"/>
|
||||
<keyword type="macro" name="MAIN" link="libgimp-Gimp.html#MAIN:CAPS"/>
|
||||
<keyword type="function" name="gimp_main ()" link="libgimp-Gimp.html#gimp-main"/>
|
||||
<keyword type="function" name="gimp_quit ()" link="libgimp-Gimp.html#gimp-quit"/>
|
||||
<keyword type="function" name="gimp_install_procedure ()" link="libgimp-Gimp.html#gimp-install-procedure"/>
|
||||
<keyword type="function" name="gimp_install_temp_proc ()" link="libgimp-Gimp.html#gimp-install-temp-proc"/>
|
||||
<keyword type="function" name="gimp_uninstall_temp_proc ()" link="libgimp-Gimp.html#gimp-uninstall-temp-proc"/>
|
||||
<keyword type="function" name="gimp_run_procedure ()" link="libgimp-Gimp.html#gimp-run-procedure"/>
|
||||
<keyword type="function" name="gimp_run_procedure2 ()" link="libgimp-Gimp.html#gimp-run-procedure2"/>
|
||||
<keyword type="function" name="gimp_destroy_params ()" link="libgimp-Gimp.html#gimp-destroy-params"/>
|
||||
<keyword type="function" name="gimp_destroy_paramdefs ()" link="libgimp-Gimp.html#gimp-destroy-paramdefs"/>
|
||||
<keyword type="function" name="gimp_get_pdb_error ()" link="libgimp-Gimp.html#gimp-get-pdb-error" since="GIMP 2.6"/>
|
||||
<keyword type="function" name="gimp_tile_width ()" link="libgimp-Gimp.html#gimp-tile-width"/>
|
||||
<keyword type="function" name="gimp_tile_height ()" link="libgimp-Gimp.html#gimp-tile-height"/>
|
||||
<keyword type="function" name="gimp_shm_ID ()" link="libgimp-Gimp.html#gimp-shm-ID"/>
|
||||
<keyword type="function" name="gimp_shm_addr ()" link="libgimp-Gimp.html#gimp-shm-addr"/>
|
||||
<keyword type="function" name="gimp_gamma ()" link="libgimp-Gimp.html#gimp-gamma"/>
|
||||
<keyword type="function" name="gimp_install_cmap ()" link="libgimp-Gimp.html#gimp-install-cmap" deprecated=""/>
|
||||
<keyword type="function" name="gimp_min_colors ()" link="libgimp-Gimp.html#gimp-min-colors" deprecated=""/>
|
||||
<keyword type="function" name="gimp_show_tool_tips ()" link="libgimp-Gimp.html#gimp-show-tool-tips"/>
|
||||
<keyword type="function" name="gimp_show_help_button ()" link="libgimp-Gimp.html#gimp-show-help-button" since="GIMP 2.2"/>
|
||||
<keyword type="function" name="gimp_check_size ()" link="libgimp-Gimp.html#gimp-check-size" since="GIMP 2.2"/>
|
||||
<keyword type="function" name="gimp_check_type ()" link="libgimp-Gimp.html#gimp-check-type" since="GIMP 2.2"/>
|
||||
<keyword type="function" name="gimp_default_display ()" link="libgimp-Gimp.html#gimp-default-display"/>
|
||||
<keyword type="function" name="gimp_wm_class ()" link="libgimp-Gimp.html#gimp-wm-class"/>
|
||||
<keyword type="function" name="gimp_display_name ()" link="libgimp-Gimp.html#gimp-display-name"/>
|
||||
<keyword type="function" name="gimp_monitor_number ()" link="libgimp-Gimp.html#gimp-monitor-number"/>
|
||||
<keyword type="function" name="gimp_user_time ()" link="libgimp-Gimp.html#gimp-user-time" since="GIMP 2.6"/>
|
||||
<keyword type="function" name="gimp_get_progname ()" link="libgimp-Gimp.html#gimp-get-progname"/>
|
||||
<keyword type="function" name="gimp_extension_enable ()" link="libgimp-Gimp.html#gimp-extension-enable"/>
|
||||
<keyword type="function" name="gimp_extension_ack ()" link="libgimp-Gimp.html#gimp-extension-ack"/>
|
||||
<keyword type="function" name="gimp_extension_process ()" link="libgimp-Gimp.html#gimp-extension-process"/>
|
||||
<keyword type="function" name="gimp_attach_parasite ()" link="libgimp-Gimp.html#gimp-attach-parasite" since="GIMP 2.8"/>
|
||||
<keyword type="function" name="gimp_detach_parasite ()" link="libgimp-Gimp.html#gimp-detach-parasite" since="GIMP 2.8"/>
|
||||
<keyword type="function" name="gimp_parasite_find ()" link="libgimp-Gimp.html#gimp-parasite-find" deprecated="Use gimp_get_parasite() instead."/>
|
||||
<keyword type="function" name="gimp_parasite_list ()" link="libgimp-Gimp.html#gimp-parasite-list" deprecated="Use gimp_get_parasite_list() instead."/>
|
||||
<keyword type="function" name="gimp_get_parasite ()" link="libgimp-Gimp.html#gimp-get-parasite" since="GIMP 2.8"/>
|
||||
<keyword type="function" name="gimp_get_parasite_list ()" link="libgimp-Gimp.html#gimp-get-parasite-list" since="GIMP 2.8"/>
|
||||
<keyword type="function" name="gimp_parasite_attach ()" link="libgimp-Gimp.html#gimp-parasite-attach" deprecated="Use gimp_attach_parasite() instead."/>
|
||||
<keyword type="function" name="gimp_parasite_detach ()" link="libgimp-Gimp.html#gimp-parasite-detach" deprecated="Use gimp_detach_parasite() instead."/>
|
||||
<keyword type="function" name="gimp_attach_new_parasite ()" link="libgimp-Gimp.html#gimp-attach-new-parasite" deprecated="Use gimp_attach_parasite() instead."/>
|
||||
<keyword type="macro" name="gimp_get_data" link="libgimp-Gimp.html#gimp-get-data"/>
|
||||
<keyword type="macro" name="gimp_get_data_size" link="libgimp-Gimp.html#gimp-get-data-size"/>
|
||||
<keyword type="macro" name="gimp_set_data" link="libgimp-Gimp.html#gimp-set-data"/>
|
||||
<keyword type="struct" name="GimpPlugInInfo" link="libgimp-Gimp.html#GimpPlugInInfo"/>
|
||||
<keyword type="struct" name="GimpParamDef" link="libgimp-Gimp.html#GimpParamDef"/>
|
||||
<keyword type="struct" name="GimpParamRegion" link="libgimp-Gimp.html#GimpParamRegion"/>
|
||||
<keyword type="union" name="GimpParamData" link="libgimp-Gimp.html#GimpParamData"/>
|
||||
<keyword type="struct" name="GimpParam" link="libgimp-Gimp.html#GimpParam"/>
|
||||
<keyword type="function" name="gimp_version ()" link="libgimp-gimp.html#gimp-version"/>
|
||||
<keyword type="function" name="gimp_getpid ()" link="libgimp-gimp.html#gimp-getpid" since="GIMP 2.4"/>
|
||||
<keyword type="function" name="GimpInitProc ()" link="libgimp-gimp.html#GimpInitProc"/>
|
||||
<keyword type="function" name="GimpQuitProc ()" link="libgimp-gimp.html#GimpQuitProc"/>
|
||||
<keyword type="function" name="GimpQueryProc ()" link="libgimp-gimp.html#GimpQueryProc"/>
|
||||
<keyword type="function" name="GimpRunProc ()" link="libgimp-gimp.html#GimpRunProc"/>
|
||||
<keyword type="macro" name="MAIN" link="libgimp-gimp.html#MAIN:CAPS"/>
|
||||
<keyword type="function" name="gimp_main ()" link="libgimp-gimp.html#gimp-main"/>
|
||||
<keyword type="function" name="gimp_quit ()" link="libgimp-gimp.html#gimp-quit"/>
|
||||
<keyword type="function" name="gimp_install_procedure ()" link="libgimp-gimp.html#gimp-install-procedure"/>
|
||||
<keyword type="function" name="gimp_install_temp_proc ()" link="libgimp-gimp.html#gimp-install-temp-proc"/>
|
||||
<keyword type="function" name="gimp_uninstall_temp_proc ()" link="libgimp-gimp.html#gimp-uninstall-temp-proc"/>
|
||||
<keyword type="function" name="gimp_run_procedure ()" link="libgimp-gimp.html#gimp-run-procedure"/>
|
||||
<keyword type="function" name="gimp_run_procedure2 ()" link="libgimp-gimp.html#gimp-run-procedure2"/>
|
||||
<keyword type="function" name="gimp_destroy_params ()" link="libgimp-gimp.html#gimp-destroy-params"/>
|
||||
<keyword type="function" name="gimp_destroy_paramdefs ()" link="libgimp-gimp.html#gimp-destroy-paramdefs"/>
|
||||
<keyword type="function" name="gimp_get_pdb_error ()" link="libgimp-gimp.html#gimp-get-pdb-error" since="GIMP 2.6"/>
|
||||
<keyword type="function" name="gimp_tile_width ()" link="libgimp-gimp.html#gimp-tile-width"/>
|
||||
<keyword type="function" name="gimp_tile_height ()" link="libgimp-gimp.html#gimp-tile-height"/>
|
||||
<keyword type="function" name="gimp_shm_ID ()" link="libgimp-gimp.html#gimp-shm-ID"/>
|
||||
<keyword type="function" name="gimp_shm_addr ()" link="libgimp-gimp.html#gimp-shm-addr"/>
|
||||
<keyword type="function" name="gimp_gamma ()" link="libgimp-gimp.html#gimp-gamma"/>
|
||||
<keyword type="function" name="gimp_install_cmap ()" link="libgimp-gimp.html#gimp-install-cmap" deprecated=""/>
|
||||
<keyword type="function" name="gimp_min_colors ()" link="libgimp-gimp.html#gimp-min-colors" deprecated=""/>
|
||||
<keyword type="function" name="gimp_show_tool_tips ()" link="libgimp-gimp.html#gimp-show-tool-tips"/>
|
||||
<keyword type="function" name="gimp_show_help_button ()" link="libgimp-gimp.html#gimp-show-help-button" since="GIMP 2.2"/>
|
||||
<keyword type="function" name="gimp_check_size ()" link="libgimp-gimp.html#gimp-check-size" since="GIMP 2.2"/>
|
||||
<keyword type="function" name="gimp_check_type ()" link="libgimp-gimp.html#gimp-check-type" since="GIMP 2.2"/>
|
||||
<keyword type="function" name="gimp_default_display ()" link="libgimp-gimp.html#gimp-default-display"/>
|
||||
<keyword type="function" name="gimp_wm_class ()" link="libgimp-gimp.html#gimp-wm-class"/>
|
||||
<keyword type="function" name="gimp_display_name ()" link="libgimp-gimp.html#gimp-display-name"/>
|
||||
<keyword type="function" name="gimp_monitor_number ()" link="libgimp-gimp.html#gimp-monitor-number"/>
|
||||
<keyword type="function" name="gimp_user_time ()" link="libgimp-gimp.html#gimp-user-time" since="GIMP 2.6"/>
|
||||
<keyword type="function" name="gimp_get_progname ()" link="libgimp-gimp.html#gimp-get-progname"/>
|
||||
<keyword type="function" name="gimp_extension_enable ()" link="libgimp-gimp.html#gimp-extension-enable"/>
|
||||
<keyword type="function" name="gimp_extension_ack ()" link="libgimp-gimp.html#gimp-extension-ack"/>
|
||||
<keyword type="function" name="gimp_extension_process ()" link="libgimp-gimp.html#gimp-extension-process"/>
|
||||
<keyword type="function" name="gimp_attach_parasite ()" link="libgimp-gimp.html#gimp-attach-parasite" since="GIMP 2.8"/>
|
||||
<keyword type="function" name="gimp_detach_parasite ()" link="libgimp-gimp.html#gimp-detach-parasite" since="GIMP 2.8"/>
|
||||
<keyword type="function" name="gimp_parasite_find ()" link="libgimp-gimp.html#gimp-parasite-find" deprecated="Use gimp_get_parasite() instead."/>
|
||||
<keyword type="function" name="gimp_parasite_list ()" link="libgimp-gimp.html#gimp-parasite-list" deprecated="Use gimp_get_parasite_list() instead."/>
|
||||
<keyword type="function" name="gimp_get_parasite ()" link="libgimp-gimp.html#gimp-get-parasite" since="GIMP 2.8"/>
|
||||
<keyword type="function" name="gimp_get_parasite_list ()" link="libgimp-gimp.html#gimp-get-parasite-list" since="GIMP 2.8"/>
|
||||
<keyword type="function" name="gimp_parasite_attach ()" link="libgimp-gimp.html#gimp-parasite-attach" deprecated="Use gimp_attach_parasite() instead."/>
|
||||
<keyword type="function" name="gimp_parasite_detach ()" link="libgimp-gimp.html#gimp-parasite-detach" deprecated="Use gimp_detach_parasite() instead."/>
|
||||
<keyword type="function" name="gimp_attach_new_parasite ()" link="libgimp-gimp.html#gimp-attach-new-parasite" deprecated="Use gimp_attach_parasite() instead."/>
|
||||
<keyword type="macro" name="gimp_get_data" link="libgimp-gimp.html#gimp-get-data"/>
|
||||
<keyword type="macro" name="gimp_get_data_size" link="libgimp-gimp.html#gimp-get-data-size"/>
|
||||
<keyword type="macro" name="gimp_set_data" link="libgimp-gimp.html#gimp-set-data"/>
|
||||
<keyword type="struct" name="GimpPlugInInfo" link="libgimp-gimp.html#GimpPlugInInfo"/>
|
||||
<keyword type="struct" name="GimpParamDef" link="libgimp-gimp.html#GimpParamDef"/>
|
||||
<keyword type="struct" name="GimpParamRegion" link="libgimp-gimp.html#GimpParamRegion"/>
|
||||
<keyword type="union" name="GimpParamData" link="libgimp-gimp.html#GimpParamData"/>
|
||||
<keyword type="struct" name="GimpParam" link="libgimp-gimp.html#GimpParam"/>
|
||||
<keyword type="function" name="gimp_enums_init ()" link="libgimp-gimpenums.html#gimp-enums-init" since="GIMP 2.4"/>
|
||||
<keyword type="function" name="gimp_enums_get_type_names ()" link="libgimp-gimpenums.html#gimp-enums-get-type-names" since="GIMP 2.2"/>
|
||||
<keyword type="enum" name="enum GimpBrushApplicationMode" link="libgimp-gimpenums.html#GimpBrushApplicationMode"/>
|
||||
@ -1185,9 +1185,9 @@
|
||||
<keyword type="constant" name="GIMP_EXPORT_CANCEL" link="libgimp-gimpexport.html#GIMP-EXPORT-CANCEL:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_EXPORT_IGNORE" link="libgimp-gimpexport.html#GIMP-EXPORT-IGNORE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_EXPORT_EXPORT" link="libgimp-gimpexport.html#GIMP-EXPORT-EXPORT:CAPS"/>
|
||||
<keyword type="member" name="GimpPlugInInfo.init-proc" link="libgimp-Gimp.html#GimpPlugInInfo.init-proc"/>
|
||||
<keyword type="member" name="GimpPlugInInfo.quit-proc" link="libgimp-Gimp.html#GimpPlugInInfo.quit-proc"/>
|
||||
<keyword type="member" name="GimpPlugInInfo.query-proc" link="libgimp-Gimp.html#GimpPlugInInfo.query-proc"/>
|
||||
<keyword type="member" name="GimpPlugInInfo.run-proc" link="libgimp-Gimp.html#GimpPlugInInfo.run-proc"/>
|
||||
<keyword type="member" name="GimpPlugInInfo.init-proc" link="libgimp-gimp.html#GimpPlugInInfo.init-proc"/>
|
||||
<keyword type="member" name="GimpPlugInInfo.quit-proc" link="libgimp-gimp.html#GimpPlugInInfo.quit-proc"/>
|
||||
<keyword type="member" name="GimpPlugInInfo.query-proc" link="libgimp-gimp.html#GimpPlugInInfo.query-proc"/>
|
||||
<keyword type="member" name="GimpPlugInInfo.run-proc" link="libgimp-gimp.html#GimpPlugInInfo.run-proc"/>
|
||||
</functions>
|
||||
</book>
|
||||
|
@ -35,8 +35,7 @@
|
||||
<dt><span class="chapter"><a href="libgimp-general.html">Functions not Related to Specific Images</a></span></dt>
|
||||
<dd><dl>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="libgimp-Gimp.html">Gimp</a></span><span class="refpurpose"> — Main functions needed for building a GIMP plug-in.
|
||||
This header includes all other GIMP Library headers.</span>
|
||||
<span class="refentrytitle"><a href="libgimp-gimp.html">gimp</a></span><span class="refpurpose"> — Miscellaneous procedures</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="libgimp-gimpenums.html">gimpenums</a></span><span class="refpurpose"> — Enums and definitions.</span>
|
||||
|
Before Width: | Height: | Size: 373 B After Width: | Height: | Size: 373 B |
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 261 B |
Before Width: | Height: | Size: 374 B After Width: | Height: | Size: 374 B |
Before Width: | Height: | Size: 260 B After Width: | Height: | Size: 260 B |