Imported Upstream version 2.2.16
This commit is contained in:
@ -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 Base Library Reference Manual</p></th></tr></table></div>
|
||||
<div><p class="releaseinfo">
|
||||
for GIMP 2.2.15
|
||||
for GIMP 2.2.16
|
||||
|
||||
</p></div>
|
||||
</div>
|
||||
|
||||
@ -21,16 +21,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpbasetypes.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2571282" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2583872" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2514886" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2515039" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpbaseenums"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2571282"></a><span class="refentrytitle">gimpbaseenums</span>
|
||||
<a name="id2583872"></a><span class="refentrytitle">gimpbaseenums</span>
|
||||
</h2>
|
||||
<p>gimpbaseenums — Basic GIMP enumeration data types.</p>
|
||||
</td>
|
||||
@ -56,17 +56,17 @@ enum <a href="libgimpbase-gimpbaseenums.html#GimpStackTraceMode">
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2514886"></a><h2>Description</h2>
|
||||
<a name="id2515039"></a><h2>Description</h2>
|
||||
<p>
|
||||
Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2514901"></a><h2>Details</h2>
|
||||
<a name="id2515054"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2514912"></a><h3>
|
||||
<a name="id2515065"></a><h3>
|
||||
<a name="GimpCheckSize"></a>enum GimpCheckSize</h3>
|
||||
<a class="indexterm" name="id2514925"></a><pre class="programlisting">typedef enum /*< pdb-skip >*/
|
||||
<a class="indexterm" name="id2515077"></a><pre class="programlisting">typedef enum /*< pdb-skip >*/
|
||||
{
|
||||
GIMP_CHECK_SIZE_SMALL_CHECKS = 0, /*< desc="Small" >*/
|
||||
GIMP_CHECK_SIZE_MEDIUM_CHECKS = 1, /*< desc="Medium" >*/
|
||||
@ -79,9 +79,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2514944"></a><h3>
|
||||
<a name="id2515097"></a><h3>
|
||||
<a name="GimpCheckType"></a>enum GimpCheckType</h3>
|
||||
<a class="indexterm" name="id2514956"></a><pre class="programlisting">typedef enum /*< pdb-skip >*/
|
||||
<a class="indexterm" name="id2515109"></a><pre class="programlisting">typedef enum /*< pdb-skip >*/
|
||||
{
|
||||
GIMP_CHECK_TYPE_LIGHT_CHECKS = 0, /*< desc="Light Checks" >*/
|
||||
GIMP_CHECK_TYPE_GRAY_CHECKS = 1, /*< desc="Mid-Tone Checks" >*/
|
||||
@ -97,9 +97,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2514980"></a><h3>
|
||||
<a name="id2515132"></a><h3>
|
||||
<a name="GimpImageBaseType"></a>enum GimpImageBaseType</h3>
|
||||
<a class="indexterm" name="id2514992"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2515145"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_RGB, /*< desc="RGB color" >*/
|
||||
GIMP_GRAY, /*< desc="Grayscale" >*/
|
||||
@ -112,9 +112,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2510784"></a><h3>
|
||||
<a name="id2509965"></a><h3>
|
||||
<a name="GimpImageType"></a>enum GimpImageType</h3>
|
||||
<a class="indexterm" name="id2510796"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2509978"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_RGB_IMAGE, /*< desc="RGB" >*/
|
||||
GIMP_RGBA_IMAGE, /*< desc="RGB-alpha" >*/
|
||||
@ -130,9 +130,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2510818"></a><h3>
|
||||
<a name="id2509999"></a><h3>
|
||||
<a name="GimpMessageHandlerType"></a>enum GimpMessageHandlerType</h3>
|
||||
<a class="indexterm" name="id2510829"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2510010"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_MESSAGE_BOX,
|
||||
GIMP_CONSOLE,
|
||||
@ -145,9 +145,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2510846"></a><h3>
|
||||
<a name="id2510027"></a><h3>
|
||||
<a name="GimpPDBArgType"></a>enum GimpPDBArgType</h3>
|
||||
<a class="indexterm" name="id2510858"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2510040"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_PDB_INT32,
|
||||
GIMP_PDB_INT16,
|
||||
@ -180,9 +180,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2510882"></a><h3>
|
||||
<a name="id2510063"></a><h3>
|
||||
<a name="GimpPDBProcType"></a>enum GimpPDBProcType</h3>
|
||||
<a class="indexterm" name="id2510894"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2510076"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_INTERNAL,
|
||||
GIMP_PLUGIN,
|
||||
@ -196,9 +196,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2510911"></a><h3>
|
||||
<a name="id2532965"></a><h3>
|
||||
<a name="GimpPDBStatusType"></a>enum GimpPDBStatusType</h3>
|
||||
<a class="indexterm" name="id2532805"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2532978"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_PDB_EXECUTION_ERROR,
|
||||
GIMP_PDB_CALLING_ERROR,
|
||||
@ -213,9 +213,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2532822"></a><h3>
|
||||
<a name="id2532995"></a><h3>
|
||||
<a name="GimpProgressCommand"></a>enum GimpProgressCommand</h3>
|
||||
<a class="indexterm" name="id2532835"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2533008"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_PROGRESS_COMMAND_START,
|
||||
GIMP_PROGRESS_COMMAND_END,
|
||||
@ -229,9 +229,9 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2532853"></a><h3>
|
||||
<a name="id2533026"></a><h3>
|
||||
<a name="GimpStackTraceMode"></a>enum GimpStackTraceMode</h3>
|
||||
<a class="indexterm" name="id2532865"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2533038"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_STACK_TRACE_NEVER,
|
||||
GIMP_STACK_TRACE_QUERY,
|
||||
|
||||
@ -21,16 +21,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpversion.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2580824" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2572201" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2584366" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2584526" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpbasetypes"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2580824"></a><span class="refentrytitle">gimpbasetypes</span>
|
||||
<a name="id2572201"></a><span class="refentrytitle">gimpbasetypes</span>
|
||||
</h2>
|
||||
<p>gimpbasetypes — Translation between gettext translation domain identifier and GType.</p>
|
||||
</td>
|
||||
@ -56,17 +56,17 @@ void <a href="libgimpbase-gimpbasetypes.html#gimp-flags-set-value
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2584366"></a><h2>Description</h2>
|
||||
<a name="id2584526"></a><h2>Description</h2>
|
||||
<p>
|
||||
Translation between gettext translation domain identifier and GType.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2584383"></a><h2>Details</h2>
|
||||
<a name="id2584543"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2581227"></a><h3>
|
||||
<a name="id2581386"></a><h3>
|
||||
<a name="GimpEnumDesc"></a>GimpEnumDesc</h3>
|
||||
<a class="indexterm" name="id2581239"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2581398"></a><pre class="programlisting">typedef struct {
|
||||
gint value;
|
||||
gchar *value_desc;
|
||||
gchar *value_help;
|
||||
@ -78,9 +78,9 @@ Translation between gettext translation domain identifier and GType.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2581256"></a><h3>
|
||||
<a name="id2581415"></a><h3>
|
||||
<a name="GimpFlagsDesc"></a>GimpFlagsDesc</h3>
|
||||
<a class="indexterm" name="id2581268"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2581428"></a><pre class="programlisting">typedef struct {
|
||||
guint value;
|
||||
gchar *value_desc;
|
||||
gchar *value_help;
|
||||
@ -92,9 +92,9 @@ Translation between gettext translation domain identifier and GType.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2581285"></a><h3>
|
||||
<a name="id2581445"></a><h3>
|
||||
<a name="gimp-type-set-translation-domain"></a>gimp_type_set_translation_domain ()</h3>
|
||||
<a class="indexterm" name="id2581301"></a><pre class="programlisting">void gimp_type_set_translation_domain (GType type,
|
||||
<a class="indexterm" name="id2581460"></a><pre class="programlisting">void gimp_type_set_translation_domain (GType type,
|
||||
const gchar *domain);</pre>
|
||||
<p>
|
||||
This function attaches a constant string as a gettext translation
|
||||
@ -124,9 +124,9 @@ names.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2591789"></a><h3>
|
||||
<a name="id2592564"></a><h3>
|
||||
<a name="gimp-type-get-translation-domain"></a>gimp_type_get_translation_domain ()</h3>
|
||||
<a class="indexterm" name="id2591804"></a><pre class="programlisting">const gchar* gimp_type_get_translation_domain (GType type);</pre>
|
||||
<a class="indexterm" name="id2592580"></a><pre class="programlisting">const gchar* gimp_type_get_translation_domain (GType type);</pre>
|
||||
<p>
|
||||
Retrieves the gettext translation domain identifier that has been
|
||||
previously set using <a href="libgimpbase-gimpbasetypes.html#gimp-type-set-translation-domain"><code class="function">gimp_type_set_translation_domain()</code></a>. You should
|
||||
@ -157,9 +157,9 @@ or <code class="function">gimp_enum_value_get_name()</code> instead.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2591926"></a><h3>
|
||||
<a name="id2592701"></a><h3>
|
||||
<a name="gimp-enum-set-value-descriptions"></a>gimp_enum_set_value_descriptions ()</h3>
|
||||
<a class="indexterm" name="id2591941"></a><pre class="programlisting">void gimp_enum_set_value_descriptions (GType enum_type,
|
||||
<a class="indexterm" name="id2592717"></a><pre class="programlisting">void gimp_enum_set_value_descriptions (GType enum_type,
|
||||
const <a href="libgimpbase-gimpbasetypes.html#GimpEnumDesc">GimpEnumDesc</a> *descriptions);</pre>
|
||||
<p>
|
||||
Sets the array of human readable and translatable descriptions
|
||||
@ -187,9 +187,9 @@ and help texts for enum values.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2510350"></a><h3>
|
||||
<a name="id2510505"></a><h3>
|
||||
<a name="gimp-enum-get-value-descriptions"></a>gimp_enum_get_value_descriptions ()</h3>
|
||||
<a class="indexterm" name="id2510365"></a><pre class="programlisting">const <a href="libgimpbase-gimpbasetypes.html#GimpEnumDesc">GimpEnumDesc</a>* gimp_enum_get_value_descriptions (GType enum_type);</pre>
|
||||
<a class="indexterm" name="id2510521"></a><pre class="programlisting">const <a href="libgimpbase-gimpbasetypes.html#GimpEnumDesc">GimpEnumDesc</a>* gimp_enum_get_value_descriptions (GType enum_type);</pre>
|
||||
<p>
|
||||
Retreives the array of human readable and translatable descriptions
|
||||
and help texts for enum values.</p>
|
||||
@ -217,9 +217,9 @@ and help texts for enum values.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2510460"></a><h3>
|
||||
<a name="id2510615"></a><h3>
|
||||
<a name="gimp-flags-get-value-descriptions"></a>gimp_flags_get_value_descriptions ()</h3>
|
||||
<a class="indexterm" name="id2510475"></a><pre class="programlisting">const <a href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc">GimpFlagsDesc</a>* gimp_flags_get_value_descriptions (GType flags_type);</pre>
|
||||
<a class="indexterm" name="id2510630"></a><pre class="programlisting">const <a href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc">GimpFlagsDesc</a>* gimp_flags_get_value_descriptions (GType flags_type);</pre>
|
||||
<p>
|
||||
Retreives the array of human readable and translatable descriptions
|
||||
and help texts for flags values.</p>
|
||||
@ -247,9 +247,9 @@ and help texts for flags values.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2510570"></a><h3>
|
||||
<a name="id2510724"></a><h3>
|
||||
<a name="gimp-flags-set-value-descriptions"></a>gimp_flags_set_value_descriptions ()</h3>
|
||||
<a class="indexterm" name="id2510586"></a><pre class="programlisting">void gimp_flags_set_value_descriptions (GType flags_type,
|
||||
<a class="indexterm" name="id2510740"></a><pre class="programlisting">void gimp_flags_set_value_descriptions (GType flags_type,
|
||||
const <a href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc">GimpFlagsDesc</a> *descriptions);</pre>
|
||||
<p>
|
||||
Sets the array of human readable and translatable descriptions
|
||||
|
||||
@ -21,16 +21,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpdatafiles.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2573994" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2585527" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2578113" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2566485" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpchecks"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2573994"></a><span class="refentrytitle">gimpchecks</span>
|
||||
<a name="id2585527"></a><span class="refentrytitle">gimpchecks</span>
|
||||
</h2>
|
||||
<p>gimpchecks — Constants and functions related to rendering checkerboards.</p>
|
||||
</td>
|
||||
@ -52,17 +52,17 @@ void <a href="libgimpbase-gimpchecks.html#gimp-checks-get-shades"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2578113"></a><h2>Description</h2>
|
||||
<a name="id2566485"></a><h2>Description</h2>
|
||||
<p>
|
||||
Constants and functions related to rendering checkerboards.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2578129"></a><h2>Details</h2>
|
||||
<a name="id2566502"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2578140"></a><h3>
|
||||
<a name="id2566513"></a><h3>
|
||||
<a name="GIMP-CHECK-SIZE:CAPS"></a>GIMP_CHECK_SIZE</h3>
|
||||
<a class="indexterm" name="id2578152"></a><pre class="programlisting">#define GIMP_CHECK_SIZE 8
|
||||
<a class="indexterm" name="id2566524"></a><pre class="programlisting">#define GIMP_CHECK_SIZE 8
|
||||
</pre>
|
||||
<p>
|
||||
The default checkerboard size in pixels. This is configurable in the
|
||||
@ -72,9 +72,9 @@ this constant instead.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2578170"></a><h3>
|
||||
<a name="id2566543"></a><h3>
|
||||
<a name="GIMP-CHECK-SIZE-SM:CAPS"></a>GIMP_CHECK_SIZE_SM</h3>
|
||||
<a class="indexterm" name="id2578181"></a><pre class="programlisting">#define GIMP_CHECK_SIZE_SM 4
|
||||
<a class="indexterm" name="id2566554"></a><pre class="programlisting">#define GIMP_CHECK_SIZE_SM 4
|
||||
</pre>
|
||||
<p>
|
||||
The default small checkerboard size in pixels.
|
||||
@ -82,9 +82,9 @@ The default small checkerboard size in pixels.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588053"></a><h3>
|
||||
<a name="id2588728"></a><h3>
|
||||
<a name="GIMP-CHECK-DARK:CAPS"></a>GIMP_CHECK_DARK</h3>
|
||||
<a class="indexterm" name="id2588064"></a><pre class="programlisting">#define GIMP_CHECK_DARK 0.4
|
||||
<a class="indexterm" name="id2588740"></a><pre class="programlisting">#define GIMP_CHECK_DARK 0.4
|
||||
</pre>
|
||||
<p>
|
||||
The dark gray value for the default checkerboard pattern.
|
||||
@ -92,9 +92,9 @@ The dark gray value for the default checkerboard pattern.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588080"></a><h3>
|
||||
<a name="id2588756"></a><h3>
|
||||
<a name="GIMP-CHECK-LIGHT:CAPS"></a>GIMP_CHECK_LIGHT</h3>
|
||||
<a class="indexterm" name="id2588092"></a><pre class="programlisting">#define GIMP_CHECK_LIGHT 0.6
|
||||
<a class="indexterm" name="id2588768"></a><pre class="programlisting">#define GIMP_CHECK_LIGHT 0.6
|
||||
</pre>
|
||||
<p>
|
||||
The light gray value for the default checkerboard pattern.
|
||||
@ -102,9 +102,9 @@ The light gray value for the default checkerboard pattern.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588108"></a><h3>
|
||||
<a name="id2588784"></a><h3>
|
||||
<a name="gimp-checks-get-shades"></a>gimp_checks_get_shades ()</h3>
|
||||
<a class="indexterm" name="id2588122"></a><pre class="programlisting">void gimp_checks_get_shades (<a href="libgimpbase-gimpbaseenums.html#GimpCheckType">GimpCheckType</a> type,
|
||||
<a class="indexterm" name="id2588798"></a><pre class="programlisting">void gimp_checks_get_shades (<a href="libgimpbase-gimpbaseenums.html#GimpCheckType">GimpCheckType</a> type,
|
||||
guchar *light,
|
||||
guchar *dark);</pre>
|
||||
<p>
|
||||
|
||||
@ -21,16 +21,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpenv.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2583088" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2571990" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2574412" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2580943" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpdatafiles"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2583088"></a><span class="refentrytitle">gimpdatafiles</span>
|
||||
<a name="id2571990"></a><span class="refentrytitle">gimpdatafiles</span>
|
||||
</h2>
|
||||
<p>gimpdatafiles — Functions to handle GIMP data files.</p>
|
||||
</td>
|
||||
@ -54,17 +54,17 @@ void <a href="libgimpbase-gimpdatafiles.html#gimp-datafiles-read-
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2574412"></a><h2>Description</h2>
|
||||
<a name="id2580943"></a><h2>Description</h2>
|
||||
<p>
|
||||
Functions to handle GIMP data files.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2574427"></a><h2>Details</h2>
|
||||
<a name="id2580958"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2574438"></a><h3>
|
||||
<a name="id2580969"></a><h3>
|
||||
<a name="GimpDatafileData"></a>GimpDatafileData</h3>
|
||||
<a class="indexterm" name="id2574451"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2580981"></a><pre class="programlisting">typedef struct {
|
||||
const gchar *filename;
|
||||
const gchar *dirname;
|
||||
const gchar *basename;
|
||||
@ -80,9 +80,9 @@ Functions to handle GIMP data files.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2579744"></a><h3>
|
||||
<a name="id2583229"></a><h3>
|
||||
<a name="GimpDatafileLoaderFunc"></a>GimpDatafileLoaderFunc ()</h3>
|
||||
<a class="indexterm" name="id2579756"></a><pre class="programlisting">void (*GimpDatafileLoaderFunc) (const <a href="libgimpbase-gimpdatafiles.html#GimpDatafileData">GimpDatafileData</a> *file_data,
|
||||
<a class="indexterm" name="id2583240"></a><pre class="programlisting">void (*GimpDatafileLoaderFunc) (const <a href="libgimpbase-gimpdatafiles.html#GimpDatafileData">GimpDatafileData</a> *file_data,
|
||||
gpointer user_data);</pre>
|
||||
<p>
|
||||
|
||||
@ -107,9 +107,9 @@ Functions to handle GIMP data files.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2579823"></a><h3>
|
||||
<a name="id2583307"></a><h3>
|
||||
<a name="gimp-datafiles-check-extension"></a>gimp_datafiles_check_extension ()</h3>
|
||||
<a class="indexterm" name="id2579834"></a><pre class="programlisting">gboolean gimp_datafiles_check_extension (const gchar *filename,
|
||||
<a class="indexterm" name="id2583318"></a><pre class="programlisting">gboolean gimp_datafiles_check_extension (const gchar *filename,
|
||||
const gchar *extension);</pre>
|
||||
<p>
|
||||
|
||||
@ -139,9 +139,9 @@ Functions to handle GIMP data files.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2585767"></a><h3>
|
||||
<a name="id2592053"></a><h3>
|
||||
<a name="gimp-datafiles-read-directories"></a>gimp_datafiles_read_directories ()</h3>
|
||||
<a class="indexterm" name="id2585779"></a><pre class="programlisting">void gimp_datafiles_read_directories (const gchar *path_str,
|
||||
<a class="indexterm" name="id2592064"></a><pre class="programlisting">void gimp_datafiles_read_directories (const gchar *path_str,
|
||||
GFileTest flags,
|
||||
<a href="libgimpbase-gimpdatafiles.html#GimpDatafileLoaderFunc">GimpDatafileLoaderFunc</a> loader_func,
|
||||
gpointer user_data);</pre>
|
||||
|
||||
@ -21,16 +21,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpmemsize.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2597108" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2573894" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2598403" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2574488" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpenv"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2597108"></a><span class="refentrytitle">gimpenv</span>
|
||||
<a name="id2573894"></a><span class="refentrytitle">gimpenv</span>
|
||||
</h2>
|
||||
<p>gimpenv — Functions to access the GIMP environment.</p>
|
||||
</td>
|
||||
@ -59,18 +59,18 @@ gchar* <a href="libgimpbase-gimpenv.html#gimp-path-get-user-writabl
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2598403"></a><h2>Description</h2>
|
||||
<a name="id2574488"></a><h2>Description</h2>
|
||||
<p>
|
||||
A set of functions to find the locations of GIMP's data directories and
|
||||
configuration files.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2598420"></a><h2>Details</h2>
|
||||
<a name="id2574505"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2598431"></a><h3>
|
||||
<a name="id2574516"></a><h3>
|
||||
<a name="gimp-directory"></a>gimp_directory ()</h3>
|
||||
<a class="indexterm" name="id2598443"></a><pre class="programlisting">const gchar* gimp_directory (void);</pre>
|
||||
<a class="indexterm" name="id2574529"></a><pre class="programlisting">const gchar* gimp_directory (void);</pre>
|
||||
<p>
|
||||
Returns the user-specific GIMP settings directory. If the
|
||||
environment variable GIMP2_DIRECTORY exists, it is used. If it is
|
||||
@ -106,9 +106,9 @@ is on Windows).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2598535"></a><h3>
|
||||
<a name="id2574620"></a><h3>
|
||||
<a name="gimp-personal-rc-file"></a>gimp_personal_rc_file ()</h3>
|
||||
<a class="indexterm" name="id2598546"></a><pre class="programlisting">gchar* gimp_personal_rc_file (const gchar *basename);</pre>
|
||||
<a class="indexterm" name="id2574631"></a><pre class="programlisting">gchar* gimp_personal_rc_file (const gchar *basename);</pre>
|
||||
<p>
|
||||
Returns the name of a file in the user-specific GIMP settings directory.
|
||||
</p>
|
||||
@ -138,9 +138,9 @@ is on Windows).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2575575"></a><h3>
|
||||
<a name="id2583612"></a><h3>
|
||||
<a name="gimp-data-directory"></a>gimp_data_directory ()</h3>
|
||||
<a class="indexterm" name="id2575587"></a><pre class="programlisting">const gchar* gimp_data_directory (void);</pre>
|
||||
<a class="indexterm" name="id2583624"></a><pre class="programlisting">const gchar* gimp_data_directory (void);</pre>
|
||||
<p>
|
||||
Returns the top directory for GIMP data. If the environment
|
||||
variable GIMP2_DATADIR exists, that is used. It should be an
|
||||
@ -167,9 +167,9 @@ is on Windows).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2575650"></a><h3>
|
||||
<a name="id2583686"></a><h3>
|
||||
<a name="gimp-locale-directory"></a>gimp_locale_directory ()</h3>
|
||||
<a class="indexterm" name="id2575661"></a><pre class="programlisting">const gchar* gimp_locale_directory (void);</pre>
|
||||
<a class="indexterm" name="id2583697"></a><pre class="programlisting">const gchar* gimp_locale_directory (void);</pre>
|
||||
<p>
|
||||
Returns the top directory for GIMP locale files. If the environment
|
||||
variable GIMP2_LOCALEDIR exists, that is used. It should be an
|
||||
@ -196,9 +196,9 @@ is on Windows).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2575723"></a><h3>
|
||||
<a name="id2583759"></a><h3>
|
||||
<a name="gimp-plug-in-directory"></a>gimp_plug_in_directory ()</h3>
|
||||
<a class="indexterm" name="id2575734"></a><pre class="programlisting">const gchar* gimp_plug_in_directory (void);</pre>
|
||||
<a class="indexterm" name="id2583770"></a><pre class="programlisting">const gchar* gimp_plug_in_directory (void);</pre>
|
||||
<p>
|
||||
Returns the top directory for GIMP plug_ins and modules. If the
|
||||
environment variable GIMP2_PLUGINDIR exists, that is used. It
|
||||
@ -225,9 +225,9 @@ is on Windows).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2597343"></a><h3>
|
||||
<a name="id2588903"></a><h3>
|
||||
<a name="gimp-sysconf-directory"></a>gimp_sysconf_directory ()</h3>
|
||||
<a class="indexterm" name="id2597354"></a><pre class="programlisting">const gchar* gimp_sysconf_directory (void);</pre>
|
||||
<a class="indexterm" name="id2588914"></a><pre class="programlisting">const gchar* gimp_sysconf_directory (void);</pre>
|
||||
<p>
|
||||
Returns the top directory for GIMP config files. If the environment
|
||||
variable GIMP2_SYSCONFDIR exists, that is used. It should be an
|
||||
@ -254,9 +254,9 @@ is on Windows).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2597417"></a><h3>
|
||||
<a name="id2588976"></a><h3>
|
||||
<a name="gimp-gtkrc"></a>gimp_gtkrc ()</h3>
|
||||
<a class="indexterm" name="id2597429"></a><pre class="programlisting">const gchar* gimp_gtkrc (void);</pre>
|
||||
<a class="indexterm" name="id2588988"></a><pre class="programlisting">const gchar* gimp_gtkrc (void);</pre>
|
||||
<p>
|
||||
Returns the name of the GIMP's application-specific gtkrc file.
|
||||
</p>
|
||||
@ -279,9 +279,9 @@ is on Windows).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2597488"></a><h3>
|
||||
<a name="id2589048"></a><h3>
|
||||
<a name="gimp-path-parse"></a>gimp_path_parse ()</h3>
|
||||
<a class="indexterm" name="id2597501"></a><pre class="programlisting">GList* gimp_path_parse (const gchar *path,
|
||||
<a class="indexterm" name="id2589060"></a><pre class="programlisting">GList* gimp_path_parse (const gchar *path,
|
||||
gint max_paths,
|
||||
gboolean check,
|
||||
GList **check_failed);</pre>
|
||||
@ -324,9 +324,9 @@ is on Windows).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2600879"></a><h3>
|
||||
<a name="id2601047"></a><h3>
|
||||
<a name="gimp-path-to-str"></a>gimp_path_to_str ()</h3>
|
||||
<a class="indexterm" name="id2600890"></a><pre class="programlisting">gchar* gimp_path_to_str (GList *path);</pre>
|
||||
<a class="indexterm" name="id2601057"></a><pre class="programlisting">gchar* gimp_path_to_str (GList *path);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -350,9 +350,9 @@ is on Windows).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2600962"></a><h3>
|
||||
<a name="id2601129"></a><h3>
|
||||
<a name="gimp-path-free"></a>gimp_path_free ()</h3>
|
||||
<a class="indexterm" name="id2600975"></a><pre class="programlisting">void gimp_path_free (GList *path);</pre>
|
||||
<a class="indexterm" name="id2601141"></a><pre class="programlisting">void gimp_path_free (GList *path);</pre>
|
||||
<p>
|
||||
This function frees the memory allocated for the list and the strings
|
||||
it contains.</p>
|
||||
@ -370,9 +370,9 @@ it contains.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2601036"></a><h3>
|
||||
<a name="id2601202"></a><h3>
|
||||
<a name="gimp-path-get-user-writable-dir"></a>gimp_path_get_user_writable_dir ()</h3>
|
||||
<a class="indexterm" name="id2601049"></a><pre class="programlisting">gchar* gimp_path_get_user_writable_dir (GList *path);</pre>
|
||||
<a class="indexterm" name="id2601215"></a><pre class="programlisting">gchar* gimp_path_get_user_writable_dir (GList *path);</pre>
|
||||
<p>
|
||||
Note that you have to <code class="function">g_free()</code> the returned string.</p>
|
||||
<p>
|
||||
|
||||
@ -21,16 +21,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpchecks.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2561762" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2582144" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2573752" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2573973" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimplimits"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2561762"></a><span class="refentrytitle">gimplimits</span>
|
||||
<a name="id2582144"></a><span class="refentrytitle">gimplimits</span>
|
||||
</h2>
|
||||
<p>gimplimits — Boundaries of some GIMP data types and some global constants.</p>
|
||||
</td>
|
||||
@ -50,18 +50,18 @@
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2573752"></a><h2>Description</h2>
|
||||
<a name="id2573973"></a><h2>Description</h2>
|
||||
<p>
|
||||
Boundaries of some GIMP data types and some global constants.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2580773"></a><h2>Details</h2>
|
||||
<a name="id2590722"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2580784"></a><h3>
|
||||
<a name="id2590733"></a><h3>
|
||||
<a name="GIMP-MIN-IMAGE-SIZE:CAPS"></a>GIMP_MIN_IMAGE_SIZE</h3>
|
||||
<a class="indexterm" name="id2580795"></a><pre class="programlisting">#define GIMP_MIN_IMAGE_SIZE 1
|
||||
<a class="indexterm" name="id2590745"></a><pre class="programlisting">#define GIMP_MIN_IMAGE_SIZE 1
|
||||
</pre>
|
||||
<p>
|
||||
The minimum width and height of a GIMP image in pixels.
|
||||
@ -69,9 +69,9 @@ The minimum width and height of a GIMP image in pixels.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2580812"></a><h3>
|
||||
<a name="id2590761"></a><h3>
|
||||
<a name="GIMP-MAX-IMAGE-SIZE:CAPS"></a>GIMP_MAX_IMAGE_SIZE</h3>
|
||||
<a class="indexterm" name="id2563958"></a><pre class="programlisting">#define GIMP_MAX_IMAGE_SIZE 262144 /* 2^18 */
|
||||
<a class="indexterm" name="id2570959"></a><pre class="programlisting">#define GIMP_MAX_IMAGE_SIZE 262144 /* 2^18 */
|
||||
</pre>
|
||||
<p>
|
||||
The maximum width and height of a GIMP image in pixels. This is a
|
||||
@ -81,9 +81,9 @@ sizes is needed; for example to give a spin button an upper limit.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2563978"></a><h3>
|
||||
<a name="id2570978"></a><h3>
|
||||
<a name="GIMP-MIN-RESOLUTION:CAPS"></a>GIMP_MIN_RESOLUTION</h3>
|
||||
<a class="indexterm" name="id2563990"></a><pre class="programlisting">#define GIMP_MIN_RESOLUTION 5e-3 /* shouldn't display as 0.000 */
|
||||
<a class="indexterm" name="id2570989"></a><pre class="programlisting">#define GIMP_MIN_RESOLUTION 5e-3 /* shouldn't display as 0.000 */
|
||||
</pre>
|
||||
<p>
|
||||
The minimum resolution of a GIMP image in pixels per inch. This is a
|
||||
@ -94,9 +94,9 @@ this value.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2564010"></a><h3>
|
||||
<a name="id2571009"></a><h3>
|
||||
<a name="GIMP-MAX-RESOLUTION:CAPS"></a>GIMP_MAX_RESOLUTION</h3>
|
||||
<a class="indexterm" name="id2564022"></a><pre class="programlisting">#define GIMP_MAX_RESOLUTION 65536.0
|
||||
<a class="indexterm" name="id2571021"></a><pre class="programlisting">#define GIMP_MAX_RESOLUTION 65536.0
|
||||
</pre>
|
||||
<p>
|
||||
The maximum resolution of a GIMP image in pixels per inch. This is a
|
||||
@ -107,9 +107,9 @@ this value.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2564041"></a><h3>
|
||||
<a name="id2571040"></a><h3>
|
||||
<a name="GIMP-MAX-MEMSIZE:CAPS"></a>GIMP_MAX_MEMSIZE</h3>
|
||||
<a class="indexterm" name="id2564052"></a><pre class="programlisting">#define GIMP_MAX_MEMSIZE ((guint64) 1 << 42) /* 4 terabyte;
|
||||
<a class="indexterm" name="id2571052"></a><pre class="programlisting">#define GIMP_MAX_MEMSIZE ((guint64) 1 << 42) /* 4 terabyte;
|
||||
</pre>
|
||||
<p>
|
||||
A large but arbitrary value that can be used when an upper limit for a
|
||||
|
||||
@ -21,16 +21,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpparasite.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2593613" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2586877" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2595739" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2579446" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpmemsize"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2593613"></a><span class="refentrytitle">gimpmemsize</span>
|
||||
<a name="id2586877"></a><span class="refentrytitle">gimpmemsize</span>
|
||||
</h2>
|
||||
<p>gimpmemsize — Functions to (de)serialize a given memory size.</p>
|
||||
</td>
|
||||
@ -52,17 +52,17 @@ gchar* <a href="libgimpbase-gimpmemsize.html#gimp-memsize-to-string
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2595739"></a><h2>Description</h2>
|
||||
<a name="id2579446"></a><h2>Description</h2>
|
||||
<p>
|
||||
Functions to (de)serialize a given memory size.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2595755"></a><h2>Details</h2>
|
||||
<a name="id2579463"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2595766"></a><h3>
|
||||
<a name="id2579473"></a><h3>
|
||||
<a name="gimp-memsize-serialize"></a>gimp_memsize_serialize ()</h3>
|
||||
<a class="indexterm" name="id2595780"></a><pre class="programlisting">gchar* gimp_memsize_serialize (guint64 memsize);</pre>
|
||||
<a class="indexterm" name="id2579487"></a><pre class="programlisting">gchar* gimp_memsize_serialize (guint64 memsize);</pre>
|
||||
<p>
|
||||
Creates a string representation of a given memory size. This string
|
||||
can be parsed by <a href="libgimpbase-gimpmemsize.html#gimp-memsize-deserialize"><code class="function">gimp_memsize_deserialize()</code></a> and can thus be used in
|
||||
@ -92,9 +92,9 @@ nice human-readable string please use <a href="libgimpbase-gimpmemsize.html#gimp
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2569020"></a><h3>
|
||||
<a name="id2565627"></a><h3>
|
||||
<a name="gimp-memsize-deserialize"></a>gimp_memsize_deserialize ()</h3>
|
||||
<a class="indexterm" name="id2569034"></a><pre class="programlisting">gboolean gimp_memsize_deserialize (const gchar *string,
|
||||
<a class="indexterm" name="id2565640"></a><pre class="programlisting">gboolean gimp_memsize_deserialize (const gchar *string,
|
||||
guint64 *memsize);</pre>
|
||||
<p>
|
||||
Parses a string representation of a memory size as returned by
|
||||
@ -129,9 +129,9 @@ Parses a string representation of a memory size as returned by
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2562770"></a><h3>
|
||||
<a name="id2556749"></a><h3>
|
||||
<a name="gimp-memsize-to-string"></a>gimp_memsize_to_string ()</h3>
|
||||
<a class="indexterm" name="id2562781"></a><pre class="programlisting">gchar* gimp_memsize_to_string (guint64 memsize);</pre>
|
||||
<a class="indexterm" name="id2556760"></a><pre class="programlisting">gchar* gimp_memsize_to_string (guint64 memsize);</pre>
|
||||
<p>
|
||||
This function returns a human readable, translated representation
|
||||
of the passed <em class="parameter"><code>memsize</code></em>. Large values are displayed using a
|
||||
@ -158,9 +158,9 @@ becomes "4.4 KB" and so on.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2562851"></a><h3>
|
||||
<a name="id2556830"></a><h3>
|
||||
<a name="GIMP-TYPE-MEMSIZE:CAPS"></a>GIMP_TYPE_MEMSIZE</h3>
|
||||
<a class="indexterm" name="id2562863"></a><pre class="programlisting">#define GIMP_TYPE_MEMSIZE (gimp_memsize_get_type ())
|
||||
<a class="indexterm" name="id2556842"></a><pre class="programlisting">#define GIMP_TYPE_MEMSIZE (gimp_memsize_get_type ())
|
||||
</pre>
|
||||
<p>
|
||||
<a href="libgimpbase-gimpmemsize.html#GIMP-TYPE-MEMSIZE:CAPS"><span class="type">GIMP_TYPE_MEMSIZE</span></a> is a <span class="type">GType</span> derived from <span class="type">G_TYPE_UINT64</span>.
|
||||
@ -168,9 +168,9 @@ becomes "4.4 KB" and so on.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2562901"></a><h3>
|
||||
<a name="id2556880"></a><h3>
|
||||
<a name="GIMP-VALUE-HOLDS-MEMSIZE:CAPS"></a>GIMP_VALUE_HOLDS_MEMSIZE()</h3>
|
||||
<a class="indexterm" name="id2562912"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_MEMSIZE(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_MEMSIZE))
|
||||
<a class="indexterm" name="id2556891"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_MEMSIZE(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_MEMSIZE))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
|
||||
@ -21,16 +21,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpparasiteio.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2587986" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2586818" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2598370" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2557208" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpparasite"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2587986"></a><span class="refentrytitle">gimpparasite</span>
|
||||
<a name="id2586818"></a><span class="refentrytitle">gimpparasite</span>
|
||||
</h2>
|
||||
<p>gimpparasite — Arbitrary pieces of data which can be attached to various GIMP objects.</p>
|
||||
</td>
|
||||
@ -72,18 +72,18 @@ glong <a href="libgimpbase-gimpparasite.html#gimp-parasite-data-si
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2598370"></a><h2>Description</h2>
|
||||
<a name="id2557208"></a><h2>Description</h2>
|
||||
<p>
|
||||
Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2569955"></a><h2>Details</h2>
|
||||
<a name="id2600638"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2569966"></a><h3>
|
||||
<a name="id2600648"></a><h3>
|
||||
<a name="GimpParasite"></a>GimpParasite</h3>
|
||||
<a class="indexterm" name="id2569978"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2600661"></a><pre class="programlisting">typedef struct {
|
||||
gchar *name; /* The name of the parasite. USE A UNIQUE PREFIX! */
|
||||
guint32 flags; /* save Parasite in XCF file, etc. */
|
||||
guint32 size; /* amount of data */
|
||||
@ -97,9 +97,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2570000"></a><h3>
|
||||
<a name="id2600683"></a><h3>
|
||||
<a name="gimp-parasite-new"></a>gimp_parasite_new ()</h3>
|
||||
<a class="indexterm" name="id2570012"></a><pre class="programlisting"><a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a>* gimp_parasite_new (const gchar *name,
|
||||
<a class="indexterm" name="id2600695"></a><pre class="programlisting"><a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a>* gimp_parasite_new (const gchar *name,
|
||||
guint32 flags,
|
||||
guint32 size,
|
||||
gconstpointer data);</pre>
|
||||
@ -141,9 +141,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2570133"></a><h3>
|
||||
<a name="id2600816"></a><h3>
|
||||
<a name="gimp-parasite-free"></a>gimp_parasite_free ()</h3>
|
||||
<a class="indexterm" name="id2570145"></a><pre class="programlisting">void gimp_parasite_free (<a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<a class="indexterm" name="id2600828"></a><pre class="programlisting">void gimp_parasite_free (<a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -160,9 +160,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2570191"></a><h3>
|
||||
<a name="id2600874"></a><h3>
|
||||
<a name="gimp-parasite-copy"></a>gimp_parasite_copy ()</h3>
|
||||
<a class="indexterm" name="id2570204"></a><pre class="programlisting"><a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a>* gimp_parasite_copy (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<a class="indexterm" name="id2600886"></a><pre class="programlisting"><a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a>* gimp_parasite_copy (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -186,9 +186,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2593178"></a><h3>
|
||||
<a name="id2600410"></a><h3>
|
||||
<a name="gimp-parasite-compare"></a>gimp_parasite_compare ()</h3>
|
||||
<a class="indexterm" name="id2593190"></a><pre class="programlisting">gboolean gimp_parasite_compare (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *a,
|
||||
<a class="indexterm" name="id2600421"></a><pre class="programlisting">gboolean gimp_parasite_compare (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *a,
|
||||
const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *b);</pre>
|
||||
<p>
|
||||
|
||||
@ -218,9 +218,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2593268"></a><h3>
|
||||
<a name="id2600499"></a><h3>
|
||||
<a name="gimp-parasite-is-type"></a>gimp_parasite_is_type ()</h3>
|
||||
<a class="indexterm" name="id2593279"></a><pre class="programlisting">gboolean gimp_parasite_is_type (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite,
|
||||
<a class="indexterm" name="id2600510"></a><pre class="programlisting">gboolean gimp_parasite_is_type (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite,
|
||||
const gchar *name);</pre>
|
||||
<p>
|
||||
|
||||
@ -250,9 +250,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2593357"></a><h3>
|
||||
<a name="id2600588"></a><h3>
|
||||
<a name="gimp-parasite-is-persistent"></a>gimp_parasite_is_persistent ()</h3>
|
||||
<a class="indexterm" name="id2593368"></a><pre class="programlisting">gboolean gimp_parasite_is_persistent (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<a class="indexterm" name="id2600600"></a><pre class="programlisting">gboolean gimp_parasite_is_persistent (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -276,9 +276,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603192"></a><h3>
|
||||
<a name="id2603354"></a><h3>
|
||||
<a name="gimp-parasite-is-undoable"></a>gimp_parasite_is_undoable ()</h3>
|
||||
<a class="indexterm" name="id2603203"></a><pre class="programlisting">gboolean gimp_parasite_is_undoable (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<a class="indexterm" name="id2603364"></a><pre class="programlisting">gboolean gimp_parasite_is_undoable (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -302,9 +302,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603253"></a><h3>
|
||||
<a name="id2603415"></a><h3>
|
||||
<a name="gimp-parasite-has-flag"></a>gimp_parasite_has_flag ()</h3>
|
||||
<a class="indexterm" name="id2603264"></a><pre class="programlisting">gboolean gimp_parasite_has_flag (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite,
|
||||
<a class="indexterm" name="id2603425"></a><pre class="programlisting">gboolean gimp_parasite_has_flag (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite,
|
||||
gulong flag);</pre>
|
||||
<p>
|
||||
|
||||
@ -334,9 +334,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603335"></a><h3>
|
||||
<a name="id2603497"></a><h3>
|
||||
<a name="gimp-parasite-flags"></a>gimp_parasite_flags ()</h3>
|
||||
<a class="indexterm" name="id2603348"></a><pre class="programlisting">gulong gimp_parasite_flags (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<a class="indexterm" name="id2603510"></a><pre class="programlisting">gulong gimp_parasite_flags (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -360,9 +360,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603404"></a><h3>
|
||||
<a name="id2603566"></a><h3>
|
||||
<a name="gimp-parasite-name"></a>gimp_parasite_name ()</h3>
|
||||
<a class="indexterm" name="id2596169"></a><pre class="programlisting">const gchar* gimp_parasite_name (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<a class="indexterm" name="id2603579"></a><pre class="programlisting">const gchar* gimp_parasite_name (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -386,9 +386,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603451"></a><h3>
|
||||
<a name="id2603637"></a><h3>
|
||||
<a name="gimp-parasite-data"></a>gimp_parasite_data ()</h3>
|
||||
<a class="indexterm" name="id2603461"></a><pre class="programlisting">gconstpointer gimp_parasite_data (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<a class="indexterm" name="id2603649"></a><pre class="programlisting">gconstpointer gimp_parasite_data (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -412,85 +412,85 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603511"></a><h3>
|
||||
<a name="gimp-parasite-data-size"></a>gimp_parasite_data_size ()</h3>
|
||||
<a class="indexterm" name="id2603522"></a><pre class="programlisting">glong gimp_parasite_data_size (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>parasite</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603572"></a><h3>
|
||||
<a name="GIMP-PARASITE-PERSISTENT:CAPS"></a>GIMP_PARASITE_PERSISTENT</h3>
|
||||
<a class="indexterm" name="id2603585"></a><pre class="programlisting">#define GIMP_PARASITE_PERSISTENT 1
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603598"></a><h3>
|
||||
<a name="GIMP-PARASITE-UNDOABLE:CAPS"></a>GIMP_PARASITE_UNDOABLE</h3>
|
||||
<a class="indexterm" name="id2603609"></a><pre class="programlisting">#define GIMP_PARASITE_UNDOABLE 2
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603623"></a><h3>
|
||||
<a name="GIMP-PARASITE-ATTACH-PARENT:CAPS"></a>GIMP_PARASITE_ATTACH_PARENT</h3>
|
||||
<a class="indexterm" name="id2603635"></a><pre class="programlisting">#define GIMP_PARASITE_ATTACH_PARENT (0x80 << 8)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603650"></a><h3>
|
||||
<a name="GIMP-PARASITE-PARENT-PERSISTENT:CAPS"></a>GIMP_PARASITE_PARENT_PERSISTENT</h3>
|
||||
<a class="indexterm" name="id2603663"></a><pre class="programlisting">#define GIMP_PARASITE_PARENT_PERSISTENT (GIMP_PARASITE_PERSISTENT << 8)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603678"></a><h3>
|
||||
<a name="GIMP-PARASITE-PARENT-UNDOABLE:CAPS"></a>GIMP_PARASITE_PARENT_UNDOABLE</h3>
|
||||
<a class="indexterm" name="id2603691"></a><pre class="programlisting">#define GIMP_PARASITE_PARENT_UNDOABLE (GIMP_PARASITE_UNDOABLE << 8)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603706"></a><h3>
|
||||
<a name="gimp-parasite-data-size"></a>gimp_parasite_data_size ()</h3>
|
||||
<a class="indexterm" name="id2603717"></a><pre class="programlisting">glong gimp_parasite_data_size (const <a href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>parasite</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2593239"></a><h3>
|
||||
<a name="GIMP-PARASITE-PERSISTENT:CAPS"></a>GIMP_PARASITE_PERSISTENT</h3>
|
||||
<a class="indexterm" name="id2603767"></a><pre class="programlisting">#define GIMP_PARASITE_PERSISTENT 1
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603780"></a><h3>
|
||||
<a name="GIMP-PARASITE-UNDOABLE:CAPS"></a>GIMP_PARASITE_UNDOABLE</h3>
|
||||
<a class="indexterm" name="id2603791"></a><pre class="programlisting">#define GIMP_PARASITE_UNDOABLE 2
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603805"></a><h3>
|
||||
<a name="GIMP-PARASITE-ATTACH-PARENT:CAPS"></a>GIMP_PARASITE_ATTACH_PARENT</h3>
|
||||
<a class="indexterm" name="id2603817"></a><pre class="programlisting">#define GIMP_PARASITE_ATTACH_PARENT (0x80 << 8)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603832"></a><h3>
|
||||
<a name="GIMP-PARASITE-PARENT-PERSISTENT:CAPS"></a>GIMP_PARASITE_PARENT_PERSISTENT</h3>
|
||||
<a class="indexterm" name="id2603845"></a><pre class="programlisting">#define GIMP_PARASITE_PARENT_PERSISTENT (GIMP_PARASITE_PERSISTENT << 8)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603860"></a><h3>
|
||||
<a name="GIMP-PARASITE-PARENT-UNDOABLE:CAPS"></a>GIMP_PARASITE_PARENT_UNDOABLE</h3>
|
||||
<a class="indexterm" name="id2603873"></a><pre class="programlisting">#define GIMP_PARASITE_PARENT_UNDOABLE (GIMP_PARASITE_UNDOABLE << 8)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603888"></a><h3>
|
||||
<a name="GIMP-PARASITE-ATTACH-GRANDPARENT:CAPS"></a>GIMP_PARASITE_ATTACH_GRANDPARENT</h3>
|
||||
<a class="indexterm" name="id2603719"></a><pre class="programlisting">#define GIMP_PARASITE_ATTACH_GRANDPARENT (0x80 << 16)
|
||||
<a class="indexterm" name="id2603901"></a><pre class="programlisting">#define GIMP_PARASITE_ATTACH_GRANDPARENT (0x80 << 16)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -498,9 +498,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603734"></a><h3>
|
||||
<a name="id2603916"></a><h3>
|
||||
<a name="GIMP-PARASITE-GRANDPARENT-PERSISTENT:CAPS"></a>GIMP_PARASITE_GRANDPARENT_PERSISTENT</h3>
|
||||
<a class="indexterm" name="id2603746"></a><pre class="programlisting">#define GIMP_PARASITE_GRANDPARENT_PERSISTENT (GIMP_PARASITE_PERSISTENT << 16)
|
||||
<a class="indexterm" name="id2603928"></a><pre class="programlisting">#define GIMP_PARASITE_GRANDPARENT_PERSISTENT (GIMP_PARASITE_PERSISTENT << 16)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -508,9 +508,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603762"></a><h3>
|
||||
<a name="id2603944"></a><h3>
|
||||
<a name="GIMP-PARASITE-GRANDPARENT-UNDOABLE:CAPS"></a>GIMP_PARASITE_GRANDPARENT_UNDOABLE</h3>
|
||||
<a class="indexterm" name="id2603776"></a><pre class="programlisting">#define GIMP_PARASITE_GRANDPARENT_UNDOABLE (GIMP_PARASITE_UNDOABLE << 16)
|
||||
<a class="indexterm" name="id2603958"></a><pre class="programlisting">#define GIMP_PARASITE_GRANDPARENT_UNDOABLE (GIMP_PARASITE_UNDOABLE << 16)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -518,7 +518,7 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2603792"></a><h2>See Also</h2>
|
||||
<a name="id2603974"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<a
|
||||
href="../app/GimpImage.html#gimp-image-parasite-attach"
|
||||
|
||||
@ -21,16 +21,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpsignal.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2584432" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2572297" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2602177" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2602338" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpparasiteio"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2584432"></a><span class="refentrytitle">gimpparasiteio</span>
|
||||
<a name="id2572297"></a><span class="refentrytitle">gimpparasiteio</span>
|
||||
</h2>
|
||||
<p>gimpparasiteio — Utility functions to (de)serialize certain C structures to/from <a href="libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a>'s.</p>
|
||||
</td>
|
||||
@ -50,18 +50,18 @@ gchar* <a href="libgimpbase-gimpparasiteio.html#gimp-pixpipe-params
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2602177"></a><h2>Description</h2>
|
||||
<a name="id2602338"></a><h2>Description</h2>
|
||||
<p>
|
||||
Utility functions to (de)serialize certain C structures to/from <a href="libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a>'s.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2602201"></a><h2>Details</h2>
|
||||
<a name="id2602362"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602212"></a><h3>
|
||||
<a name="id2602373"></a><h3>
|
||||
<a name="GIMP-PIXPIPE-MAXDIM:CAPS"></a>GIMP_PIXPIPE_MAXDIM</h3>
|
||||
<a class="indexterm" name="id2602224"></a><pre class="programlisting">#define GIMP_PIXPIPE_MAXDIM 4
|
||||
<a class="indexterm" name="id2602384"></a><pre class="programlisting">#define GIMP_PIXPIPE_MAXDIM 4
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -69,9 +69,9 @@ Utility functions to (de)serialize certain C structures to/from <a href="libgimp
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602239"></a><h3>
|
||||
<a name="id2602400"></a><h3>
|
||||
<a name="gimp-pixpipe-params-init"></a>gimp_pixpipe_params_init ()</h3>
|
||||
<a class="indexterm" name="id2602250"></a><pre class="programlisting">void gimp_pixpipe_params_init (GimpPixPipeParams *params);</pre>
|
||||
<a class="indexterm" name="id2602411"></a><pre class="programlisting">void gimp_pixpipe_params_init (GimpPixPipeParams *params);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -88,9 +88,9 @@ Utility functions to (de)serialize certain C structures to/from <a href="libgimp
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2582033"></a><h3>
|
||||
<a name="id2580148"></a><h3>
|
||||
<a name="gimp-pixpipe-params-parse"></a>gimp_pixpipe_params_parse ()</h3>
|
||||
<a class="indexterm" name="id2582044"></a><pre class="programlisting">void gimp_pixpipe_params_parse (const gchar *parameters,
|
||||
<a class="indexterm" name="id2580159"></a><pre class="programlisting">void gimp_pixpipe_params_parse (const gchar *parameters,
|
||||
GimpPixPipeParams *params);</pre>
|
||||
<p>
|
||||
|
||||
@ -115,9 +115,9 @@ Utility functions to (de)serialize certain C structures to/from <a href="libgimp
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2582112"></a><h3>
|
||||
<a name="id2580227"></a><h3>
|
||||
<a name="gimp-pixpipe-params-build"></a>gimp_pixpipe_params_build ()</h3>
|
||||
<a class="indexterm" name="id2582123"></a><pre class="programlisting">gchar* gimp_pixpipe_params_build (GimpPixPipeParams *params);</pre>
|
||||
<a class="indexterm" name="id2580238"></a><pre class="programlisting">gchar* gimp_pixpipe_params_build (GimpPixPipeParams *params);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -141,7 +141,7 @@ Utility functions to (de)serialize certain C structures to/from <a href="libgimp
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2586971"></a><h2>See Also</h2>
|
||||
<a name="id2557349"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<a href="libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a>
|
||||
</p>
|
||||
|
||||
@ -21,16 +21,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpwire.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2575926" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2591999" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2579444" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2605466" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpprotocol"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2575926"></a><span class="refentrytitle">gimpprotocol</span>
|
||||
<a name="id2591999"></a><span class="refentrytitle">gimpprotocol</span>
|
||||
</h2>
|
||||
<p>gimpprotocol — The communication protocol between GIMP and it's plug-ins.</p>
|
||||
</td>
|
||||
@ -92,18 +92,18 @@ gboolean <a href="libgimpbase-gimpprotocol.html#gp-extension-ack-writ
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2579444"></a><h2>Description</h2>
|
||||
<a name="id2605466"></a><h2>Description</h2>
|
||||
<p>
|
||||
The communication protocol between GIMP and it's plug-ins.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2579460"></a><h2>Details</h2>
|
||||
<a name="id2605483"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2579471"></a><h3>
|
||||
<a name="id2605494"></a><h3>
|
||||
<a name="GIMP-PROTOCOL-VERSION:CAPS"></a>GIMP_PROTOCOL_VERSION</h3>
|
||||
<a class="indexterm" name="id2579482"></a><pre class="programlisting">#define GIMP_PROTOCOL_VERSION 0x0011
|
||||
<a class="indexterm" name="id2605505"></a><pre class="programlisting">#define GIMP_PROTOCOL_VERSION 0x0011
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -111,9 +111,9 @@ The communication protocol between GIMP and it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2579498"></a><h3>
|
||||
<a name="id2605520"></a><h3>
|
||||
<a name="GPConfig"></a>GPConfig</h3>
|
||||
<a class="indexterm" name="id2579510"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2605532"></a><pre class="programlisting">typedef struct {
|
||||
guint32 version;
|
||||
guint32 tile_width;
|
||||
guint32 tile_height;
|
||||
@ -142,9 +142,9 @@ The communication protocol between GIMP and it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2597834"></a><h3>
|
||||
<a name="id2561352"></a><h3>
|
||||
<a name="GPTileReq"></a>GPTileReq</h3>
|
||||
<a class="indexterm" name="id2576177"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2602775"></a><pre class="programlisting">typedef struct {
|
||||
gint32 drawable_ID;
|
||||
guint32 tile_num;
|
||||
guint32 shadow;
|
||||
@ -156,18 +156,18 @@ The communication protocol between GIMP and it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2562512"></a><h3>
|
||||
<a name="id2561143"></a><h3>
|
||||
<a name="GPTileAck"></a>GPTileAck</h3>
|
||||
<a class="indexterm" name="id2579536"></a><pre class="programlisting">typedef struct _GPTileAck GPTileAck;</pre>
|
||||
<a class="indexterm" name="id2605558"></a><pre class="programlisting">typedef struct _GPTileAck GPTileAck;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2579551"></a><h3>
|
||||
<a name="id2605573"></a><h3>
|
||||
<a name="GPTileData"></a>GPTileData</h3>
|
||||
<a class="indexterm" name="id2596650"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2558778"></a><pre class="programlisting">typedef struct {
|
||||
gint32 drawable_ID;
|
||||
guint32 tile_num;
|
||||
guint32 shadow;
|
||||
@ -184,9 +184,9 @@ The communication protocol between GIMP and it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2596668"></a><h3>
|
||||
<a name="id2558797"></a><h3>
|
||||
<a name="GPParam"></a>GPParam</h3>
|
||||
<a class="indexterm" name="id2596680"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2558809"></a><pre class="programlisting">typedef struct {
|
||||
guint32 type;
|
||||
|
||||
union
|
||||
@ -234,9 +234,9 @@ The communication protocol between GIMP and it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2596708"></a><h3>
|
||||
<a name="id2558837"></a><h3>
|
||||
<a name="GPParamDef"></a>GPParamDef</h3>
|
||||
<a class="indexterm" name="id2596720"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2558849"></a><pre class="programlisting">typedef struct {
|
||||
guint32 type;
|
||||
gchar *name;
|
||||
gchar *description;
|
||||
@ -248,9 +248,9 @@ The communication protocol between GIMP and it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2596737"></a><h3>
|
||||
<a name="id2558866"></a><h3>
|
||||
<a name="GPProcRun"></a>GPProcRun</h3>
|
||||
<a class="indexterm" name="id2596749"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2558878"></a><pre class="programlisting">typedef struct {
|
||||
gchar *name;
|
||||
guint32 nparams;
|
||||
GPParam *params;
|
||||
@ -262,9 +262,9 @@ The communication protocol between GIMP and it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2596766"></a><h3>
|
||||
<a name="id2558895"></a><h3>
|
||||
<a name="GPProcReturn"></a>GPProcReturn</h3>
|
||||
<a class="indexterm" name="id2596779"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2558907"></a><pre class="programlisting">typedef struct {
|
||||
gchar *name;
|
||||
guint32 nparams;
|
||||
GPParam *params;
|
||||
@ -276,9 +276,9 @@ The communication protocol between GIMP and it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2596796"></a><h3>
|
||||
<a name="id2558924"></a><h3>
|
||||
<a name="GPProcInstall"></a>GPProcInstall</h3>
|
||||
<a class="indexterm" name="id2596808"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2558937"></a><pre class="programlisting">typedef struct {
|
||||
gchar *name;
|
||||
gchar *blurb;
|
||||
gchar *help;
|
||||
@ -300,9 +300,9 @@ The communication protocol between GIMP and it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2596829"></a><h3>
|
||||
<a name="id2558958"></a><h3>
|
||||
<a name="GPProcUninstall"></a>GPProcUninstall</h3>
|
||||
<a class="indexterm" name="id2596842"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2558970"></a><pre class="programlisting">typedef struct {
|
||||
gchar *name;
|
||||
} GPProcUninstall;
|
||||
</pre>
|
||||
@ -312,18 +312,18 @@ The communication protocol between GIMP and it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2596858"></a><h3>
|
||||
<a name="id2558987"></a><h3>
|
||||
<a name="gp-init"></a>gp_init ()</h3>
|
||||
<a class="indexterm" name="id2596870"></a><pre class="programlisting">void gp_init (void);</pre>
|
||||
<a class="indexterm" name="id2558999"></a><pre class="programlisting">void gp_init (void);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2596891"></a><h3>
|
||||
<a name="id2559020"></a><h3>
|
||||
<a name="gp-has-init-write"></a>gp_has_init_write ()</h3>
|
||||
<a class="indexterm" name="id2596904"></a><pre class="programlisting">gboolean gp_has_init_write (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2559032"></a><pre class="programlisting">gboolean gp_has_init_write (GIOChannel *channel,
|
||||
gpointer user_data);</pre>
|
||||
<p>
|
||||
|
||||
@ -353,9 +353,9 @@ The communication protocol between GIMP and it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2610822"></a><h3>
|
||||
<a name="id2610990"></a><h3>
|
||||
<a name="gp-quit-write"></a>gp_quit_write ()</h3>
|
||||
<a class="indexterm" name="id2610833"></a><pre class="programlisting">gboolean gp_quit_write (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2611000"></a><pre class="programlisting">gboolean gp_quit_write (GIOChannel *channel,
|
||||
gpointer user_data);</pre>
|
||||
<p>
|
||||
|
||||
@ -385,9 +385,9 @@ The communication protocol between GIMP and it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2610902"></a><h3>
|
||||
<a name="id2611069"></a><h3>
|
||||
<a name="gp-config-write"></a>gp_config_write ()</h3>
|
||||
<a class="indexterm" name="id2610912"></a><pre class="programlisting">gboolean gp_config_write (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2611080"></a><pre class="programlisting">gboolean gp_config_write (GIOChannel *channel,
|
||||
<a href="libgimpbase-gimpprotocol.html#GPConfig">GPConfig</a> *config,
|
||||
gpointer user_data);</pre>
|
||||
<p>
|
||||
@ -423,9 +423,9 @@ The communication protocol between GIMP and it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611001"></a><h3>
|
||||
<a name="id2611168"></a><h3>
|
||||
<a name="gp-tile-req-write"></a>gp_tile_req_write ()</h3>
|
||||
<a class="indexterm" name="id2611011"></a><pre class="programlisting">gboolean gp_tile_req_write (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2611179"></a><pre class="programlisting">gboolean gp_tile_req_write (GIOChannel *channel,
|
||||
<a href="libgimpbase-gimpprotocol.html#GPTileReq">GPTileReq</a> *tile_req,
|
||||
gpointer user_data);</pre>
|
||||
<p>
|
||||
@ -461,9 +461,9 @@ The communication protocol between GIMP and it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611100"></a><h3>
|
||||
<a name="id2611267"></a><h3>
|
||||
<a name="gp-tile-ack-write"></a>gp_tile_ack_write ()</h3>
|
||||
<a class="indexterm" name="id2611110"></a><pre class="programlisting">gboolean gp_tile_ack_write (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2611278"></a><pre class="programlisting">gboolean gp_tile_ack_write (GIOChannel *channel,
|
||||
gpointer user_data);</pre>
|
||||
<p>
|
||||
|
||||
@ -493,9 +493,9 @@ The communication protocol between GIMP and it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611180"></a><h3>
|
||||
<a name="id2611347"></a><h3>
|
||||
<a name="gp-tile-data-write"></a>gp_tile_data_write ()</h3>
|
||||
<a class="indexterm" name="id2611190"></a><pre class="programlisting">gboolean gp_tile_data_write (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2611358"></a><pre class="programlisting">gboolean gp_tile_data_write (GIOChannel *channel,
|
||||
<a href="libgimpbase-gimpprotocol.html#GPTileData">GPTileData</a> *tile_data,
|
||||
gpointer user_data);</pre>
|
||||
<p>
|
||||
@ -531,9 +531,9 @@ The communication protocol between GIMP and it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611279"></a><h3>
|
||||
<a name="id2611446"></a><h3>
|
||||
<a name="gp-proc-run-write"></a>gp_proc_run_write ()</h3>
|
||||
<a class="indexterm" name="id2611289"></a><pre class="programlisting">gboolean gp_proc_run_write (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2611457"></a><pre class="programlisting">gboolean gp_proc_run_write (GIOChannel *channel,
|
||||
<a href="libgimpbase-gimpprotocol.html#GPProcRun">GPProcRun</a> *proc_run,
|
||||
gpointer user_data);</pre>
|
||||
<p>
|
||||
@ -569,9 +569,9 @@ The communication protocol between GIMP and it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611378"></a><h3>
|
||||
<a name="id2611545"></a><h3>
|
||||
<a name="gp-proc-return-write"></a>gp_proc_return_write ()</h3>
|
||||
<a class="indexterm" name="id2611388"></a><pre class="programlisting">gboolean gp_proc_return_write (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2611556"></a><pre class="programlisting">gboolean gp_proc_return_write (GIOChannel *channel,
|
||||
<a href="libgimpbase-gimpprotocol.html#GPProcReturn">GPProcReturn</a> *proc_return,
|
||||
gpointer user_data);</pre>
|
||||
<p>
|
||||
@ -607,9 +607,9 @@ The communication protocol between GIMP and it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611477"></a><h3>
|
||||
<a name="id2611644"></a><h3>
|
||||
<a name="gp-temp-proc-run-write"></a>gp_temp_proc_run_write ()</h3>
|
||||
<a class="indexterm" name="id2611488"></a><pre class="programlisting">gboolean gp_temp_proc_run_write (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2611655"></a><pre class="programlisting">gboolean gp_temp_proc_run_write (GIOChannel *channel,
|
||||
<a href="libgimpbase-gimpprotocol.html#GPProcRun">GPProcRun</a> *proc_run,
|
||||
gpointer user_data);</pre>
|
||||
<p>
|
||||
@ -645,9 +645,9 @@ The communication protocol between GIMP and it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611576"></a><h3>
|
||||
<a name="id2611744"></a><h3>
|
||||
<a name="gp-temp-proc-return-write"></a>gp_temp_proc_return_write ()</h3>
|
||||
<a class="indexterm" name="id2611587"></a><pre class="programlisting">gboolean gp_temp_proc_return_write (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2611754"></a><pre class="programlisting">gboolean gp_temp_proc_return_write (GIOChannel *channel,
|
||||
<a href="libgimpbase-gimpprotocol.html#GPProcReturn">GPProcReturn</a> *proc_return,
|
||||
gpointer user_data);</pre>
|
||||
<p>
|
||||
@ -683,9 +683,9 @@ The communication protocol between GIMP and it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611675"></a><h3>
|
||||
<a name="id2611843"></a><h3>
|
||||
<a name="gp-proc-install-write"></a>gp_proc_install_write ()</h3>
|
||||
<a class="indexterm" name="id2611686"></a><pre class="programlisting">gboolean gp_proc_install_write (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2611853"></a><pre class="programlisting">gboolean gp_proc_install_write (GIOChannel *channel,
|
||||
<a href="libgimpbase-gimpprotocol.html#GPProcInstall">GPProcInstall</a> *proc_install,
|
||||
gpointer user_data);</pre>
|
||||
<p>
|
||||
@ -721,9 +721,9 @@ The communication protocol between GIMP and it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611774"></a><h3>
|
||||
<a name="id2611942"></a><h3>
|
||||
<a name="gp-proc-uninstall-write"></a>gp_proc_uninstall_write ()</h3>
|
||||
<a class="indexterm" name="id2611785"></a><pre class="programlisting">gboolean gp_proc_uninstall_write (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2611952"></a><pre class="programlisting">gboolean gp_proc_uninstall_write (GIOChannel *channel,
|
||||
<a href="libgimpbase-gimpprotocol.html#GPProcUninstall">GPProcUninstall</a> *proc_uninstall,
|
||||
gpointer user_data);</pre>
|
||||
<p>
|
||||
@ -759,9 +759,9 @@ The communication protocol between GIMP and it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611873"></a><h3>
|
||||
<a name="id2612041"></a><h3>
|
||||
<a name="gp-extension-ack-write"></a>gp_extension_ack_write ()</h3>
|
||||
<a class="indexterm" name="id2611884"></a><pre class="programlisting">gboolean gp_extension_ack_write (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2612051"></a><pre class="programlisting">gboolean gp_extension_ack_write (GIOChannel *channel,
|
||||
gpointer user_data);</pre>
|
||||
<p>
|
||||
|
||||
@ -791,7 +791,7 @@ The communication protocol between GIMP and it's plug-ins.
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2611954"></a><h2>See Also</h2>
|
||||
<a name="id2612122"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<span class="type">libgimp-gimpwire</span>
|
||||
</p>
|
||||
|
||||
@ -21,16 +21,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpunit.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2583228" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2561733" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2600073" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2570526" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpsignal"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2583228"></a><span class="refentrytitle">gimpsignal</span>
|
||||
<a name="id2561733"></a><span class="refentrytitle">gimpsignal</span>
|
||||
</h2>
|
||||
<p>gimpsignal — Portable signal handling.</p>
|
||||
</td>
|
||||
@ -49,18 +49,18 @@ void (<a href="libgimpbase-gimpsignal.html#GimpSignalHandlerFunc"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2600073"></a><h2>Description</h2>
|
||||
<a name="id2570526"></a><h2>Description</h2>
|
||||
<p>
|
||||
Portable signal handling.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2600089"></a><h2>Details</h2>
|
||||
<a name="id2570541"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2600100"></a><h3>
|
||||
<a name="id2570552"></a><h3>
|
||||
<a name="GimpSignalHandlerFunc"></a>GimpSignalHandlerFunc ()</h3>
|
||||
<a class="indexterm" name="id2600111"></a><pre class="programlisting">void (*GimpSignalHandlerFunc) (gint signum);</pre>
|
||||
<a class="indexterm" name="id2570563"></a><pre class="programlisting">void (*GimpSignalHandlerFunc) (gint signum);</pre>
|
||||
<p>
|
||||
A prototype for signal handler functions. Note that each function which
|
||||
takes or returns a variable of this type also accepts or may return
|
||||
@ -81,9 +81,9 @@ special values defined by your system's signal.h header file (like
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2600173"></a><h3>
|
||||
<a name="id2570626"></a><h3>
|
||||
<a name="gimp-signal-private"></a>gimp_signal_private ()</h3>
|
||||
<a class="indexterm" name="id2600186"></a><pre class="programlisting"><a href="libgimpbase-gimpsignal.html#GimpSignalHandlerFunc">GimpSignalHandlerFunc</a> gimp_signal_private (gint signum,
|
||||
<a class="indexterm" name="id2570638"></a><pre class="programlisting"><a href="libgimpbase-gimpsignal.html#GimpSignalHandlerFunc">GimpSignalHandlerFunc</a> gimp_signal_private (gint signum,
|
||||
<a href="libgimpbase-gimpsignal.html#GimpSignalHandlerFunc">GimpSignalHandlerFunc</a> handler,
|
||||
gint flags);</pre>
|
||||
<p>
|
||||
@ -135,7 +135,7 @@ exactly what we want. [austin 06.04.2000]</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2557955"></a><h2>See Also</h2>
|
||||
<a name="id2559332"></a><h2>See Also</h2>
|
||||
<p>
|
||||
signal(2), signal(5 or 7), sigaction(2).
|
||||
</p>
|
||||
|
||||
@ -21,16 +21,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimputils.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2597231" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2510125" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2557009" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2559445" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpunit"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2597231"></a><span class="refentrytitle">gimpunit</span>
|
||||
<a name="id2510125"></a><span class="refentrytitle">gimpunit</span>
|
||||
</h2>
|
||||
<p>gimpunit — Provides a collection of predefined units and functions for creating
|
||||
user-defined units.</p>
|
||||
@ -70,7 +70,7 @@ const gchar* <a href="libgimpbase-gimpunit.html#gimp-unit-get-plural">gim
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2557009"></a><h2>Description</h2>
|
||||
<a name="id2559445"></a><h2>Description</h2>
|
||||
<p>
|
||||
Provides a collection of predefined units and functions for creating
|
||||
user-defined units.
|
||||
@ -78,11 +78,11 @@ user-defined units.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2557026"></a><h2>Details</h2>
|
||||
<a name="id2559462"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2557037"></a><h3>
|
||||
<a name="id2559473"></a><h3>
|
||||
<a name="GimpUnit"></a>enum GimpUnit</h3>
|
||||
<a class="indexterm" name="id2557049"></a><pre class="programlisting">typedef enum /*< skip >*/
|
||||
<a class="indexterm" name="id2559485"></a><pre class="programlisting">typedef enum /*< skip >*/
|
||||
{
|
||||
GIMP_UNIT_PIXEL = 0,
|
||||
|
||||
@ -102,9 +102,9 @@ user-defined units.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602284"></a><h3>
|
||||
<a name="id2576029"></a><h3>
|
||||
<a name="gimp-unit-get-number-of-units"></a>gimp_unit_get_number_of_units ()</h3>
|
||||
<a class="indexterm" name="id2602294"></a><pre class="programlisting">gint gimp_unit_get_number_of_units (void);</pre>
|
||||
<a class="indexterm" name="id2576041"></a><pre class="programlisting">gint gimp_unit_get_number_of_units (void);</pre>
|
||||
<p>
|
||||
Returns the number of units which are known to the <a href="libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a> system.</p>
|
||||
<p>
|
||||
@ -121,9 +121,9 @@ Returns the number of units which are known to the <a href="libgimpbase-gimpunit
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602342"></a><h3>
|
||||
<a name="id2576088"></a><h3>
|
||||
<a name="gimp-unit-get-number-of-built-in-units"></a>gimp_unit_get_number_of_built_in_units ()</h3>
|
||||
<a class="indexterm" name="id2602354"></a><pre class="programlisting">gint gimp_unit_get_number_of_built_in_units
|
||||
<a class="indexterm" name="id2576099"></a><pre class="programlisting">gint gimp_unit_get_number_of_built_in_units
|
||||
(void);</pre>
|
||||
<p>
|
||||
Returns the number of <a href="libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a>'s which are hardcoded in the unit system
|
||||
@ -143,9 +143,9 @@ Returns the number of <a href="libgimpbase-gimpunit.html#GimpUnit"><span class="
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602404"></a><h3>
|
||||
<a name="id2576150"></a><h3>
|
||||
<a name="gimp-unit-new"></a>gimp_unit_new ()</h3>
|
||||
<a class="indexterm" name="id2602416"></a><pre class="programlisting"><a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> gimp_unit_new (gchar *identifier,
|
||||
<a class="indexterm" name="id2576162"></a><pre class="programlisting"><a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> gimp_unit_new (gchar *identifier,
|
||||
gdouble factor,
|
||||
gint digits,
|
||||
gchar *symbol,
|
||||
@ -210,9 +210,9 @@ set to <code class="literal">TRUE</code>. You will have to set it to <code class
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2564709"></a><h3>
|
||||
<a name="id2560173"></a><h3>
|
||||
<a name="gimp-unit-get-deletion-flag"></a>gimp_unit_get_deletion_flag ()</h3>
|
||||
<a class="indexterm" name="id2564721"></a><pre class="programlisting">gboolean gimp_unit_get_deletion_flag (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<a class="indexterm" name="id2560184"></a><pre class="programlisting">gboolean gimp_unit_get_deletion_flag (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -236,9 +236,9 @@ set to <code class="literal">TRUE</code>. You will have to set it to <code class
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2564794"></a><h3>
|
||||
<a name="id2560257"></a><h3>
|
||||
<a name="gimp-unit-set-deletion-flag"></a>gimp_unit_set_deletion_flag ()</h3>
|
||||
<a class="indexterm" name="id2564806"></a><pre class="programlisting">void gimp_unit_set_deletion_flag (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit,
|
||||
<a class="indexterm" name="id2560269"></a><pre class="programlisting">void gimp_unit_set_deletion_flag (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit,
|
||||
gboolean deletion_flag);</pre>
|
||||
<p>
|
||||
Sets a <a href="libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a>'s <em class="parameter"><code>deletion_flag</code></em>. If the <em class="parameter"><code>deletion_flag</code></em> of a unit is
|
||||
@ -269,9 +269,9 @@ ignored.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605841"></a><h3>
|
||||
<a name="id2605995"></a><h3>
|
||||
<a name="gimp-unit-get-factor"></a>gimp_unit_get_factor ()</h3>
|
||||
<a class="indexterm" name="id2605851"></a><pre class="programlisting">gdouble gimp_unit_get_factor (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<a class="indexterm" name="id2606005"></a><pre class="programlisting">gdouble gimp_unit_get_factor (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
A <a href="libgimpbase-gimpunit.html#GimpUnit"><span class="type">GimpUnit</span></a>'s <em class="parameter"><code>factor</code></em> is defined to be:
|
||||
</p>
|
||||
@ -301,9 +301,9 @@ Returns 0 for <em class="parameter"><code>unit</code></em> == GIMP_UNIT_PIXEL.</
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605935"></a><h3>
|
||||
<a name="id2606064"></a><h3>
|
||||
<a name="gimp-unit-get-digits"></a>gimp_unit_get_digits ()</h3>
|
||||
<a class="indexterm" name="id2605946"></a><pre class="programlisting">gint gimp_unit_get_digits (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<a class="indexterm" name="id2606074"></a><pre class="programlisting">gint gimp_unit_get_digits (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
Returns the number of digits an entry field should provide to get
|
||||
approximately the same accuracy as an inch input field with two digits.
|
||||
@ -331,9 +331,9 @@ Returns 0 for <em class="parameter"><code>unit</code></em> == GIMP_UNIT_PIXEL.</
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606019"></a><h3>
|
||||
<a name="id2606140"></a><h3>
|
||||
<a name="gimp-unit-get-identifier"></a>gimp_unit_get_identifier ()</h3>
|
||||
<a class="indexterm" name="id2606030"></a><pre class="programlisting">const gchar* gimp_unit_get_identifier (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<a class="indexterm" name="id2606150"></a><pre class="programlisting">const gchar* gimp_unit_get_identifier (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
This is an unstranslated string and must not be changed or freed.</p>
|
||||
<p>
|
||||
@ -357,9 +357,9 @@ This is an unstranslated string and must not be changed or freed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606093"></a><h3>
|
||||
<a name="id2606207"></a><h3>
|
||||
<a name="gimp-unit-get-symbol"></a>gimp_unit_get_symbol ()</h3>
|
||||
<a class="indexterm" name="id2606104"></a><pre class="programlisting">const gchar* gimp_unit_get_symbol (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<a class="indexterm" name="id2606217"></a><pre class="programlisting">const gchar* gimp_unit_get_symbol (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
This is e.g. "''" for UNIT_INCH.
|
||||
</p>
|
||||
@ -386,9 +386,9 @@ NOTE: This string must not be changed or freed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606170"></a><h3>
|
||||
<a name="id2606277"></a><h3>
|
||||
<a name="gimp-unit-get-abbreviation"></a>gimp_unit_get_abbreviation ()</h3>
|
||||
<a class="indexterm" name="id2606182"></a><pre class="programlisting">const gchar* gimp_unit_get_abbreviation (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<a class="indexterm" name="id2606288"></a><pre class="programlisting">const gchar* gimp_unit_get_abbreviation (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
For built-in units, this function returns the translated abbreviation
|
||||
of the unit.
|
||||
@ -416,9 +416,9 @@ NOTE: This string must not be changed or freed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606250"></a><h3>
|
||||
<a name="id2606349"></a><h3>
|
||||
<a name="gimp-unit-get-singular"></a>gimp_unit_get_singular ()</h3>
|
||||
<a class="indexterm" name="id2606261"></a><pre class="programlisting">const gchar* gimp_unit_get_singular (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<a class="indexterm" name="id2606360"></a><pre class="programlisting">const gchar* gimp_unit_get_singular (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
For built-in units, this function returns the translated singular form
|
||||
of the unit's name.
|
||||
@ -446,9 +446,9 @@ NOTE: This string must not be changed or freed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606328"></a><h3>
|
||||
<a name="id2606421"></a><h3>
|
||||
<a name="gimp-unit-get-plural"></a>gimp_unit_get_plural ()</h3>
|
||||
<a class="indexterm" name="id2606340"></a><pre class="programlisting">const gchar* gimp_unit_get_plural (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<a class="indexterm" name="id2606432"></a><pre class="programlisting">const gchar* gimp_unit_get_plural (<a href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
|
||||
<p>
|
||||
For built-in units, this function returns the translated plural form
|
||||
of the unit's name.
|
||||
@ -476,9 +476,9 @@ NOTE: This string must not be changed or freed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606407"></a><h3>
|
||||
<a name="id2606493"></a><h3>
|
||||
<a name="GIMP-TYPE-UNIT:CAPS"></a>GIMP_TYPE_UNIT</h3>
|
||||
<a class="indexterm" name="id2606420"></a><pre class="programlisting">#define GIMP_TYPE_UNIT (gimp_unit_get_type ())
|
||||
<a class="indexterm" name="id2606503"></a><pre class="programlisting">#define GIMP_TYPE_UNIT (gimp_unit_get_type ())
|
||||
</pre>
|
||||
<p>
|
||||
<a href="libgimpbase-gimpunit.html#GIMP-TYPE-UNIT:CAPS"><span class="type">GIMP_TYPE_UNIT</span></a> is a <span class="type">GType</span> derived from <span class="type">G_TYPE_INT</span>.
|
||||
@ -486,9 +486,9 @@ NOTE: This string must not be changed or freed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606458"></a><h3>
|
||||
<a name="id2606537"></a><h3>
|
||||
<a name="GIMP-VALUE-HOLDS-UNIT:CAPS"></a>GIMP_VALUE_HOLDS_UNIT()</h3>
|
||||
<a class="indexterm" name="id2606469"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_UNIT(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_UNIT))
|
||||
<a class="indexterm" name="id2606547"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_UNIT(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_UNIT))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -506,7 +506,7 @@ NOTE: This string must not be changed or freed.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2606506"></a><h2>See Also</h2>
|
||||
<a name="id2606580"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<a
|
||||
href="../libgimpwidgets/GimpUnitMenu.html"
|
||||
|
||||
@ -21,16 +21,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpprotocol.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2557359" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2585499" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2596258" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2604658" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimputils"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2557359"></a><span class="refentrytitle">gimputils</span>
|
||||
<a name="id2585499"></a><span class="refentrytitle">gimputils</span>
|
||||
</h2>
|
||||
<p>gimputils — Utilities of general interest</p>
|
||||
</td>
|
||||
@ -78,17 +78,17 @@ const gchar* <a href="libgimpbase-gimputils.html#gimp-flags-value-get-hel
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2596258"></a><h2>Description</h2>
|
||||
<a name="id2604658"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2596274"></a><h2>Details</h2>
|
||||
<a name="id2604674"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2596285"></a><h3>
|
||||
<a name="id2604685"></a><h3>
|
||||
<a name="gimp-any-to-utf8"></a>gimp_any_to_utf8 ()</h3>
|
||||
<a class="indexterm" name="id2596297"></a><pre class="programlisting">gchar* gimp_any_to_utf8 (const gchar *str,
|
||||
<a class="indexterm" name="id2604697"></a><pre class="programlisting">gchar* gimp_any_to_utf8 (const gchar *str,
|
||||
gssize len,
|
||||
const gchar *warning_format,
|
||||
...);</pre>
|
||||
@ -146,9 +146,9 @@ of <em class="parameter"><code>str</code></em> is valid UTF-8, only "(invalid UT
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603905"></a><h3>
|
||||
<a name="id2569275"></a><h3>
|
||||
<a name="gimp-filename-to-utf8"></a>gimp_filename_to_utf8 ()</h3>
|
||||
<a class="indexterm" name="id2603916"></a><pre class="programlisting">const gchar* gimp_filename_to_utf8 (const gchar *filename);</pre>
|
||||
<a class="indexterm" name="id2569286"></a><pre class="programlisting">const gchar* gimp_filename_to_utf8 (const gchar *filename);</pre>
|
||||
<p>
|
||||
Convert a filename in the filesystem's encoding to UTF-8
|
||||
temporarily. The return value is a pointer to a string that is
|
||||
@ -181,9 +181,9 @@ UTF-8 encoded filename.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2604003"></a><h3>
|
||||
<a name="id2569373"></a><h3>
|
||||
<a name="gimp-utf8-strtrim"></a>gimp_utf8_strtrim ()</h3>
|
||||
<a class="indexterm" name="id2604015"></a><pre class="programlisting">gchar* gimp_utf8_strtrim (const gchar *str,
|
||||
<a class="indexterm" name="id2569386"></a><pre class="programlisting">gchar* gimp_utf8_strtrim (const gchar *str,
|
||||
gint max_chars);</pre>
|
||||
<p>
|
||||
Creates a (possibly trimmed) copy of <em class="parameter"><code>str</code></em>. The string is cut if it
|
||||
@ -217,9 +217,9 @@ using <code class="function">g_free()</code> when it is not needed any longer.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2604135"></a><h3>
|
||||
<a name="id2569505"></a><h3>
|
||||
<a name="gimp-escape-uline"></a>gimp_escape_uline ()</h3>
|
||||
<a class="indexterm" name="id2604149"></a><pre class="programlisting">gchar* gimp_escape_uline (const gchar *str);</pre>
|
||||
<a class="indexterm" name="id2569519"></a><pre class="programlisting">gchar* gimp_escape_uline (const gchar *str);</pre>
|
||||
<p>
|
||||
This function returns a copy of <em class="parameter"><code>str</code></em> with all underline converted
|
||||
to two adjacent underlines. This comes in handy when needing to display
|
||||
@ -250,9 +250,9 @@ freed using <code class="function">g_free()</code> when it is not needed any lon
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2608502"></a><h3>
|
||||
<a name="id2608670"></a><h3>
|
||||
<a name="gimp-strip-uline"></a>gimp_strip_uline ()</h3>
|
||||
<a class="indexterm" name="id2608512"></a><pre class="programlisting">gchar* gimp_strip_uline (const gchar *str);</pre>
|
||||
<a class="indexterm" name="id2608680"></a><pre class="programlisting">gchar* gimp_strip_uline (const gchar *str);</pre>
|
||||
<p>
|
||||
This function returns a copy of <em class="parameter"><code>str</code></em> stripped of underline
|
||||
characters. This comes in handy when needing to strip mnemonics
|
||||
@ -285,9 +285,9 @@ rid of the mnemonic (see bug <span class="type">157561</span>).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2608611"></a><h3>
|
||||
<a name="id2608783"></a><h3>
|
||||
<a name="gimp-enum-get-desc"></a>gimp_enum_get_desc ()</h3>
|
||||
<a class="indexterm" name="id2608626"></a><pre class="programlisting"><a href="libgimpbase-gimpbasetypes.html#GimpEnumDesc">GimpEnumDesc</a>* gimp_enum_get_desc (GEnumClass *enum_class,
|
||||
<a class="indexterm" name="id2608798"></a><pre class="programlisting"><a href="libgimpbase-gimpbasetypes.html#GimpEnumDesc">GimpEnumDesc</a>* gimp_enum_get_desc (GEnumClass *enum_class,
|
||||
gint value);</pre>
|
||||
<p>
|
||||
Retrieves <a href="libgimpbase-gimpbasetypes.html#GimpEnumDesc"><span class="type">GimpEnumDesc</span></a> associated with the given value, or <code class="literal">NULL</code>.</p>
|
||||
@ -320,9 +320,9 @@ Retrieves <a href="libgimpbase-gimpbasetypes.html#GimpEnumDesc"><span class="typ
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2608753"></a><h3>
|
||||
<a name="id2608925"></a><h3>
|
||||
<a name="gimp-enum-get-value"></a>gimp_enum_get_value ()</h3>
|
||||
<a class="indexterm" name="id2608767"></a><pre class="programlisting">gboolean gimp_enum_get_value (GType enum_type,
|
||||
<a class="indexterm" name="id2608939"></a><pre class="programlisting">gboolean gimp_enum_get_value (GType enum_type,
|
||||
gint value,
|
||||
const gchar **value_name,
|
||||
const gchar **value_nick,
|
||||
@ -383,9 +383,9 @@ and <em class="parameter"><code>value_help</code></em> are not <code class="lite
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609067"></a><h3>
|
||||
<a name="id2609239"></a><h3>
|
||||
<a name="gimp-enum-value-get-desc"></a>gimp_enum_value_get_desc ()</h3>
|
||||
<a class="indexterm" name="id2609080"></a><pre class="programlisting">const gchar* gimp_enum_value_get_desc (GEnumClass *enum_class,
|
||||
<a class="indexterm" name="id2609252"></a><pre class="programlisting">const gchar* gimp_enum_value_get_desc (GEnumClass *enum_class,
|
||||
GEnumValue *enum_value);</pre>
|
||||
<p>
|
||||
Retrieves the translated desc for a given <em class="parameter"><code>enum_value</code></em>.</p>
|
||||
@ -418,9 +418,9 @@ Retrieves the translated desc for a given <em class="parameter"><code>enum_value
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609198"></a><h3>
|
||||
<a name="id2609370"></a><h3>
|
||||
<a name="gimp-enum-value-get-help"></a>gimp_enum_value_get_help ()</h3>
|
||||
<a class="indexterm" name="id2609211"></a><pre class="programlisting">const gchar* gimp_enum_value_get_help (GEnumClass *enum_class,
|
||||
<a class="indexterm" name="id2609383"></a><pre class="programlisting">const gchar* gimp_enum_value_get_help (GEnumClass *enum_class,
|
||||
GEnumValue *enum_value);</pre>
|
||||
<p>
|
||||
Retrieves the translated help for a given <em class="parameter"><code>enum_value</code></em>.</p>
|
||||
@ -453,9 +453,9 @@ Retrieves the translated help for a given <em class="parameter"><code>enum_value
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609328"></a><h3>
|
||||
<a name="id2609500"></a><h3>
|
||||
<a name="gimp-flags-get-first-desc"></a>gimp_flags_get_first_desc ()</h3>
|
||||
<a class="indexterm" name="id2609342"></a><pre class="programlisting"><a href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc">GimpFlagsDesc</a>* gimp_flags_get_first_desc (GFlagsClass *flags_class,
|
||||
<a class="indexterm" name="id2609514"></a><pre class="programlisting"><a href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc">GimpFlagsDesc</a>* gimp_flags_get_first_desc (GFlagsClass *flags_class,
|
||||
guint value);</pre>
|
||||
<p>
|
||||
Retrieves the first <a href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc"><span class="type">GimpFlagsDesc</span></a> that matches the given value, or <code class="literal">NULL</code>.</p>
|
||||
@ -488,9 +488,9 @@ Retrieves the first <a href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc"><span
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609468"></a><h3>
|
||||
<a name="id2609640"></a><h3>
|
||||
<a name="gimp-flags-get-first-value"></a>gimp_flags_get_first_value ()</h3>
|
||||
<a class="indexterm" name="id2609482"></a><pre class="programlisting">gboolean gimp_flags_get_first_value (GType flags_type,
|
||||
<a class="indexterm" name="id2609654"></a><pre class="programlisting">gboolean gimp_flags_get_first_value (GType flags_type,
|
||||
guint value,
|
||||
const gchar **value_name,
|
||||
const gchar **value_nick,
|
||||
@ -551,9 +551,9 @@ and <em class="parameter"><code>value_help</code></em> are not <code class="lite
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609782"></a><h3>
|
||||
<a name="id2609954"></a><h3>
|
||||
<a name="gimp-flags-value-get-desc"></a>gimp_flags_value_get_desc ()</h3>
|
||||
<a class="indexterm" name="id2609796"></a><pre class="programlisting">const gchar* gimp_flags_value_get_desc (GFlagsClass *flags_class,
|
||||
<a class="indexterm" name="id2609968"></a><pre class="programlisting">const gchar* gimp_flags_value_get_desc (GFlagsClass *flags_class,
|
||||
GFlagsValue *flags_value);</pre>
|
||||
<p>
|
||||
Retrieves the translated desc for a given <em class="parameter"><code>flags_value</code></em>.</p>
|
||||
@ -586,9 +586,9 @@ Retrieves the translated desc for a given <em class="parameter"><code>flags_valu
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609913"></a><h3>
|
||||
<a name="id2610085"></a><h3>
|
||||
<a name="gimp-flags-value-get-help"></a>gimp_flags_value_get_help ()</h3>
|
||||
<a class="indexterm" name="id2609927"></a><pre class="programlisting">const gchar* gimp_flags_value_get_help (GFlagsClass *flags_class,
|
||||
<a class="indexterm" name="id2610099"></a><pre class="programlisting">const gchar* gimp_flags_value_get_help (GFlagsClass *flags_class,
|
||||
GFlagsValue *flags_value);</pre>
|
||||
<p>
|
||||
Retrieves the translated help for a given <em class="parameter"><code>flags_value</code></em>.</p>
|
||||
|
||||
@ -21,16 +21,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpbase-gimplimits.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2580047" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2572683" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2587662" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2571098" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpversion"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2580047"></a><span class="refentrytitle">gimpversion</span>
|
||||
<a name="id2572683"></a><span class="refentrytitle">gimpversion</span>
|
||||
</h2>
|
||||
<p>gimpversion — Macros and constants useful for determining GIMP's version number and
|
||||
capabilities.</p>
|
||||
@ -52,7 +52,7 @@ capabilities.</p>
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2587662"></a><h2>Description</h2>
|
||||
<a name="id2571098"></a><h2>Description</h2>
|
||||
<p>
|
||||
Macros and constants useful for determining GIMP's version number and
|
||||
capabilities.
|
||||
@ -60,11 +60,11 @@ capabilities.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2564106"></a><h2>Details</h2>
|
||||
<a name="id2572996"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2564116"></a><h3>
|
||||
<a name="id2573007"></a><h3>
|
||||
<a name="GIMP-MAJOR-VERSION:CAPS"></a>GIMP_MAJOR_VERSION</h3>
|
||||
<a class="indexterm" name="id2564128"></a><pre class="programlisting">#define GIMP_MAJOR_VERSION (2)
|
||||
<a class="indexterm" name="id2573019"></a><pre class="programlisting">#define GIMP_MAJOR_VERSION (2)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -72,9 +72,9 @@ capabilities.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2564144"></a><h3>
|
||||
<a name="id2573034"></a><h3>
|
||||
<a name="GIMP-MINOR-VERSION:CAPS"></a>GIMP_MINOR_VERSION</h3>
|
||||
<a class="indexterm" name="id2564155"></a><pre class="programlisting">#define GIMP_MINOR_VERSION (2)
|
||||
<a class="indexterm" name="id2573046"></a><pre class="programlisting">#define GIMP_MINOR_VERSION (2)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -82,9 +82,9 @@ capabilities.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2564172"></a><h3>
|
||||
<a name="id2573062"></a><h3>
|
||||
<a name="GIMP-MICRO-VERSION:CAPS"></a>GIMP_MICRO_VERSION</h3>
|
||||
<a class="indexterm" name="id2564183"></a><pre class="programlisting">#define GIMP_MICRO_VERSION (15)
|
||||
<a class="indexterm" name="id2573074"></a><pre class="programlisting">#define GIMP_MICRO_VERSION (16)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -92,9 +92,9 @@ capabilities.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2564200"></a><h3>
|
||||
<a name="id2573091"></a><h3>
|
||||
<a name="GIMP-VERSION:CAPS"></a>GIMP_VERSION</h3>
|
||||
<a class="indexterm" name="id2564212"></a><pre class="programlisting">#define GIMP_VERSION "2.2.15"
|
||||
<a class="indexterm" name="id2573103"></a><pre class="programlisting">#define GIMP_VERSION "2.2.16"
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -102,9 +102,9 @@ capabilities.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2509411"></a><h3>
|
||||
<a name="id2573120"></a><h3>
|
||||
<a name="GIMP-API-VERSION:CAPS"></a>GIMP_API_VERSION</h3>
|
||||
<a class="indexterm" name="id2509423"></a><pre class="programlisting">#define GIMP_API_VERSION "2.0"
|
||||
<a class="indexterm" name="id2589603"></a><pre class="programlisting">#define GIMP_API_VERSION "2.0"
|
||||
</pre>
|
||||
<p>
|
||||
Since: GIMP 2.2
|
||||
@ -112,9 +112,9 @@ Since: GIMP 2.2
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2509440"></a><h3>
|
||||
<a name="id2589620"></a><h3>
|
||||
<a name="GIMP-CHECK-VERSION:CAPS"></a>GIMP_CHECK_VERSION()</h3>
|
||||
<a class="indexterm" name="id2509451"></a><pre class="programlisting">#define GIMP_CHECK_VERSION(major, minor, micro)</pre>
|
||||
<a class="indexterm" name="id2589631"></a><pre class="programlisting">#define GIMP_CHECK_VERSION(major, minor, micro)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
|
||||
@ -20,16 +20,16 @@
|
||||
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2560886" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2585478" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2579246" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2610626" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpbase-gimpwire"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2560886"></a><span class="refentrytitle">gimpwire</span>
|
||||
<a name="id2585478"></a><span class="refentrytitle">gimpwire</span>
|
||||
</h2>
|
||||
<p>gimpwire — The lowlevel I/O protocol used for communication between GIMP and
|
||||
it's plug-ins.</p>
|
||||
@ -125,7 +125,7 @@ gboolean <a href="libgimpbase-gimpwire.html#wire-write-string">wire_w
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2579246"></a><h2>Description</h2>
|
||||
<a name="id2610626"></a><h2>Description</h2>
|
||||
<p>
|
||||
The lowlevel I/O protocol used for communication between GIMP and
|
||||
it's plug-ins.
|
||||
@ -133,11 +133,11 @@ it's plug-ins.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2614724"></a><h2>Details</h2>
|
||||
<a name="id2614888"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2614733"></a><h3>
|
||||
<a name="id2614898"></a><h3>
|
||||
<a name="WireMessage"></a>WireMessage</h3>
|
||||
<a class="indexterm" name="id2614743"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2614908"></a><pre class="programlisting">typedef struct {
|
||||
guint32 type;
|
||||
gpointer data;
|
||||
} WireMessage;
|
||||
@ -148,9 +148,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2614758"></a><h3>
|
||||
<a name="id2614923"></a><h3>
|
||||
<a name="WireReadFunc"></a>WireReadFunc ()</h3>
|
||||
<a class="indexterm" name="id2614768"></a><pre class="programlisting">void (*WireReadFunc) (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2614933"></a><pre class="programlisting">void (*WireReadFunc) (GIOChannel *channel,
|
||||
<a href="libgimpbase-gimpwire.html#WireMessage">WireMessage</a> *msg,
|
||||
gpointer user_data);</pre>
|
||||
<p>
|
||||
@ -181,9 +181,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2614847"></a><h3>
|
||||
<a name="id2615012"></a><h3>
|
||||
<a name="WireWriteFunc"></a>WireWriteFunc ()</h3>
|
||||
<a class="indexterm" name="id2614859"></a><pre class="programlisting">void (*WireWriteFunc) (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2615023"></a><pre class="programlisting">void (*WireWriteFunc) (GIOChannel *channel,
|
||||
<a href="libgimpbase-gimpwire.html#WireMessage">WireMessage</a> *msg,
|
||||
gpointer user_data);</pre>
|
||||
<p>
|
||||
@ -214,9 +214,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2614948"></a><h3>
|
||||
<a name="id2615111"></a><h3>
|
||||
<a name="WireDestroyFunc"></a>WireDestroyFunc ()</h3>
|
||||
<a class="indexterm" name="id2614960"></a><pre class="programlisting">void (*WireDestroyFunc) (<a href="libgimpbase-gimpwire.html#WireMessage">WireMessage</a> *msg);</pre>
|
||||
<a class="indexterm" name="id2615124"></a><pre class="programlisting">void (*WireDestroyFunc) (<a href="libgimpbase-gimpwire.html#WireMessage">WireMessage</a> *msg);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -233,9 +233,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615006"></a><h3>
|
||||
<a name="id2615170"></a><h3>
|
||||
<a name="WireIOFunc"></a>WireIOFunc ()</h3>
|
||||
<a class="indexterm" name="id2615018"></a><pre class="programlisting">gboolean (*WireIOFunc) (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2615182"></a><pre class="programlisting">gboolean (*WireIOFunc) (GIOChannel *channel,
|
||||
guint8 *buf,
|
||||
gulong count,
|
||||
gpointer user_data);</pre>
|
||||
@ -277,9 +277,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615139"></a><h3>
|
||||
<a name="id2615276"></a><h3>
|
||||
<a name="WireFlushFunc"></a>WireFlushFunc ()</h3>
|
||||
<a class="indexterm" name="id2615151"></a><pre class="programlisting">gboolean (*WireFlushFunc) (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2615286"></a><pre class="programlisting">gboolean (*WireFlushFunc) (GIOChannel *channel,
|
||||
gpointer user_data);</pre>
|
||||
<p>
|
||||
|
||||
@ -309,9 +309,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615229"></a><h3>
|
||||
<a name="id2615356"></a><h3>
|
||||
<a name="wire-register"></a>wire_register ()</h3>
|
||||
<a class="indexterm" name="id2615242"></a><pre class="programlisting">void wire_register (guint32 type,
|
||||
<a class="indexterm" name="id2615366"></a><pre class="programlisting">void wire_register (guint32 type,
|
||||
<a href="libgimpbase-gimpwire.html#WireReadFunc">WireReadFunc</a> read_func,
|
||||
<a href="libgimpbase-gimpwire.html#WireWriteFunc">WireWriteFunc</a> write_func,
|
||||
<a href="libgimpbase-gimpwire.html#WireDestroyFunc">WireDestroyFunc</a> destroy_func);</pre>
|
||||
@ -348,9 +348,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615353"></a><h3>
|
||||
<a name="id2615464"></a><h3>
|
||||
<a name="wire-set-reader"></a>wire_set_reader ()</h3>
|
||||
<a class="indexterm" name="id2615365"></a><pre class="programlisting">void wire_set_reader (<a href="libgimpbase-gimpwire.html#WireIOFunc">WireIOFunc</a> read_func);</pre>
|
||||
<a class="indexterm" name="id2615475"></a><pre class="programlisting">void wire_set_reader (<a href="libgimpbase-gimpwire.html#WireIOFunc">WireIOFunc</a> read_func);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -367,9 +367,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615411"></a><h3>
|
||||
<a name="id2615516"></a><h3>
|
||||
<a name="wire-set-writer"></a>wire_set_writer ()</h3>
|
||||
<a class="indexterm" name="id2615424"></a><pre class="programlisting">void wire_set_writer (<a href="libgimpbase-gimpwire.html#WireIOFunc">WireIOFunc</a> write_func);</pre>
|
||||
<a class="indexterm" name="id2615526"></a><pre class="programlisting">void wire_set_writer (<a href="libgimpbase-gimpwire.html#WireIOFunc">WireIOFunc</a> write_func);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -386,9 +386,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615470"></a><h3>
|
||||
<a name="id2615567"></a><h3>
|
||||
<a name="wire-set-flusher"></a>wire_set_flusher ()</h3>
|
||||
<a class="indexterm" name="id2615482"></a><pre class="programlisting">void wire_set_flusher (<a href="libgimpbase-gimpwire.html#WireFlushFunc">WireFlushFunc</a> flush_func);</pre>
|
||||
<a class="indexterm" name="id2615577"></a><pre class="programlisting">void wire_set_flusher (<a href="libgimpbase-gimpwire.html#WireFlushFunc">WireFlushFunc</a> flush_func);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -405,9 +405,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615529"></a><h3>
|
||||
<a name="id2615618"></a><h3>
|
||||
<a name="wire-read"></a>wire_read ()</h3>
|
||||
<a class="indexterm" name="id2615541"></a><pre class="programlisting">gboolean wire_read (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2615628"></a><pre class="programlisting">gboolean wire_read (GIOChannel *channel,
|
||||
guint8 *buf,
|
||||
gsize count,
|
||||
gpointer user_data);</pre>
|
||||
@ -449,9 +449,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615661"></a><h3>
|
||||
<a name="id2615736"></a><h3>
|
||||
<a name="wire-write"></a>wire_write ()</h3>
|
||||
<a class="indexterm" name="id2615674"></a><pre class="programlisting">gboolean wire_write (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2615746"></a><pre class="programlisting">gboolean wire_write (GIOChannel *channel,
|
||||
guint8 *buf,
|
||||
gsize count,
|
||||
gpointer user_data);</pre>
|
||||
@ -493,9 +493,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615794"></a><h3>
|
||||
<a name="id2615854"></a><h3>
|
||||
<a name="wire-flush"></a>wire_flush ()</h3>
|
||||
<a class="indexterm" name="id2615806"></a><pre class="programlisting">gboolean wire_flush (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2615864"></a><pre class="programlisting">gboolean wire_flush (GIOChannel *channel,
|
||||
gpointer user_data);</pre>
|
||||
<p>
|
||||
|
||||
@ -525,9 +525,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615884"></a><h3>
|
||||
<a name="id2615934"></a><h3>
|
||||
<a name="wire-error"></a>wire_error ()</h3>
|
||||
<a class="indexterm" name="id2615896"></a><pre class="programlisting">gboolean wire_error (void);</pre>
|
||||
<a class="indexterm" name="id2615944"></a><pre class="programlisting">gboolean wire_error (void);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -544,18 +544,18 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615933"></a><h3>
|
||||
<a name="id2615977"></a><h3>
|
||||
<a name="wire-clear-error"></a>wire_clear_error ()</h3>
|
||||
<a class="indexterm" name="id2615945"></a><pre class="programlisting">void wire_clear_error (void);</pre>
|
||||
<a class="indexterm" name="id2615987"></a><pre class="programlisting">void wire_clear_error (void);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615966"></a><h3>
|
||||
<a name="id2616006"></a><h3>
|
||||
<a name="wire-read-msg"></a>wire_read_msg ()</h3>
|
||||
<a class="indexterm" name="id2615979"></a><pre class="programlisting">gboolean wire_read_msg (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2616016"></a><pre class="programlisting">gboolean wire_read_msg (GIOChannel *channel,
|
||||
<a href="libgimpbase-gimpwire.html#WireMessage">WireMessage</a> *msg,
|
||||
gpointer user_data);</pre>
|
||||
<p>
|
||||
@ -591,9 +591,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616078"></a><h3>
|
||||
<a name="id2616105"></a><h3>
|
||||
<a name="wire-write-msg"></a>wire_write_msg ()</h3>
|
||||
<a class="indexterm" name="id2616090"></a><pre class="programlisting">gboolean wire_write_msg (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2616115"></a><pre class="programlisting">gboolean wire_write_msg (GIOChannel *channel,
|
||||
<a href="libgimpbase-gimpwire.html#WireMessage">WireMessage</a> *msg,
|
||||
gpointer user_data);</pre>
|
||||
<p>
|
||||
@ -629,9 +629,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616190"></a><h3>
|
||||
<a name="id2616204"></a><h3>
|
||||
<a name="wire-destroy"></a>wire_destroy ()</h3>
|
||||
<a class="indexterm" name="id2616202"></a><pre class="programlisting">void wire_destroy (<a href="libgimpbase-gimpwire.html#WireMessage">WireMessage</a> *msg);</pre>
|
||||
<a class="indexterm" name="id2616214"></a><pre class="programlisting">void wire_destroy (<a href="libgimpbase-gimpwire.html#WireMessage">WireMessage</a> *msg);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -648,9 +648,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616248"></a><h3>
|
||||
<a name="id2616255"></a><h3>
|
||||
<a name="wire-read-int32"></a>wire_read_int32 ()</h3>
|
||||
<a class="indexterm" name="id2616261"></a><pre class="programlisting">gboolean wire_read_int32 (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2616266"></a><pre class="programlisting">gboolean wire_read_int32 (GIOChannel *channel,
|
||||
guint32 *data,
|
||||
gint count,
|
||||
gpointer user_data);</pre>
|
||||
@ -692,9 +692,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616381"></a><h3>
|
||||
<a name="id2616373"></a><h3>
|
||||
<a name="wire-read-int16"></a>wire_read_int16 ()</h3>
|
||||
<a class="indexterm" name="id2616394"></a><pre class="programlisting">gboolean wire_read_int16 (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2616384"></a><pre class="programlisting">gboolean wire_read_int16 (GIOChannel *channel,
|
||||
guint16 *data,
|
||||
gint count,
|
||||
gpointer user_data);</pre>
|
||||
@ -736,9 +736,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616514"></a><h3>
|
||||
<a name="id2616491"></a><h3>
|
||||
<a name="wire-read-int8"></a>wire_read_int8 ()</h3>
|
||||
<a class="indexterm" name="id2616526"></a><pre class="programlisting">gboolean wire_read_int8 (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2616502"></a><pre class="programlisting">gboolean wire_read_int8 (GIOChannel *channel,
|
||||
guint8 *data,
|
||||
gint count,
|
||||
gpointer user_data);</pre>
|
||||
@ -780,9 +780,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616647"></a><h3>
|
||||
<a name="id2616609"></a><h3>
|
||||
<a name="wire-read-double"></a>wire_read_double ()</h3>
|
||||
<a class="indexterm" name="id2616659"></a><pre class="programlisting">gboolean wire_read_double (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2616620"></a><pre class="programlisting">gboolean wire_read_double (GIOChannel *channel,
|
||||
gdouble *data,
|
||||
gint count,
|
||||
gpointer user_data);</pre>
|
||||
@ -824,9 +824,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616780"></a><h3>
|
||||
<a name="id2616727"></a><h3>
|
||||
<a name="wire-read-string"></a>wire_read_string ()</h3>
|
||||
<a class="indexterm" name="id2616792"></a><pre class="programlisting">gboolean wire_read_string (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2616738"></a><pre class="programlisting">gboolean wire_read_string (GIOChannel *channel,
|
||||
gchar **data,
|
||||
gint count,
|
||||
gpointer user_data);</pre>
|
||||
@ -868,9 +868,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616913"></a><h3>
|
||||
<a name="id2616845"></a><h3>
|
||||
<a name="wire-write-int32"></a>wire_write_int32 ()</h3>
|
||||
<a class="indexterm" name="id2616925"></a><pre class="programlisting">gboolean wire_write_int32 (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2616856"></a><pre class="programlisting">gboolean wire_write_int32 (GIOChannel *channel,
|
||||
guint32 *data,
|
||||
gint count,
|
||||
gpointer user_data);</pre>
|
||||
@ -912,9 +912,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2617016"></a><h3>
|
||||
<a name="id2616963"></a><h3>
|
||||
<a name="wire-write-int16"></a>wire_write_int16 ()</h3>
|
||||
<a class="indexterm" name="id2617026"></a><pre class="programlisting">gboolean wire_write_int16 (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2616974"></a><pre class="programlisting">gboolean wire_write_int16 (GIOChannel *channel,
|
||||
guint16 *data,
|
||||
gint count,
|
||||
gpointer user_data);</pre>
|
||||
@ -956,9 +956,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2617134"></a><h3>
|
||||
<a name="id2617081"></a><h3>
|
||||
<a name="wire-write-int8"></a>wire_write_int8 ()</h3>
|
||||
<a class="indexterm" name="id2617144"></a><pre class="programlisting">gboolean wire_write_int8 (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2617092"></a><pre class="programlisting">gboolean wire_write_int8 (GIOChannel *channel,
|
||||
guint8 *data,
|
||||
gint count,
|
||||
gpointer user_data);</pre>
|
||||
@ -1000,9 +1000,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2617252"></a><h3>
|
||||
<a name="id2617199"></a><h3>
|
||||
<a name="wire-write-double"></a>wire_write_double ()</h3>
|
||||
<a class="indexterm" name="id2617262"></a><pre class="programlisting">gboolean wire_write_double (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2617210"></a><pre class="programlisting">gboolean wire_write_double (GIOChannel *channel,
|
||||
gdouble *data,
|
||||
gint count,
|
||||
gpointer user_data);</pre>
|
||||
@ -1044,9 +1044,9 @@ it's plug-ins.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2617370"></a><h3>
|
||||
<a name="id2617317"></a><h3>
|
||||
<a name="wire-write-string"></a>wire_write_string ()</h3>
|
||||
<a class="indexterm" name="id2617380"></a><pre class="programlisting">gboolean wire_write_string (GIOChannel *channel,
|
||||
<a class="indexterm" name="id2617328"></a><pre class="programlisting">gboolean wire_write_string (GIOChannel *channel,
|
||||
gchar **data,
|
||||
gint count,
|
||||
gpointer user_data);</pre>
|
||||
@ -1088,7 +1088,7 @@ it's plug-ins.
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2617489"></a><h2>See Also</h2>
|
||||
<a name="id2617436"></a><h2>See Also</h2>
|
||||
<p>
|
||||
<span class="type">libgimp-gimpprotocol</span>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user