Imported Upstream version 2.4.0~rc2
This commit is contained in:
@ -189,6 +189,8 @@ GTK_LIBS = @GTK_LIBS@
|
||||
GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
|
||||
HAL_CFLAGS = @HAL_CFLAGS@
|
||||
HAL_LIBS = @HAL_LIBS@
|
||||
HAVE_CARBON_FALSE = @HAVE_CARBON_FALSE@
|
||||
HAVE_CARBON_TRUE = @HAVE_CARBON_TRUE@
|
||||
HAVE_DX_DINPUT_FALSE = @HAVE_DX_DINPUT_FALSE@
|
||||
HAVE_DX_DINPUT_TRUE = @HAVE_DX_DINPUT_TRUE@
|
||||
HAVE_FINITE = @HAVE_FINITE@
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GimpColorConfig</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
||||
<link rel="start" href="index.html" title="GIMP Config Library Reference Manual">
|
||||
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
|
||||
<link rel="prev" href="libgimpconfig-GimpScanner.html" title="gimpscanner">
|
||||
@ -25,22 +25,22 @@
|
||||
<th width="100%" align="center">GIMP Config Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpconfig-index.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2589457" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2574472" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2600371" class="shortcut">Description</a>
|
||||
<a href="#id2617465" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2587565" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2582452" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2606510" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2609319" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2606532" class="shortcut">Properties</a></nobr></td></tr>
|
||||
<a href="#id2609340" class="shortcut">Properties</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="GimpColorConfig"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2589457"></a><span class="refentrytitle">GimpColorConfig</span>
|
||||
<a name="id2574472"></a><span class="refentrytitle">GimpColorConfig</span>
|
||||
</h2>
|
||||
<p>GimpColorConfig</p>
|
||||
</td>
|
||||
@ -52,68 +52,62 @@
|
||||
|
||||
|
||||
|
||||
<a href="GimpColorConfig.html#GimpColorConfig-struct">GimpColorConfig</a>;
|
||||
enum <a href="GimpColorConfig.html#GimpColorManagementMode">GimpColorManagementMode</a>;
|
||||
enum <a href="GimpColorConfig.html#GimpColorRenderingIntent">GimpColorRenderingIntent</a>;
|
||||
<a class="link" href="GimpColorConfig.html#GimpColorConfig-struct">GimpColorConfig</a>;
|
||||
enum <a class="link" href="GimpColorConfig.html#GimpColorManagementMode">GimpColorManagementMode</a>;
|
||||
enum <a class="link" href="GimpColorConfig.html#GimpColorRenderingIntent">GimpColorRenderingIntent</a>;
|
||||
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2587565"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2582452"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
<a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
>GObject</a>
|
||||
GObject
|
||||
+----GimpColorConfig
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2606510"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2609319"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpColorConfig implements
|
||||
<a href="libgimpconfig-GimpConfig.html#GimpConfigInterface">GimpConfigInterface</a>.</p>
|
||||
<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface">GimpConfigInterface</a>.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2606532"></a><h2>Properties</h2>
|
||||
<a name="id2609340"></a><h2>Properties</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpColorConfig.html#GimpColorConfig--cmyk-profile">cmyk-profile</a>" GimpConfigPath : Read / Write / Construct
|
||||
"<a href="GimpColorConfig.html#GimpColorConfig--display-module">display-module</a>" <a
|
||||
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
>gchararray</a> : Read / Write / Construct
|
||||
"<a href="GimpColorConfig.html#GimpColorConfig--display-profile">display-profile</a>" GimpConfigPath : Read / Write / Construct
|
||||
"<a href="GimpColorConfig.html#GimpColorConfig--display-profile-from-gdk">display-profile-from-gdk</a>" <a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> : Read / Write / Construct
|
||||
"<a href="GimpColorConfig.html#GimpColorConfig--display-rendering-intent">display-rendering-intent</a>" <a href="GimpColorConfig.html#GimpColorRenderingIntent">GimpColorRenderingIntent</a> : Read / Write / Construct
|
||||
"<a href="GimpColorConfig.html#GimpColorConfig--mode">mode</a>" <a href="GimpColorConfig.html#GimpColorManagementMode">GimpColorManagementMode</a> : Read / Write / Construct
|
||||
"<a href="GimpColorConfig.html#GimpColorConfig--printer-profile">printer-profile</a>" GimpConfigPath : Read / Write / Construct
|
||||
"<a href="GimpColorConfig.html#GimpColorConfig--rgb-profile">rgb-profile</a>" GimpConfigPath : Read / Write / Construct
|
||||
"<a href="GimpColorConfig.html#GimpColorConfig--simulation-rendering-intent">simulation-rendering-intent</a>" <a href="GimpColorConfig.html#GimpColorRenderingIntent">GimpColorRenderingIntent</a> : Read / Write / Construct
|
||||
"<a class="link" href="GimpColorConfig.html#GimpColorConfig--cmyk-profile">cmyk-profile</a>" GimpConfigPath : Read / Write / Construct
|
||||
"<a class="link" href="GimpColorConfig.html#GimpColorConfig--display-module">display-module</a>" gchararray : Read / Write / Construct
|
||||
"<a class="link" href="GimpColorConfig.html#GimpColorConfig--display-profile">display-profile</a>" GimpConfigPath : Read / Write / Construct
|
||||
"<a class="link" href="GimpColorConfig.html#GimpColorConfig--display-profile-from-gdk">display-profile-from-gdk</a>" gboolean : Read / Write / Construct
|
||||
"<a class="link" href="GimpColorConfig.html#GimpColorConfig--display-rendering-intent">display-rendering-intent</a>" <a class="link" href="GimpColorConfig.html#GimpColorRenderingIntent">GimpColorRenderingIntent</a> : Read / Write / Construct
|
||||
"<a class="link" href="GimpColorConfig.html#GimpColorConfig--mode">mode</a>" <a class="link" href="GimpColorConfig.html#GimpColorManagementMode">GimpColorManagementMode</a> : Read / Write / Construct
|
||||
"<a class="link" href="GimpColorConfig.html#GimpColorConfig--printer-profile">printer-profile</a>" GimpConfigPath : Read / Write / Construct
|
||||
"<a class="link" href="GimpColorConfig.html#GimpColorConfig--rgb-profile">rgb-profile</a>" GimpConfigPath : Read / Write / Construct
|
||||
"<a class="link" href="GimpColorConfig.html#GimpColorConfig--simulation-rendering-intent">simulation-rendering-intent</a>" <a class="link" href="GimpColorConfig.html#GimpColorRenderingIntent">GimpColorRenderingIntent</a> : Read / Write / Construct
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2600371"></a><h2>Description</h2>
|
||||
<a name="id2617465"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2600387"></a><h2>Details</h2>
|
||||
<a name="id2617480"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2600397"></a><h3>
|
||||
<a name="id2617491"></a><h3>
|
||||
<a name="GimpColorConfig-struct"></a>GimpColorConfig</h3>
|
||||
<a class="indexterm" name="id2600409"></a><pre class="programlisting">typedef struct _GimpColorConfig GimpColorConfig;</pre>
|
||||
<a class="indexterm" name="id2617503"></a><pre class="programlisting">typedef struct _GimpColorConfig GimpColorConfig;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2600425"></a><h3>
|
||||
<a name="id2617519"></a><h3>
|
||||
<a name="GimpColorManagementMode"></a>enum GimpColorManagementMode</h3>
|
||||
<a class="indexterm" name="id2604994"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2617530"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_COLOR_MANAGEMENT_OFF, /*< desc="No color management" >*/
|
||||
GIMP_COLOR_MANAGEMENT_DISPLAY, /*< desc="Color managed display" >*/
|
||||
@ -126,9 +120,9 @@ href="../glib/glib-Basic-Types.html#gboolean"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605013"></a><h3>
|
||||
<a name="id2617550"></a><h3>
|
||||
<a name="GimpColorRenderingIntent"></a>enum GimpColorRenderingIntent</h3>
|
||||
<a class="indexterm" name="id2605025"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2617561"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_COLOR_RENDERING_INTENT_PERCEPTUAL, /*< desc="Perceptual" >*/
|
||||
GIMP_COLOR_RENDERING_INTENT_RELATIVE_COLORIMETRIC, /*< desc="Relative colorimetric" >*/
|
||||
@ -142,79 +136,75 @@ href="../glib/glib-Basic-Types.html#gboolean"
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2605048"></a><h2>Property Details</h2>
|
||||
<a name="id2617584"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605059"></a><h3>
|
||||
<a name="id2617595"></a><h3>
|
||||
<a name="GimpColorConfig--cmyk-profile"></a>The "<code class="literal">cmyk-profile</code>" property</h3>
|
||||
<a class="indexterm" name="id2605073"></a><pre class="programlisting"> "cmyk-profile" GimpConfigPath : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2618553"></a><pre class="programlisting"> "cmyk-profile" GimpConfigPath : Read / Write / Construct</pre>
|
||||
<p>The CMYK color profile used to convert between RGB and CMYK.</p>
|
||||
<p>Default value: NULL</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605098"></a><h3>
|
||||
<a name="id2618578"></a><h3>
|
||||
<a name="GimpColorConfig--display-module"></a>The "<code class="literal">display-module</code>" property</h3>
|
||||
<a class="indexterm" name="id2605114"></a><pre class="programlisting"> "display-module" <a
|
||||
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
>gchararray</a> : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2618593"></a><pre class="programlisting"> "display-module" gchararray : Read / Write / Construct</pre>
|
||||
<p></p>
|
||||
<p>Default value: "CdisplayLcms"</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605139"></a><h3>
|
||||
<a name="id2618618"></a><h3>
|
||||
<a name="GimpColorConfig--display-profile"></a>The "<code class="literal">display-profile</code>" property</h3>
|
||||
<a class="indexterm" name="id2606778"></a><pre class="programlisting"> "display-profile" GimpConfigPath : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2618634"></a><pre class="programlisting"> "display-profile" GimpConfigPath : Read / Write / Construct</pre>
|
||||
<p>The color profile of your (primary) monitor.</p>
|
||||
<p>Default value: NULL</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606805"></a><h3>
|
||||
<a name="id2618661"></a><h3>
|
||||
<a name="GimpColorConfig--display-profile-from-gdk"></a>The "<code class="literal">display-profile-from-gdk</code>" property</h3>
|
||||
<a class="indexterm" name="id2606820"></a><pre class="programlisting"> "display-profile-from-gdk" <a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2618677"></a><pre class="programlisting"> "display-profile-from-gdk" gboolean : Read / Write / Construct</pre>
|
||||
<p>When enabled, GIMP will try to use the display color profile from the windowing system. The configured monitor profile is then only used as a fallback.</p>
|
||||
<p>Default value: TRUE</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606849"></a><h3>
|
||||
<a name="id2618705"></a><h3>
|
||||
<a name="GimpColorConfig--display-rendering-intent"></a>The "<code class="literal">display-rendering-intent</code>" property</h3>
|
||||
<a class="indexterm" name="id2606865"></a><pre class="programlisting"> "display-rendering-intent" <a href="GimpColorConfig.html#GimpColorRenderingIntent">GimpColorRenderingIntent</a> : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2618721"></a><pre class="programlisting"> "display-rendering-intent" <a class="link" href="GimpColorConfig.html#GimpColorRenderingIntent">GimpColorRenderingIntent</a> : Read / Write / Construct</pre>
|
||||
<p>Sets how colors are mapped for your display.</p>
|
||||
<p>Default value: GIMP_COLOR_RENDERING_INTENT_PERCEPTUAL</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606892"></a><h3>
|
||||
<a name="id2618748"></a><h3>
|
||||
<a name="GimpColorConfig--mode"></a>The "<code class="literal">mode</code>" property</h3>
|
||||
<a class="indexterm" name="id2606906"></a><pre class="programlisting"> "mode" <a href="GimpColorConfig.html#GimpColorManagementMode">GimpColorManagementMode</a> : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2618762"></a><pre class="programlisting"> "mode" <a class="link" href="GimpColorConfig.html#GimpColorManagementMode">GimpColorManagementMode</a> : Read / Write / Construct</pre>
|
||||
<p>Mode of operation for color management.</p>
|
||||
<p>Default value: GIMP_COLOR_MANAGEMENT_DISPLAY</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606932"></a><h3>
|
||||
<a name="id2618788"></a><h3>
|
||||
<a name="GimpColorConfig--printer-profile"></a>The "<code class="literal">printer-profile</code>" property</h3>
|
||||
<a class="indexterm" name="id2606948"></a><pre class="programlisting"> "printer-profile" GimpConfigPath : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2618804"></a><pre class="programlisting"> "printer-profile" GimpConfigPath : Read / Write / Construct</pre>
|
||||
<p>The color profile used for simulating a printed version (softproof).</p>
|
||||
<p>Default value: NULL</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606976"></a><h3>
|
||||
<a name="id2624045"></a><h3>
|
||||
<a name="GimpColorConfig--rgb-profile"></a>The "<code class="literal">rgb-profile</code>" property</h3>
|
||||
<a class="indexterm" name="id2606991"></a><pre class="programlisting"> "rgb-profile" GimpConfigPath : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2624060"></a><pre class="programlisting"> "rgb-profile" GimpConfigPath : Read / Write / Construct</pre>
|
||||
<p>The default RGB working space color profile.</p>
|
||||
<p>Default value: NULL</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2607018"></a><h3>
|
||||
<a name="id2624086"></a><h3>
|
||||
<a name="GimpColorConfig--simulation-rendering-intent"></a>The "<code class="literal">simulation-rendering-intent</code>" property</h3>
|
||||
<a class="indexterm" name="id2605671"></a><pre class="programlisting"> "simulation-rendering-intent" <a href="GimpColorConfig.html#GimpColorRenderingIntent">GimpColorRenderingIntent</a> : Read / Write / Construct</pre>
|
||||
<a class="indexterm" name="id2624102"></a><pre class="programlisting"> "simulation-rendering-intent" <a class="link" href="GimpColorConfig.html#GimpColorRenderingIntent">GimpColorRenderingIntent</a> : Read / Write / Construct</pre>
|
||||
<p>Sets how colors are converted from RGB working space to the print simulation device.</p>
|
||||
<p>Default value: GIMP_COLOR_RENDERING_INTENT_PERCEPTUAL</p>
|
||||
</div>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>GIMP Config Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
||||
<link rel="start" href="index.html" title="GIMP Config Library Reference Manual">
|
||||
<link rel="next" href="libgimpconfig.html" title="Part I. GIMP Config Library">
|
||||
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
|
||||
@ -19,7 +19,7 @@
|
||||
<div>
|
||||
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GIMP Config Library Reference Manual</p></th></tr></table></div>
|
||||
<div><p class="releaseinfo">
|
||||
for GIMP 2.4.0-rc1
|
||||
for GIMP 2.4.0-rc2
|
||||
|
||||
</p></div>
|
||||
</div>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimpconfig-iface</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
||||
<link rel="start" href="index.html" title="GIMP Config Library Reference Manual">
|
||||
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
|
||||
<link rel="prev" href="libgimpconfig-hierarchy.html" title="Object Hierarchy">
|
||||
@ -25,22 +25,22 @@
|
||||
<th width="100%" align="center">GIMP Config Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpconfig-gimpconfig-deserialize.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="#id2585667" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2602980" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2575655" class="shortcut">Description</a>
|
||||
<a href="#id2580752" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2571438" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2588604" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2571462" class="shortcut">Prerequisites</a>
|
||||
<a href="#id2580708" class="shortcut">Prerequisites</a>
|
||||
 | 
|
||||
<a href="#id2575634" class="shortcut">Known Implementations</a></nobr></td></tr>
|
||||
<a href="#id2580730" class="shortcut">Known Implementations</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpconfig-GimpConfig"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2585667"></a><span class="refentrytitle">gimpconfig-iface</span>
|
||||
<a name="id2602980"></a><span class="refentrytitle">gimpconfig-iface</span>
|
||||
</h2>
|
||||
<p>gimpconfig-iface — High-level API for libgimpconfig.</p>
|
||||
</td>
|
||||
@ -52,92 +52,40 @@
|
||||
|
||||
|
||||
|
||||
<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a>;
|
||||
<a href="libgimpconfig-GimpConfig.html#GimpConfigInterface-struct">GimpConfigInterface</a>;
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-file">gimp_config_serialize_to_file</a> (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *filename,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *header,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *footer,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> data,
|
||||
<a
|
||||
href="../glib/glib-Error-Reporting.html#GError"
|
||||
>GError</a> **error);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-fd">gimp_config_serialize_to_fd</a> (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> fd,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> data);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* <a href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-string">gimp_config_serialize_to_string</a> (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> data);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-file">gimp_config_deserialize_file</a> (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *filename,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> data,
|
||||
<a
|
||||
href="../glib/glib-Error-Reporting.html#GError"
|
||||
>GError</a> **error);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-string">gimp_config_deserialize_string</a> (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *text,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> text_len,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> data,
|
||||
<a
|
||||
href="../glib/glib-Error-Reporting.html#GError"
|
||||
>GError</a> **error);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-return">gimp_config_deserialize_return</a> (<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GTokenType"
|
||||
>GTokenType</a> expected_token,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> nest_level);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> <a href="libgimpconfig-GimpConfig.html#gimp-config-duplicate">gimp_config_duplicate</a> (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a href="libgimpconfig-GimpConfig.html#gimp-config-is-equal-to">gimp_config_is_equal_to</a> (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *a,
|
||||
<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *b);
|
||||
void <a href="libgimpconfig-GimpConfig.html#gimp-config-reset">gimp_config_reset</a> (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config);
|
||||
<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a>;
|
||||
<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface-struct">GimpConfigInterface</a>;
|
||||
gboolean <a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-file">gimp_config_serialize_to_file</a> (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
const gchar *filename,
|
||||
const gchar *header,
|
||||
const gchar *footer,
|
||||
gpointer data,
|
||||
GError **error);
|
||||
gboolean <a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-fd">gimp_config_serialize_to_fd</a> (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
gint fd,
|
||||
gpointer data);
|
||||
gchar* <a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-string">gimp_config_serialize_to_string</a> (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
gpointer data);
|
||||
gboolean <a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-file">gimp_config_deserialize_file</a> (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
const gchar *filename,
|
||||
gpointer data,
|
||||
GError **error);
|
||||
gboolean <a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-string">gimp_config_deserialize_string</a> (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
const gchar *text,
|
||||
gint text_len,
|
||||
gpointer data,
|
||||
GError **error);
|
||||
gboolean <a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-return">gimp_config_deserialize_return</a> (GScanner *scanner,
|
||||
GTokenType expected_token,
|
||||
gint nest_level);
|
||||
gpointer <a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-duplicate">gimp_config_duplicate</a> (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config);
|
||||
gboolean <a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-is-equal-to">gimp_config_is_equal_to</a> (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *a,
|
||||
<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *b);
|
||||
void <a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-reset">gimp_config_reset</a> (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config);
|
||||
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2571438"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2588604"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GInterface
|
||||
@ -145,72 +93,58 @@ void <a href="libgimpconfig-GimpConfig.html#gimp-config-reset">gi
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2571462"></a><h2>Prerequisites</h2>
|
||||
<a name="id2580708"></a><h2>Prerequisites</h2>
|
||||
<p>
|
||||
GimpConfigInterface requires
|
||||
<a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
>GObject</a>.</p>
|
||||
GObject.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2575634"></a><h2>Known Implementations</h2>
|
||||
<a name="id2580730"></a><h2>Known Implementations</h2>
|
||||
<p>
|
||||
GimpConfigInterface is implemented by
|
||||
<a href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>.</p>
|
||||
<a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2575655"></a><h2>Description</h2>
|
||||
<a name="id2580752"></a><h2>Description</h2>
|
||||
<p>
|
||||
High-level API functions for libgimpconfig.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2575672"></a><h2>Details</h2>
|
||||
<a name="id2580768"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2575682"></a><h3>
|
||||
<a name="id2580779"></a><h3>
|
||||
<a name="GimpConfig"></a>GimpConfig</h3>
|
||||
<a class="indexterm" name="id2575694"></a><pre class="programlisting">typedef struct _GimpConfig GimpConfig;</pre>
|
||||
<a class="indexterm" name="id2580791"></a><pre class="programlisting">typedef struct _GimpConfig GimpConfig;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2575710"></a><h3>
|
||||
<a name="id2580806"></a><h3>
|
||||
<a name="GimpConfigInterface-struct"></a>GimpConfigInterface</h3>
|
||||
<a class="indexterm" name="id2575721"></a><pre class="programlisting">typedef struct _GimpConfigInterface GimpConfigInterface;</pre>
|
||||
<a class="indexterm" name="id2580818"></a><pre class="programlisting">typedef struct _GimpConfigInterface GimpConfigInterface;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2575738"></a><h3>
|
||||
<a name="id2580834"></a><h3>
|
||||
<a name="gimp-config-serialize-to-file"></a>gimp_config_serialize_to_file ()</h3>
|
||||
<a class="indexterm" name="id2575753"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_config_serialize_to_file (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *filename,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *header,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *footer,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> data,
|
||||
<a
|
||||
href="../glib/glib-Error-Reporting.html#GError"
|
||||
>GError</a> **error);</pre>
|
||||
<a class="indexterm" name="id2580850"></a><pre class="programlisting">gboolean gimp_config_serialize_to_file (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
const gchar *filename,
|
||||
const gchar *header,
|
||||
const gchar *footer,
|
||||
gpointer data,
|
||||
GError **error);</pre>
|
||||
<p>
|
||||
Serializes the object properties of <em class="parameter"><code>config</code></em> to the file specified
|
||||
by <em class="parameter"><code>filename</code></em>. If a file with that name already exists, it is
|
||||
overwritten. Basically this function opens <em class="parameter"><code>filename</code></em> for you and
|
||||
calls the serialize function of the <em class="parameter"><code>config</code></em>'s <a href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p>
|
||||
calls the serialize function of the <em class="parameter"><code>config</code></em>'s <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -218,44 +152,38 @@ calls the serialize function of the <em class="parameter"><code>config</code></e
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>config</code></em> :</span></td>
|
||||
<td> a <a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
><span class="type">GObject</span></a> that implements the <a href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.
|
||||
<td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
|
||||
<td> a <span class="type">GObject</span> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>filename</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
|
||||
<td> the name of the file to write the configuration to.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>header</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>header</code></em> :</span></p></td>
|
||||
<td> optional file header (must be ASCII only)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>footer</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>footer</code></em> :</span></p></td>
|
||||
<td> optional file footer (must be ASCII only)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
||||
<td> user data passed to the serialize implementation.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>error</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> <a
|
||||
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||||
><code class="literal">TRUE</code></a> if serialization succeeded, <a
|
||||
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
><code class="literal">FALSE</code></a> otherwise.
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> <code class="literal">TRUE</code> if serialization succeeded, <code class="literal">FALSE</code> otherwise.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@ -266,17 +194,11 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2510611"></a><h3>
|
||||
<a name="id2527854"></a><h3>
|
||||
<a name="gimp-config-serialize-to-fd"></a>gimp_config_serialize_to_fd ()</h3>
|
||||
<a class="indexterm" name="id2510625"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_config_serialize_to_fd (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> fd,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> data);</pre>
|
||||
<a class="indexterm" name="id2527868"></a><pre class="programlisting">gboolean gimp_config_serialize_to_fd (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
gint fd,
|
||||
gpointer data);</pre>
|
||||
<p>
|
||||
Serializes the object properties of <em class="parameter"><code>config</code></em> to the given file
|
||||
descriptor.</p>
|
||||
@ -287,29 +209,23 @@ descriptor.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>config</code></em> :</span></td>
|
||||
<td> a <a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
><span class="type">GObject</span></a> that implements the <a href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.
|
||||
<td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
|
||||
<td> a <span class="type">GObject</span> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>fd</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>fd</code></em> :</span></p></td>
|
||||
<td> a file descriptor, opened for writing
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
||||
<td> user data passed to the serialize implementation.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> <a
|
||||
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||||
><code class="literal">TRUE</code></a> if serialization succeeded, <a
|
||||
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
><code class="literal">FALSE</code></a> otherwise.
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> <code class="literal">TRUE</code> if serialization succeeded, <code class="literal">FALSE</code> otherwise.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@ -320,14 +236,10 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2598598"></a><h3>
|
||||
<a name="id2615765"></a><h3>
|
||||
<a name="gimp-config-serialize-to-string"></a>gimp_config_serialize_to_string ()</h3>
|
||||
<a class="indexterm" name="id2598612"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_config_serialize_to_string (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> data);</pre>
|
||||
<a class="indexterm" name="id2615780"></a><pre class="programlisting">gchar* gimp_config_serialize_to_string (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
gpointer data);</pre>
|
||||
<p>
|
||||
Serializes the object properties of <em class="parameter"><code>config</code></em> to a string.</p>
|
||||
<p>
|
||||
@ -337,19 +249,17 @@ Serializes the object properties of <em class="parameter"><code>config</code></e
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>config</code></em> :</span></td>
|
||||
<td> a <a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
><span class="type">GObject</span></a> that implements the <a href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.
|
||||
<td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
|
||||
<td> a <span class="type">GObject</span> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
||||
<td> user data passed to the serialize implementation.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> a newly allocated <code class="literal">NUL</code>-terminated string.
|
||||
|
||||
</td>
|
||||
@ -361,20 +271,12 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2598721"></a><h3>
|
||||
<a name="id2615890"></a><h3>
|
||||
<a name="gimp-config-deserialize-file"></a>gimp_config_deserialize_file ()</h3>
|
||||
<a class="indexterm" name="id2598735"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_config_deserialize_file (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *filename,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> data,
|
||||
<a
|
||||
href="../glib/glib-Error-Reporting.html#GError"
|
||||
>GError</a> **error);</pre>
|
||||
<a class="indexterm" name="id2615903"></a><pre class="programlisting">gboolean gimp_config_deserialize_file (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
const gchar *filename,
|
||||
gpointer data,
|
||||
GError **error);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -382,27 +284,27 @@ href="../glib/glib-Error-Reporting.html#GError"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>config</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>filename</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>error</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -413,29 +315,17 @@ href="../glib/glib-Error-Reporting.html#GError"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2598855"></a><h3>
|
||||
<a name="id2616024"></a><h3>
|
||||
<a name="gimp-config-deserialize-string"></a>gimp_config_deserialize_string ()</h3>
|
||||
<a class="indexterm" name="id2598871"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_config_deserialize_string (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *text,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> text_len,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> data,
|
||||
<a
|
||||
href="../glib/glib-Error-Reporting.html#GError"
|
||||
>GError</a> **error);</pre>
|
||||
<a class="indexterm" name="id2616040"></a><pre class="programlisting">gboolean gimp_config_deserialize_string (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
const gchar *text,
|
||||
gint text_len,
|
||||
gpointer data,
|
||||
GError **error);</pre>
|
||||
<p>
|
||||
Configures <em class="parameter"><code>config</code></em> from <em class="parameter"><code>text</code></em>. Basically this function creates a
|
||||
properly configured <a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
><span class="type">GScanner</span></a> for you and calls the deserialize
|
||||
function of the <em class="parameter"><code>config</code></em>'s <a href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p>
|
||||
properly configured <span class="type">GScanner</span> for you and calls the deserialize
|
||||
function of the <em class="parameter"><code>config</code></em>'s <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -443,39 +333,33 @@ function of the <em class="parameter"><code>config</code></em>'s <a href="libgim
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>config</code></em> :</span></td>
|
||||
<td> a <a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
><span class="type">GObject</span></a> that implements the <a href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.
|
||||
<td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
|
||||
<td> a <span class="type">GObject</span> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>text</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
||||
<td> string to deserialize (in UTF-8 encoding)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>text_len</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>text_len</code></em> :</span></p></td>
|
||||
<td> length of <em class="parameter"><code>text</code></em> in bytes or -1
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>error</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> <a
|
||||
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||||
><code class="literal">TRUE</code></a> if deserialization succeeded, <a
|
||||
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
><code class="literal">FALSE</code></a> otherwise.
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> <code class="literal">TRUE</code> if deserialization succeeded, <code class="literal">FALSE</code> otherwise.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@ -486,19 +370,11 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2599098"></a><h3>
|
||||
<a name="id2616266"></a><h3>
|
||||
<a name="gimp-config-deserialize-return"></a>gimp_config_deserialize_return ()</h3>
|
||||
<a class="indexterm" name="id2599113"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_config_deserialize_return (<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GTokenType"
|
||||
>GTokenType</a> expected_token,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> nest_level);</pre>
|
||||
<a class="indexterm" name="id2616282"></a><pre class="programlisting">gboolean gimp_config_deserialize_return (GScanner *scanner,
|
||||
GTokenType expected_token,
|
||||
gint nest_level);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -508,22 +384,22 @@ href="../glib/glib-Basic-Types.html#gint"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>scanner</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>expected_token</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>expected_token</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>nest_level</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>nest_level</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
@ -535,14 +411,12 @@ href="../glib/glib-Basic-Types.html#gint"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2599193"></a><h3>
|
||||
<a name="id2616393"></a><h3>
|
||||
<a name="gimp-config-duplicate"></a>gimp_config_duplicate ()</h3>
|
||||
<a class="indexterm" name="id2599205"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> gimp_config_duplicate (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config);</pre>
|
||||
<a class="indexterm" name="id2616406"></a><pre class="programlisting">gpointer gimp_config_duplicate (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config);</pre>
|
||||
<p>
|
||||
Creates a copy of the passed object by copying all object
|
||||
properties. The default implementation of the <a href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>
|
||||
properties. The default implementation of the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>
|
||||
only works for objects that are completely defined by their
|
||||
properties.</p>
|
||||
<p>
|
||||
@ -552,15 +426,13 @@ properties.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>config</code></em> :</span></td>
|
||||
<td> a <a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
><span class="type">GObject</span></a> that implements the <a href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.
|
||||
<td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
|
||||
<td> a <span class="type">GObject</span> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> the duplicated <a href="libgimpconfig-GimpConfig.html#GimpConfig"><span class="type">GimpConfig</span></a> object
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> the duplicated <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig"><span class="type">GimpConfig</span></a> object
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@ -571,15 +443,13 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2599293"></a><h3>
|
||||
<a name="id2616505"></a><h3>
|
||||
<a name="gimp-config-is-equal-to"></a>gimp_config_is_equal_to ()</h3>
|
||||
<a class="indexterm" name="id2599306"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_config_is_equal_to (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *a,
|
||||
<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *b);</pre>
|
||||
<a class="indexterm" name="id2616518"></a><pre class="programlisting">gboolean gimp_config_is_equal_to (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *a,
|
||||
<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *b);</pre>
|
||||
<p>
|
||||
Compares the two objects. The default implementation of the
|
||||
<a href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a> compares the object properties and thus only
|
||||
<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a> compares the object properties and thus only
|
||||
works for objects that are completely defined by their
|
||||
properties.</p>
|
||||
<p>
|
||||
@ -589,24 +459,18 @@ properties.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>a</code></em> :</span></td>
|
||||
<td> a <a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
><span class="type">GObject</span></a> that implements the <a href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.
|
||||
<td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
|
||||
<td> a <span class="type">GObject</span> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>b</code></em> :</span></td>
|
||||
<td> another <a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
><span class="type">GObject</span></a> of the same type as <em class="parameter"><code>a</code></em>.
|
||||
<td><p><span class="term"><em class="parameter"><code>b</code></em> :</span></p></td>
|
||||
<td> another <span class="type">GObject</span> of the same type as <em class="parameter"><code>a</code></em>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> <a
|
||||
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||||
><code class="literal">TRUE</code></a> if the two objects are equal.
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> <code class="literal">TRUE</code> if the two objects are equal.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@ -617,12 +481,12 @@ href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2599427"></a><h3>
|
||||
<a name="id2616653"></a><h3>
|
||||
<a name="gimp-config-reset"></a>gimp_config_reset ()</h3>
|
||||
<a class="indexterm" name="id2599439"></a><pre class="programlisting">void gimp_config_reset (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config);</pre>
|
||||
<a class="indexterm" name="id2616668"></a><pre class="programlisting">void gimp_config_reset (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config);</pre>
|
||||
<p>
|
||||
Resets the object to its default state. The default implementation of the
|
||||
<a href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a> only works for objects that are completely defined by
|
||||
<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a> only works for objects that are completely defined by
|
||||
their properties.</p>
|
||||
<p>
|
||||
|
||||
@ -630,10 +494,8 @@ their properties.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td><span class="term"><em class="parameter"><code>config</code></em> :</span></td>
|
||||
<td> a <a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
><span class="type">GObject</span></a> that implements the <a href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.
|
||||
<td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
|
||||
<td> a <span class="type">GObject</span> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimpconfig-error</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
||||
<link rel="start" href="index.html" title="GIMP Config Library Reference Manual">
|
||||
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
|
||||
<link rel="prev" href="libgimpconfig-gimpconfig-serialize.html" title="gimpconfig-serialize">
|
||||
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Config Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpconfig-gimpconfig-params.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="#id2592665" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2598570" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2569954" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2614452" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpconfig-GimpConfigError"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2592665"></a><span class="refentrytitle">gimpconfig-error</span>
|
||||
<a name="id2598570"></a><span class="refentrytitle">gimpconfig-error</span>
|
||||
</h2>
|
||||
<p>gimpconfig-error</p>
|
||||
</td>
|
||||
@ -46,25 +46,23 @@
|
||||
|
||||
|
||||
|
||||
enum <a href="libgimpconfig-GimpConfigError.html#GimpConfigError">GimpConfigError</a>;
|
||||
#define <a href="libgimpconfig-GimpConfigError.html#GIMP-CONFIG-ERROR:CAPS">GIMP_CONFIG_ERROR</a>
|
||||
<a
|
||||
href="../glib/glib-Quarks.html#GQuark"
|
||||
>GQuark</a> <a href="libgimpconfig-GimpConfigError.html#gimp-config-error-quark">gimp_config_error_quark</a> (void);
|
||||
enum <a class="link" href="libgimpconfig-GimpConfigError.html#GimpConfigError">GimpConfigError</a>;
|
||||
#define <a class="link" href="libgimpconfig-GimpConfigError.html#GIMP-CONFIG-ERROR:CAPS">GIMP_CONFIG_ERROR</a>
|
||||
GQuark <a class="link" href="libgimpconfig-GimpConfigError.html#gimp-config-error-quark">gimp_config_error_quark</a> (void);
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2569954"></a><h2>Description</h2>
|
||||
<a name="id2614452"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2559138"></a><h2>Details</h2>
|
||||
<a name="id2581177"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2559148"></a><h3>
|
||||
<a name="id2581187"></a><h3>
|
||||
<a name="GimpConfigError"></a>enum GimpConfigError</h3>
|
||||
<a class="indexterm" name="id2559165"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2581204"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_CONFIG_ERROR_OPEN, /* open failed */
|
||||
GIMP_CONFIG_ERROR_OPEN_ENOENT, /* file does not exist */
|
||||
@ -79,9 +77,9 @@ href="../glib/glib-Quarks.html#GQuark"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2559188"></a><h3>
|
||||
<a name="id2581226"></a><h3>
|
||||
<a name="GIMP-CONFIG-ERROR:CAPS"></a>GIMP_CONFIG_ERROR</h3>
|
||||
<a class="indexterm" name="id2559199"></a><pre class="programlisting">#define GIMP_CONFIG_ERROR (gimp_config_error_quark ())
|
||||
<a class="indexterm" name="id2581238"></a><pre class="programlisting">#define GIMP_CONFIG_ERROR (gimp_config_error_quark ())
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -89,23 +87,19 @@ href="../glib/glib-Quarks.html#GQuark"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2559216"></a><h3>
|
||||
<a name="id2581254"></a><h3>
|
||||
<a name="gimp-config-error-quark"></a>gimp_config_error_quark ()</h3>
|
||||
<a class="indexterm" name="id2559229"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Quarks.html#GQuark"
|
||||
>GQuark</a> gimp_config_error_quark (void);</pre>
|
||||
<a class="indexterm" name="id2581268"></a><pre class="programlisting">GQuark gimp_config_error_quark (void);</pre>
|
||||
<p>
|
||||
This function is never called directly. Use <a href="libgimpconfig-GimpConfigError.html#GIMP-CONFIG-ERROR:CAPS"><code class="function">GIMP_CONFIG_ERROR()</code></a> instead.</p>
|
||||
This function is never called directly. Use <a class="link" href="libgimpconfig-GimpConfigError.html#GIMP-CONFIG-ERROR:CAPS"><code class="function">GIMP_CONFIG_ERROR()</code></a> instead.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> the <a
|
||||
href="../glib/glib-Quarks.html#GQuark"
|
||||
><span class="type">GQuark</span></a> that defines the GimpConfig error domain.
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> the <span class="type">GQuark</span> that defines the GimpConfig error domain.
|
||||
|
||||
</td>
|
||||
</tr></tbody>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimpconfigwriter</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
||||
<link rel="start" href="index.html" title="GIMP Config Library Reference Manual">
|
||||
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
|
||||
<link rel="prev" href="libgimpconfig-gimpconfig-utils.html" title="gimpconfig-utils">
|
||||
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Config Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpconfig-GimpScanner.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="#id2576128" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2594799" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2580571" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2582006" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpconfig-GimpConfigWriter"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2576128"></a><span class="refentrytitle">gimpconfigwriter</span>
|
||||
<a name="id2594799"></a><span class="refentrytitle">gimpconfigwriter</span>
|
||||
</h2>
|
||||
<p>gimpconfigwriter — Functions for writing config info to a file for libgimpconfig.</p>
|
||||
</td>
|
||||
@ -46,116 +46,68 @@
|
||||
|
||||
|
||||
|
||||
<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a>;
|
||||
<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a>* <a href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-file">gimp_config_writer_new_file</a> (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *filename,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> atomic,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *header,
|
||||
<a
|
||||
href="../glib/glib-Error-Reporting.html#GError"
|
||||
>GError</a> **error);
|
||||
<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a>* <a href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-fd">gimp_config_writer_new_fd</a> (<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> fd);
|
||||
<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a>* <a href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-string">gimp_config_writer_new_string</a> (<a
|
||||
href="../glib/glib-Strings.html#GString"
|
||||
>GString</a> *string);
|
||||
void <a href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-open">gimp_config_writer_open</a> (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name);
|
||||
void <a href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-comment-mode">gimp_config_writer_comment_mode</a> (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> enable);
|
||||
void <a href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-print">gimp_config_writer_print</a> (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *string,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> len);
|
||||
void <a href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-printf">gimp_config_writer_printf</a> (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *format,
|
||||
<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a>;
|
||||
<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a>* <a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-file">gimp_config_writer_new_file</a> (const gchar *filename,
|
||||
gboolean atomic,
|
||||
const gchar *header,
|
||||
GError **error);
|
||||
<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a>* <a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-fd">gimp_config_writer_new_fd</a> (gint fd);
|
||||
<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a>* <a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-string">gimp_config_writer_new_string</a> (GString *string);
|
||||
void <a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-open">gimp_config_writer_open</a> (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const gchar *name);
|
||||
void <a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-comment-mode">gimp_config_writer_comment_mode</a> (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
gboolean enable);
|
||||
void <a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-print">gimp_config_writer_print</a> (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const gchar *string,
|
||||
gint len);
|
||||
void <a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-printf">gimp_config_writer_printf</a> (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const gchar *format,
|
||||
...);
|
||||
void <a href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-identifier">gimp_config_writer_identifier</a> (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *identifier);
|
||||
void <a href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-string">gimp_config_writer_string</a> (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *string);
|
||||
void <a href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-data">gimp_config_writer_data</a> (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> length,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#guint8"
|
||||
>guint8</a> *data);
|
||||
void <a href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-comment">gimp_config_writer_comment</a> (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *comment);
|
||||
void <a href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-linefeed">gimp_config_writer_linefeed</a> (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);
|
||||
void <a href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-revert">gimp_config_writer_revert</a> (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);
|
||||
void <a href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-close">gimp_config_writer_close</a> (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-finish">gimp_config_writer_finish</a> (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *footer,
|
||||
<a
|
||||
href="../glib/glib-Error-Reporting.html#GError"
|
||||
>GError</a> **error);
|
||||
void <a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-identifier">gimp_config_writer_identifier</a> (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const gchar *identifier);
|
||||
void <a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-string">gimp_config_writer_string</a> (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const gchar *string);
|
||||
void <a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-data">gimp_config_writer_data</a> (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
gint length,
|
||||
const guint8 *data);
|
||||
void <a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-comment">gimp_config_writer_comment</a> (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const gchar *comment);
|
||||
void <a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-linefeed">gimp_config_writer_linefeed</a> (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);
|
||||
void <a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-revert">gimp_config_writer_revert</a> (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);
|
||||
void <a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-close">gimp_config_writer_close</a> (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);
|
||||
gboolean <a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-finish">gimp_config_writer_finish</a> (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const gchar *footer,
|
||||
GError **error);
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2580571"></a><h2>Description</h2>
|
||||
<a name="id2582006"></a><h2>Description</h2>
|
||||
<p>
|
||||
Functions for writing config info to a file for libgimpconfig.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2580587"></a><h2>Details</h2>
|
||||
<a name="id2582022"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2580598"></a><h3>
|
||||
<a name="id2582033"></a><h3>
|
||||
<a name="GimpConfigWriter"></a>GimpConfigWriter</h3>
|
||||
<a class="indexterm" name="id2580611"></a><pre class="programlisting">typedef struct _GimpConfigWriter GimpConfigWriter;</pre>
|
||||
<a class="indexterm" name="id2582046"></a><pre class="programlisting">typedef struct _GimpConfigWriter GimpConfigWriter;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2580627"></a><h3>
|
||||
<a name="id2582062"></a><h3>
|
||||
<a name="gimp-config-writer-new-file"></a>gimp_config_writer_new_file ()</h3>
|
||||
<a class="indexterm" name="id2580641"></a><pre class="programlisting"><a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a>* gimp_config_writer_new_file (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *filename,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> atomic,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *header,
|
||||
<a
|
||||
href="../glib/glib-Error-Reporting.html#GError"
|
||||
>GError</a> **error);</pre>
|
||||
<a class="indexterm" name="id2582076"></a><pre class="programlisting"><a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a>* gimp_config_writer_new_file (const gchar *filename,
|
||||
gboolean atomic,
|
||||
const gchar *header,
|
||||
GError **error);</pre>
|
||||
<p>
|
||||
Creates a new <a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> and sets it up to write to
|
||||
<em class="parameter"><code>filename</code></em>. If <em class="parameter"><code>atomic</code></em> is <a
|
||||
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||||
><code class="literal">TRUE</code></a>, a temporary file is used to avoid
|
||||
Creates a new <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> and sets it up to write to
|
||||
<em class="parameter"><code>filename</code></em>. If <em class="parameter"><code>atomic</code></em> is <code class="literal">TRUE</code>, a temporary file is used to avoid
|
||||
possible race conditions. The temporary file is then moved to
|
||||
<em class="parameter"><code>filename</code></em> when the writer is closed.</p>
|
||||
<p>
|
||||
@ -165,32 +117,28 @@ possible race conditions. The temporary file is then moved to
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>filename</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
|
||||
<td> a filename
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>atomic</code></em> :</span></td>
|
||||
<td> if <a
|
||||
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||||
><code class="literal">TRUE</code></a> the file is written atomically
|
||||
<td><p><span class="term"><em class="parameter"><code>atomic</code></em> :</span></p></td>
|
||||
<td> if <code class="literal">TRUE</code> the file is written atomically
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>header</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>header</code></em> :</span></p></td>
|
||||
<td> text to include as comment at the top of the file
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>error</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
||||
<td> return location for errors
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> a new <a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> or <a
|
||||
href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
><code class="literal">NULL</code></a> in case of an error
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> a new <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> or <code class="literal">NULL</code> in case of an error
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@ -201,11 +149,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2571027"></a><h3>
|
||||
<a name="id2589344"></a><h3>
|
||||
<a name="gimp-config-writer-new-fd"></a>gimp_config_writer_new_fd ()</h3>
|
||||
<a class="indexterm" name="id2571041"></a><pre class="programlisting"><a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a>* gimp_config_writer_new_fd (<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> fd);</pre>
|
||||
<a class="indexterm" name="id2589358"></a><pre class="programlisting"><a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a>* gimp_config_writer_new_fd (gint fd);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -215,15 +161,13 @@ href="../glib/glib-Basic-Types.html#gint"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>fd</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>fd</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> a new <a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> or <a
|
||||
href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
><code class="literal">NULL</code></a> in case of an error
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> a new <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> or <code class="literal">NULL</code> in case of an error
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@ -234,11 +178,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2571124"></a><h3>
|
||||
<a name="id2589441"></a><h3>
|
||||
<a name="gimp-config-writer-new-string"></a>gimp_config_writer_new_string ()</h3>
|
||||
<a class="indexterm" name="id2571139"></a><pre class="programlisting"><a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a>* gimp_config_writer_new_string (<a
|
||||
href="../glib/glib-Strings.html#GString"
|
||||
>GString</a> *string);</pre>
|
||||
<a class="indexterm" name="id2589457"></a><pre class="programlisting"><a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a>* gimp_config_writer_new_string (GString *string);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -248,15 +190,13 @@ href="../glib/glib-Strings.html#GString"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>string</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> a new <a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> or <a
|
||||
href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
><code class="literal">NULL</code></a> in case of an error
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> a new <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> or <code class="literal">NULL</code> in case of an error
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@ -267,16 +207,14 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2571222"></a><h3>
|
||||
<a name="id2589540"></a><h3>
|
||||
<a name="gimp-config-writer-open"></a>gimp_config_writer_open ()</h3>
|
||||
<a class="indexterm" name="id2571236"></a><pre class="programlisting">void gimp_config_writer_open (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name);</pre>
|
||||
<a class="indexterm" name="id2624412"></a><pre class="programlisting">void gimp_config_writer_open (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const gchar *name);</pre>
|
||||
<p>
|
||||
This function writes the opening parenthese followed by <em class="parameter"><code>name</code></em>.
|
||||
It also increases the indentation level and sets a mark that
|
||||
can be used by <a href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-revert"><code class="function">gimp_config_writer_revert()</code></a>.</p>
|
||||
can be used by <a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-revert"><code class="function">gimp_config_writer_revert()</code></a>.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -284,12 +222,12 @@ can be used by <a href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-r
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>writer</code></em> :</span></td>
|
||||
<td> a <a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>
|
||||
<td><p><span class="term"><em class="parameter"><code>writer</code></em> :</span></p></td>
|
||||
<td> a <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>name</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||||
<td> name of the element to open
|
||||
</td>
|
||||
</tr>
|
||||
@ -300,12 +238,10 @@ can be used by <a href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-r
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2607344"></a><h3>
|
||||
<a name="id2624503"></a><h3>
|
||||
<a name="gimp-config-writer-comment-mode"></a>gimp_config_writer_comment_mode ()</h3>
|
||||
<a class="indexterm" name="id2607358"></a><pre class="programlisting">void gimp_config_writer_comment_mode (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> enable);</pre>
|
||||
<a class="indexterm" name="id2624517"></a><pre class="programlisting">void gimp_config_writer_comment_mode (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
gboolean enable);</pre>
|
||||
<p>
|
||||
This function toggles whether the <em class="parameter"><code>writer</code></em> should create commented
|
||||
or uncommented output. This feature is used to generate the
|
||||
@ -321,17 +257,13 @@ funtion will insert a newline if necessary.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>writer</code></em> :</span></td>
|
||||
<td> a <a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>
|
||||
<td><p><span class="term"><em class="parameter"><code>writer</code></em> :</span></p></td>
|
||||
<td> a <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>enable</code></em> :</span></td>
|
||||
<td> <a
|
||||
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||||
><code class="literal">TRUE</code></a> to enable comment mode, <a
|
||||
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
><code class="literal">FALSE</code></a> to disable it
|
||||
<td><p><span class="term"><em class="parameter"><code>enable</code></em> :</span></p></td>
|
||||
<td> <code class="literal">TRUE</code> to enable comment mode, <code class="literal">FALSE</code> to disable it
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -341,15 +273,11 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2607473"></a><h3>
|
||||
<a name="id2624632"></a><h3>
|
||||
<a name="gimp-config-writer-print"></a>gimp_config_writer_print ()</h3>
|
||||
<a class="indexterm" name="id2607487"></a><pre class="programlisting">void gimp_config_writer_print (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *string,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> len);</pre>
|
||||
<a class="indexterm" name="id2624646"></a><pre class="programlisting">void gimp_config_writer_print (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const gchar *string,
|
||||
gint len);</pre>
|
||||
<p>
|
||||
Appends a space followed by <em class="parameter"><code>string</code></em> to the <em class="parameter"><code>writer</code></em>. Note that string
|
||||
must not contain any special characters that might need to be escaped.</p>
|
||||
@ -360,17 +288,17 @@ must not contain any special characters that might need to be escaped.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>writer</code></em> :</span></td>
|
||||
<td> a <a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>
|
||||
<td><p><span class="term"><em class="parameter"><code>writer</code></em> :</span></p></td>
|
||||
<td> a <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>string</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
|
||||
<td> a string to write
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>len</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>len</code></em> :</span></p></td>
|
||||
<td> number of bytes from <em class="parameter"><code>string</code></em> or -1 if <em class="parameter"><code>string</code></em> is NUL-terminated.
|
||||
</td>
|
||||
</tr>
|
||||
@ -381,15 +309,13 @@ must not contain any special characters that might need to be escaped.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2607619"></a><h3>
|
||||
<a name="id2624778"></a><h3>
|
||||
<a name="gimp-config-writer-printf"></a>gimp_config_writer_printf ()</h3>
|
||||
<a class="indexterm" name="id2607633"></a><pre class="programlisting">void gimp_config_writer_printf (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *format,
|
||||
<a class="indexterm" name="id2624792"></a><pre class="programlisting">void gimp_config_writer_printf (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const gchar *format,
|
||||
...);</pre>
|
||||
<p>
|
||||
A printf-like function for <a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>.</p>
|
||||
A printf-like function for <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -397,19 +323,17 @@ A printf-like function for <a href="libgimpconfig-GimpConfigWriter.html#GimpConf
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>writer</code></em> :</span></td>
|
||||
<td> a <a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>
|
||||
<td><p><span class="term"><em class="parameter"><code>writer</code></em> :</span></p></td>
|
||||
<td> a <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>format</code></em> :</span></td>
|
||||
<td> a format string as described for <a
|
||||
href="../glib/glib-String-Utility-Functions.html#g-strdup-printf"
|
||||
><code class="function">g_strdup_printf()</code></a>.
|
||||
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
||||
<td> a format string as described for <code class="function">g_strdup_printf()</code>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>...</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
||||
<td> list of arguments according to <em class="parameter"><code>format</code></em>
|
||||
</td>
|
||||
</tr>
|
||||
@ -420,12 +344,10 @@ href="../glib/glib-String-Utility-Functions.html#g-strdup-printf"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2607758"></a><h3>
|
||||
<a name="id2624917"></a><h3>
|
||||
<a name="gimp-config-writer-identifier"></a>gimp_config_writer_identifier ()</h3>
|
||||
<a class="indexterm" name="id2607774"></a><pre class="programlisting">void gimp_config_writer_identifier (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *identifier);</pre>
|
||||
<a class="indexterm" name="id2624933"></a><pre class="programlisting">void gimp_config_writer_identifier (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const gchar *identifier);</pre>
|
||||
<p>
|
||||
Writes an identifier to <em class="parameter"><code>writer</code></em>. The <em class="parameter"><code>string</code></em> is *not* quoted and special
|
||||
characters are *not* escaped.</p>
|
||||
@ -436,12 +358,12 @@ characters are *not* escaped.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>writer</code></em> :</span></td>
|
||||
<td> a <a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>
|
||||
<td><p><span class="term"><em class="parameter"><code>writer</code></em> :</span></p></td>
|
||||
<td> a <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>identifier</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>identifier</code></em> :</span></p></td>
|
||||
<td> a NUL-terminated string
|
||||
</td>
|
||||
</tr>
|
||||
@ -452,12 +374,10 @@ characters are *not* escaped.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2607872"></a><h3>
|
||||
<a name="id2625031"></a><h3>
|
||||
<a name="gimp-config-writer-string"></a>gimp_config_writer_string ()</h3>
|
||||
<a class="indexterm" name="id2607887"></a><pre class="programlisting">void gimp_config_writer_string (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *string);</pre>
|
||||
<a class="indexterm" name="id2625046"></a><pre class="programlisting">void gimp_config_writer_string (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const gchar *string);</pre>
|
||||
<p>
|
||||
Writes a string value to <em class="parameter"><code>writer</code></em>. The <em class="parameter"><code>string</code></em> is quoted and special
|
||||
characters are escaped.</p>
|
||||
@ -468,12 +388,12 @@ characters are escaped.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>writer</code></em> :</span></td>
|
||||
<td> a <a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>
|
||||
<td><p><span class="term"><em class="parameter"><code>writer</code></em> :</span></p></td>
|
||||
<td> a <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>string</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
|
||||
<td> a NUL-terminated string
|
||||
</td>
|
||||
</tr>
|
||||
@ -484,15 +404,11 @@ characters are escaped.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2607984"></a><h3>
|
||||
<a name="id2625143"></a><h3>
|
||||
<a name="gimp-config-writer-data"></a>gimp_config_writer_data ()</h3>
|
||||
<a class="indexterm" name="id2607998"></a><pre class="programlisting">void gimp_config_writer_data (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> length,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#guint8"
|
||||
>guint8</a> *data);</pre>
|
||||
<a class="indexterm" name="id2625157"></a><pre class="programlisting">void gimp_config_writer_data (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
gint length,
|
||||
const guint8 *data);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -502,17 +418,17 @@ href="../glib/glib-Basic-Types.html#guint8"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>writer</code></em> :</span></td>
|
||||
<td> a <a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>
|
||||
<td><p><span class="term"><em class="parameter"><code>writer</code></em> :</span></p></td>
|
||||
<td> a <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>length</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
@ -523,12 +439,10 @@ href="../glib/glib-Basic-Types.html#guint8"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2608104"></a><h3>
|
||||
<a name="id2625264"></a><h3>
|
||||
<a name="gimp-config-writer-comment"></a>gimp_config_writer_comment ()</h3>
|
||||
<a class="indexterm" name="id2608119"></a><pre class="programlisting">void gimp_config_writer_comment (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *comment);</pre>
|
||||
<a class="indexterm" name="id2625278"></a><pre class="programlisting">void gimp_config_writer_comment (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const gchar *comment);</pre>
|
||||
<p>
|
||||
Appends the <em class="parameter"><code>comment</code></em> to <em class="parameter"><code>str</code></em> and inserts linebreaks and hash-marks to
|
||||
format it as a comment. Note that this function does not handle non-ASCII
|
||||
@ -540,12 +454,12 @@ characters.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>writer</code></em> :</span></td>
|
||||
<td> a <a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>
|
||||
<td><p><span class="term"><em class="parameter"><code>writer</code></em> :</span></p></td>
|
||||
<td> a <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>comment</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>comment</code></em> :</span></p></td>
|
||||
<td> the comment to write (ASCII only)
|
||||
</td>
|
||||
</tr>
|
||||
@ -556,16 +470,16 @@ characters.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2608191"></a><h3>
|
||||
<a name="id2625378"></a><h3>
|
||||
<a name="gimp-config-writer-linefeed"></a>gimp_config_writer_linefeed ()</h3>
|
||||
<a class="indexterm" name="id2608202"></a><pre class="programlisting">void gimp_config_writer_linefeed (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);</pre>
|
||||
<a class="indexterm" name="id2625390"></a><pre class="programlisting">void gimp_config_writer_linefeed (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td><span class="term"><em class="parameter"><code>writer</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>writer</code></em> :</span></p></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -575,21 +489,21 @@ characters.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2608243"></a><h3>
|
||||
<a name="id2625436"></a><h3>
|
||||
<a name="gimp-config-writer-revert"></a>gimp_config_writer_revert ()</h3>
|
||||
<a class="indexterm" name="id2608256"></a><pre class="programlisting">void gimp_config_writer_revert (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);</pre>
|
||||
<a class="indexterm" name="id2625450"></a><pre class="programlisting">void gimp_config_writer_revert (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);</pre>
|
||||
<p>
|
||||
Reverts all changes to <em class="parameter"><code>writer</code></em> that were done since the last call
|
||||
to <a href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-open"><code class="function">gimp_config_writer_open()</code></a>. This can only work if you didn't call
|
||||
<a href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-close"><code class="function">gimp_config_writer_close()</code></a> yet.</p>
|
||||
to <a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-open"><code class="function">gimp_config_writer_open()</code></a>. This can only work if you didn't call
|
||||
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-close"><code class="function">gimp_config_writer_close()</code></a> yet.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td><span class="term"><em class="parameter"><code>writer</code></em> :</span></td>
|
||||
<td> a <a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>
|
||||
<td><p><span class="term"><em class="parameter"><code>writer</code></em> :</span></p></td>
|
||||
<td> a <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
@ -598,19 +512,19 @@ to <a href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-open"><code c
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2608336"></a><h3>
|
||||
<a name="id2625537"></a><h3>
|
||||
<a name="gimp-config-writer-close"></a>gimp_config_writer_close ()</h3>
|
||||
<a class="indexterm" name="id2608348"></a><pre class="programlisting">void gimp_config_writer_close (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);</pre>
|
||||
<a class="indexterm" name="id2625550"></a><pre class="programlisting">void gimp_config_writer_close (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);</pre>
|
||||
<p>
|
||||
Closes an element opened with <a href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-open"><code class="function">gimp_config_writer_open()</code></a>.</p>
|
||||
Closes an element opened with <a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-open"><code class="function">gimp_config_writer_open()</code></a>.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td><span class="term"><em class="parameter"><code>writer</code></em> :</span></td>
|
||||
<td> a <a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>
|
||||
<td><p><span class="term"><em class="parameter"><code>writer</code></em> :</span></p></td>
|
||||
<td> a <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
@ -619,17 +533,11 @@ Closes an element opened with <a href="libgimpconfig-GimpConfigWriter.html#gimp-
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2608413"></a><h3>
|
||||
<a name="id2625624"></a><h3>
|
||||
<a name="gimp-config-writer-finish"></a>gimp_config_writer_finish ()</h3>
|
||||
<a class="indexterm" name="id2608426"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_config_writer_finish (<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *footer,
|
||||
<a
|
||||
href="../glib/glib-Error-Reporting.html#GError"
|
||||
>GError</a> **error);</pre>
|
||||
<a class="indexterm" name="id2625638"></a><pre class="programlisting">gboolean gimp_config_writer_finish (<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer,
|
||||
const gchar *footer,
|
||||
GError **error);</pre>
|
||||
<p>
|
||||
This function finishes the work of <em class="parameter"><code>writer</code></em> and frees it afterwards.
|
||||
It closes all open elements, appends an optional comment and
|
||||
@ -642,28 +550,24 @@ the <em class="parameter"><code>writer</code></em> afterwards.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>writer</code></em> :</span></td>
|
||||
<td> a <a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>
|
||||
<td><p><span class="term"><em class="parameter"><code>writer</code></em> :</span></p></td>
|
||||
<td> a <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>footer</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>footer</code></em> :</span></p></td>
|
||||
<td> text to include as comment at the bottom of the file
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>error</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
||||
<td> return location for possible errors
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> <a
|
||||
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||||
><code class="literal">TRUE</code></a> if everything could be successfully written,
|
||||
<a
|
||||
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
><code class="literal">FALSE</code></a> otherwise
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> <code class="literal">TRUE</code> if everything could be successfully written,
|
||||
<code class="literal">FALSE</code> otherwise
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimpscanner</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
||||
<link rel="start" href="index.html" title="GIMP Config Library Reference Manual">
|
||||
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
|
||||
<link rel="prev" href="libgimpconfig-GimpConfigWriter.html" title="gimpconfigwriter">
|
||||
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Config Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="GimpColorConfig.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="#id2600964" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2614110" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2577378" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2583039" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpconfig-GimpScanner"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2600964"></a><span class="refentrytitle">gimpscanner</span>
|
||||
<a name="id2614110"></a><span class="refentrytitle">gimpscanner</span>
|
||||
</h2>
|
||||
<p>gimpscanner</p>
|
||||
</td>
|
||||
@ -46,125 +46,51 @@
|
||||
|
||||
|
||||
|
||||
<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a>* <a href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file">gimp_scanner_new_file</a> (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *filename,
|
||||
<a
|
||||
href="../glib/glib-Error-Reporting.html#GError"
|
||||
>GError</a> **error);
|
||||
<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a>* <a href="libgimpconfig-GimpScanner.html#gimp-scanner-new-string">gimp_scanner_new_string</a> (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *text,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> text_len,
|
||||
<a
|
||||
href="../glib/glib-Error-Reporting.html#GError"
|
||||
>GError</a> **error);
|
||||
void <a href="libgimpconfig-GimpScanner.html#gimp-scanner-destroy">gimp_scanner_destroy</a> (<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-token">gimp_scanner_parse_token</a> (<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GTokenType"
|
||||
>GTokenType</a> token);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-identifier">gimp_scanner_parse_identifier</a> (<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *identifier);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-string">gimp_scanner_parse_string</a> (<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> **dest);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-string-no-validate">gimp_scanner_parse_string_no_validate</a>
|
||||
(<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> **dest);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-data">gimp_scanner_parse_data</a> (<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> length,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#guint8"
|
||||
>guint8</a> **dest);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-int">gimp_scanner_parse_int</a> (<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> *dest);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-float">gimp_scanner_parse_float</a> (<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> *dest);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-color">gimp_scanner_parse_color</a> (<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
GScanner* <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file">gimp_scanner_new_file</a> (const gchar *filename,
|
||||
GError **error);
|
||||
GScanner* <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-string">gimp_scanner_new_string</a> (const gchar *text,
|
||||
gint text_len,
|
||||
GError **error);
|
||||
void <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-destroy">gimp_scanner_destroy</a> (GScanner *scanner);
|
||||
gboolean <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-token">gimp_scanner_parse_token</a> (GScanner *scanner,
|
||||
GTokenType token);
|
||||
gboolean <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-identifier">gimp_scanner_parse_identifier</a> (GScanner *scanner,
|
||||
const gchar *identifier);
|
||||
gboolean <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-string">gimp_scanner_parse_string</a> (GScanner *scanner,
|
||||
gchar **dest);
|
||||
gboolean <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-string-no-validate">gimp_scanner_parse_string_no_validate</a>
|
||||
(GScanner *scanner,
|
||||
gchar **dest);
|
||||
gboolean <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-data">gimp_scanner_parse_data</a> (GScanner *scanner,
|
||||
gint length,
|
||||
guint8 **dest);
|
||||
gboolean <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-int">gimp_scanner_parse_int</a> (GScanner *scanner,
|
||||
gint *dest);
|
||||
gboolean <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-float">gimp_scanner_parse_float</a> (GScanner *scanner,
|
||||
gdouble *dest);
|
||||
gboolean <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-color">gimp_scanner_parse_color</a> (GScanner *scanner,
|
||||
<a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *dest);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-matrix2">gimp_scanner_parse_matrix2</a> (<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
gboolean <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-matrix2">gimp_scanner_parse_matrix2</a> (GScanner *scanner,
|
||||
<a
|
||||
href="../libgimpmath/libgimpmath-GimpMatrix.html#GimpMatrix2"
|
||||
href="/local/head/share/gtk-doc/html/libgimpmath/libgimpmath-GimpMatrix.html#GimpMatrix2"
|
||||
>GimpMatrix2</a> *dest);
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2577378"></a><h2>Description</h2>
|
||||
<a name="id2583039"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2577394"></a><h2>Details</h2>
|
||||
<a name="id2583055"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2601398"></a><h3>
|
||||
<a name="id2606566"></a><h3>
|
||||
<a name="gimp-scanner-new-file"></a>gimp_scanner_new_file ()</h3>
|
||||
<a class="indexterm" name="id2601411"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a>* gimp_scanner_new_file (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *filename,
|
||||
<a
|
||||
href="../glib/glib-Error-Reporting.html#GError"
|
||||
>GError</a> **error);</pre>
|
||||
<a class="indexterm" name="id2606579"></a><pre class="programlisting">GScanner* gimp_scanner_new_file (const gchar *filename,
|
||||
GError **error);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -174,17 +100,17 @@ href="../glib/glib-Error-Reporting.html#GError"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>filename</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>error</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
@ -196,19 +122,11 @@ href="../glib/glib-Error-Reporting.html#GError"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2601500"></a><h3>
|
||||
<a name="id2606668"></a><h3>
|
||||
<a name="gimp-scanner-new-string"></a>gimp_scanner_new_string ()</h3>
|
||||
<a class="indexterm" name="id2601513"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a>* gimp_scanner_new_string (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *text,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> text_len,
|
||||
<a
|
||||
href="../glib/glib-Error-Reporting.html#GError"
|
||||
>GError</a> **error);</pre>
|
||||
<a class="indexterm" name="id2606682"></a><pre class="programlisting">GScanner* gimp_scanner_new_string (const gchar *text,
|
||||
gint text_len,
|
||||
GError **error);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -218,22 +136,22 @@ href="../glib/glib-Error-Reporting.html#GError"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>text</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>text_len</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>text_len</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>error</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
@ -245,11 +163,9 @@ href="../glib/glib-Error-Reporting.html#GError"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2601623"></a><h3>
|
||||
<a name="id2606791"></a><h3>
|
||||
<a name="gimp-scanner-destroy"></a>gimp_scanner_destroy ()</h3>
|
||||
<a class="indexterm" name="id2601636"></a><pre class="programlisting">void gimp_scanner_destroy (<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner);</pre>
|
||||
<a class="indexterm" name="id2606805"></a><pre class="programlisting">void gimp_scanner_destroy (GScanner *scanner);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -258,7 +174,7 @@ href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td><span class="term"><em class="parameter"><code>scanner</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr></tbody>
|
||||
@ -268,16 +184,10 @@ href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605214"></a><h3>
|
||||
<a name="id2577589"></a><h3>
|
||||
<a name="gimp-scanner-parse-token"></a>gimp_scanner_parse_token ()</h3>
|
||||
<a class="indexterm" name="id2605227"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_scanner_parse_token (<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GTokenType"
|
||||
>GTokenType</a> token);</pre>
|
||||
<a class="indexterm" name="id2577603"></a><pre class="programlisting">gboolean gimp_scanner_parse_token (GScanner *scanner,
|
||||
GTokenType token);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -287,17 +197,17 @@ href="../glib/glib-Lexical-Scanner.html#GTokenType"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>scanner</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>token</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>token</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
@ -309,16 +219,10 @@ href="../glib/glib-Lexical-Scanner.html#GTokenType"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605316"></a><h3>
|
||||
<a name="id2577691"></a><h3>
|
||||
<a name="gimp-scanner-parse-identifier"></a>gimp_scanner_parse_identifier ()</h3>
|
||||
<a class="indexterm" name="id2605329"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_scanner_parse_identifier (<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *identifier);</pre>
|
||||
<a class="indexterm" name="id2577705"></a><pre class="programlisting">gboolean gimp_scanner_parse_identifier (GScanner *scanner,
|
||||
const gchar *identifier);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -328,17 +232,17 @@ href="../glib/glib-Basic-Types.html#gchar"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>scanner</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>identifier</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>identifier</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
@ -350,16 +254,10 @@ href="../glib/glib-Basic-Types.html#gchar"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605418"></a><h3>
|
||||
<a name="id2577793"></a><h3>
|
||||
<a name="gimp-scanner-parse-string"></a>gimp_scanner_parse_string ()</h3>
|
||||
<a class="indexterm" name="id2605432"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_scanner_parse_string (<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> **dest);</pre>
|
||||
<a class="indexterm" name="id2577807"></a><pre class="programlisting">gboolean gimp_scanner_parse_string (GScanner *scanner,
|
||||
gchar **dest);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -369,17 +267,17 @@ href="../glib/glib-Basic-Types.html#gchar"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>scanner</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>dest</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>dest</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
@ -391,17 +289,11 @@ href="../glib/glib-Basic-Types.html#gchar"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2608972"></a><h3>
|
||||
<a name="id2626112"></a><h3>
|
||||
<a name="gimp-scanner-parse-string-no-validate"></a>gimp_scanner_parse_string_no_validate ()</h3>
|
||||
<a class="indexterm" name="id2608984"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_scanner_parse_string_no_validate
|
||||
(<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> **dest);</pre>
|
||||
<a class="indexterm" name="id2626124"></a><pre class="programlisting">gboolean gimp_scanner_parse_string_no_validate
|
||||
(GScanner *scanner,
|
||||
gchar **dest);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -411,17 +303,17 @@ href="../glib/glib-Basic-Types.html#gchar"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>scanner</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>dest</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>dest</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
@ -433,19 +325,11 @@ href="../glib/glib-Basic-Types.html#gchar"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609066"></a><h3>
|
||||
<a name="id2626207"></a><h3>
|
||||
<a name="gimp-scanner-parse-data"></a>gimp_scanner_parse_data ()</h3>
|
||||
<a class="indexterm" name="id2609080"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_scanner_parse_data (<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> length,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#guint8"
|
||||
>guint8</a> **dest);</pre>
|
||||
<a class="indexterm" name="id2626220"></a><pre class="programlisting">gboolean gimp_scanner_parse_data (GScanner *scanner,
|
||||
gint length,
|
||||
guint8 **dest);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -455,22 +339,22 @@ href="../glib/glib-Basic-Types.html#guint8"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>scanner</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>length</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>dest</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>dest</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
@ -482,16 +366,10 @@ href="../glib/glib-Basic-Types.html#guint8"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609190"></a><h3>
|
||||
<a name="id2626330"></a><h3>
|
||||
<a name="gimp-scanner-parse-int"></a>gimp_scanner_parse_int ()</h3>
|
||||
<a class="indexterm" name="id2609203"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_scanner_parse_int (<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> *dest);</pre>
|
||||
<a class="indexterm" name="id2626344"></a><pre class="programlisting">gboolean gimp_scanner_parse_int (GScanner *scanner,
|
||||
gint *dest);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -501,17 +379,17 @@ href="../glib/glib-Basic-Types.html#gint"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>scanner</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>dest</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>dest</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
@ -523,16 +401,10 @@ href="../glib/glib-Basic-Types.html#gint"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609292"></a><h3>
|
||||
<a name="id2626407"></a><h3>
|
||||
<a name="gimp-scanner-parse-float"></a>gimp_scanner_parse_float ()</h3>
|
||||
<a class="indexterm" name="id2609305"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_scanner_parse_float (<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> *dest);</pre>
|
||||
<a class="indexterm" name="id2626420"></a><pre class="programlisting">gboolean gimp_scanner_parse_float (GScanner *scanner,
|
||||
gdouble *dest);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
@ -542,17 +414,17 @@ href="../glib/glib-Basic-Types.html#gdouble"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>scanner</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>dest</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>dest</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
@ -564,13 +436,9 @@ href="../glib/glib-Basic-Types.html#gdouble"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609394"></a><h3>
|
||||
<a name="id2626499"></a><h3>
|
||||
<a name="gimp-scanner-parse-color"></a>gimp_scanner_parse_color ()</h3>
|
||||
<a class="indexterm" name="id2609407"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_scanner_parse_color (<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
<a class="indexterm" name="id2626511"></a><pre class="programlisting">gboolean gimp_scanner_parse_color (GScanner *scanner,
|
||||
<a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *dest);</pre>
|
||||
@ -583,17 +451,17 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>scanner</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>dest</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>dest</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
@ -605,15 +473,11 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2609496"></a><h3>
|
||||
<a name="id2626590"></a><h3>
|
||||
<a name="gimp-scanner-parse-matrix2"></a>gimp_scanner_parse_matrix2 ()</h3>
|
||||
<a class="indexterm" name="id2609510"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_scanner_parse_matrix2 (<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
<a class="indexterm" name="id2626603"></a><pre class="programlisting">gboolean gimp_scanner_parse_matrix2 (GScanner *scanner,
|
||||
<a
|
||||
href="../libgimpmath/libgimpmath-GimpMatrix.html#GimpMatrix2"
|
||||
href="/local/head/share/gtk-doc/html/libgimpmath/libgimpmath-GimpMatrix.html#GimpMatrix2"
|
||||
>GimpMatrix2</a> *dest);</pre>
|
||||
<p>
|
||||
</p>
|
||||
@ -624,17 +488,17 @@ href="../libgimpmath/libgimpmath-GimpMatrix.html#GimpMatrix2"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>scanner</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>dest</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>dest</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimpconfig-deserialize</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
||||
<link rel="start" href="index.html" title="GIMP Config Library Reference Manual">
|
||||
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
|
||||
<link rel="prev" href="libgimpconfig-GimpConfig.html" title="gimpconfig-iface">
|
||||
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Config Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpconfig-gimpconfig-serialize.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="#id2597116" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2590725" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2596630" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2575076" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpconfig-gimpconfig-deserialize"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2597116"></a><span class="refentrytitle">gimpconfig-deserialize</span>
|
||||
<a name="id2590725"></a><span class="refentrytitle">gimpconfig-deserialize</span>
|
||||
</h2>
|
||||
<p>gimpconfig-deserialize — Deserializing code for libgimpconfig.</p>
|
||||
</td>
|
||||
@ -46,47 +46,29 @@
|
||||
|
||||
|
||||
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a href="libgimpconfig-gimpconfig-deserialize.html#gimp-config-deserialize-properties">gimp_config_deserialize_properties</a> (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> nest_level);
|
||||
<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GTokenType"
|
||||
>GTokenType</a> <a href="libgimpconfig-gimpconfig-deserialize.html#gimp-config-deserialize-property">gimp_config_deserialize_property</a> (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> nest_level);
|
||||
gboolean <a class="link" href="libgimpconfig-gimpconfig-deserialize.html#gimp-config-deserialize-properties">gimp_config_deserialize_properties</a> (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
GScanner *scanner,
|
||||
gint nest_level);
|
||||
GTokenType <a class="link" href="libgimpconfig-gimpconfig-deserialize.html#gimp-config-deserialize-property">gimp_config_deserialize_property</a> (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
GScanner *scanner,
|
||||
gint nest_level);
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2596630"></a><h2>Description</h2>
|
||||
<a name="id2575076"></a><h2>Description</h2>
|
||||
<p>
|
||||
Deserializing code for libgimpconfig.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2596645"></a><h2>Details</h2>
|
||||
<a name="id2575092"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2596656"></a><h3>
|
||||
<a name="id2575103"></a><h3>
|
||||
<a name="gimp-config-deserialize-properties"></a>gimp_config_deserialize_properties ()</h3>
|
||||
<a class="indexterm" name="id2596670"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_config_deserialize_properties (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> nest_level);</pre>
|
||||
<a class="indexterm" name="id2575116"></a><pre class="programlisting">gboolean gimp_config_deserialize_properties (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
GScanner *scanner,
|
||||
gint nest_level);</pre>
|
||||
<p>
|
||||
This function uses the <em class="parameter"><code>scanner</code></em> to configure the properties of <em class="parameter"><code>config</code></em>.</p>
|
||||
<p>
|
||||
@ -96,29 +78,23 @@ This function uses the <em class="parameter"><code>scanner</code></em> to config
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>config</code></em> :</span></td>
|
||||
<td> a <a href="libgimpconfig-GimpConfig.html#GimpConfig"><span class="type">GimpConfig</span></a>.
|
||||
<td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
|
||||
<td> a <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig"><span class="type">GimpConfig</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>scanner</code></em> :</span></td>
|
||||
<td> a <a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
><span class="type">GScanner</span></a>.
|
||||
<td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
|
||||
<td> a <span class="type">GScanner</span>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>nest_level</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>nest_level</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> <a
|
||||
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||||
><code class="literal">TRUE</code></a> on success, <a
|
||||
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
><code class="literal">FALSE</code></a> otherwise.
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> otherwise.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@ -129,21 +105,15 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2562615"></a><h3>
|
||||
<a name="id2595946"></a><h3>
|
||||
<a name="gimp-config-deserialize-property"></a>gimp_config_deserialize_property ()</h3>
|
||||
<a class="indexterm" name="id2562628"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Lexical-Scanner.html#GTokenType"
|
||||
>GTokenType</a> gimp_config_deserialize_property (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
<a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
>GScanner</a> *scanner,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> nest_level);</pre>
|
||||
<a class="indexterm" name="id2595960"></a><pre class="programlisting">GTokenType gimp_config_deserialize_property (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
GScanner *scanner,
|
||||
gint nest_level);</pre>
|
||||
<p>
|
||||
This function deserializes a single property of <em class="parameter"><code>config</code></em>. You
|
||||
shouldn't need to call this function directly. If possible, use
|
||||
<a href="libgimpconfig-gimpconfig-deserialize.html#gimp-config-deserialize-properties"><code class="function">gimp_config_deserialize_properties()</code></a> instead.</p>
|
||||
<a class="link" href="libgimpconfig-gimpconfig-deserialize.html#gimp-config-deserialize-properties"><code class="function">gimp_config_deserialize_properties()</code></a> instead.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -151,28 +121,24 @@ shouldn't need to call this function directly. If possible, use
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>config</code></em> :</span></td>
|
||||
<td> a <a href="libgimpconfig-GimpConfig.html#GimpConfig"><span class="type">GimpConfig</span></a>.
|
||||
<td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
|
||||
<td> a <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig"><span class="type">GimpConfig</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>scanner</code></em> :</span></td>
|
||||
<td> a <a
|
||||
href="../glib/glib-Lexical-Scanner.html#GScanner"
|
||||
><span class="type">GScanner</span></a>.
|
||||
<td><p><span class="term"><em class="parameter"><code>scanner</code></em> :</span></p></td>
|
||||
<td> a <span class="type">GScanner</span>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>nest_level</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>nest_level</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> <code class="literal">G_TOKEN_RIGHT_PAREN</code> on success, otherwise the
|
||||
expected <a
|
||||
href="../glib/glib-Lexical-Scanner.html#GTokenType"
|
||||
><span class="type">GTokenType</span></a> or <code class="literal">G_TOKEN_NONE</code> if the expected token was
|
||||
expected <span class="type">GTokenType</span> or <code class="literal">G_TOKEN_NONE</code> if the expected token was
|
||||
found but couldn't be parsed.
|
||||
|
||||
</td>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimpconfig-params</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
||||
<link rel="start" href="index.html" title="GIMP Config Library Reference Manual">
|
||||
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
|
||||
<link rel="prev" href="libgimpconfig-GimpConfigError.html" title="gimpconfig-error">
|
||||
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Config Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpconfig-gimpconfig-path.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="#id2588524" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2598896" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2576003" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2614831" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpconfig-gimpconfig-params"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2588524"></a><span class="refentrytitle">gimpconfig-params</span>
|
||||
<a name="id2598896"></a><span class="refentrytitle">gimpconfig-params</span>
|
||||
</h2>
|
||||
<p>gimpconfig-params</p>
|
||||
</td>
|
||||
@ -46,42 +46,42 @@
|
||||
|
||||
|
||||
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-SERIALIZE:CAPS">GIMP_CONFIG_PARAM_SERIALIZE</a>
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-AGGREGATE:CAPS">GIMP_CONFIG_PARAM_AGGREGATE</a>
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-RESTART:CAPS">GIMP_CONFIG_PARAM_RESTART</a>
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-CONFIRM:CAPS">GIMP_CONFIG_PARAM_CONFIRM</a>
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-DEFAULTS:CAPS">GIMP_CONFIG_PARAM_DEFAULTS</a>
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-IGNORE:CAPS">GIMP_CONFIG_PARAM_IGNORE</a>
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-FLAGS:CAPS">GIMP_CONFIG_PARAM_FLAGS</a>
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-BOOLEAN:CAPS">GIMP_CONFIG_INSTALL_PROP_BOOLEAN</a> (class, id, name, blurb, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-BOXED:CAPS">GIMP_CONFIG_INSTALL_PROP_BOXED</a> (class, id, name, blurb, boxed_type, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-RGB:CAPS">GIMP_CONFIG_INSTALL_PROP_RGB</a> (class, id, name, blurb, has_alpha, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-DOUBLE:CAPS">GIMP_CONFIG_INSTALL_PROP_DOUBLE</a> (class, id, name, blurb, min, max, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-RESOLUTION:CAPS">GIMP_CONFIG_INSTALL_PROP_RESOLUTION</a> (class, id, name, blurb, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-ENUM:CAPS">GIMP_CONFIG_INSTALL_PROP_ENUM</a> (class, id, name, blurb, enum_type, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-INT:CAPS">GIMP_CONFIG_INSTALL_PROP_INT</a> (class, id, name, blurb, min, max, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-MATRIX2:CAPS">GIMP_CONFIG_INSTALL_PROP_MATRIX2</a> (class, id, name, blurb, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-MEMSIZE:CAPS">GIMP_CONFIG_INSTALL_PROP_MEMSIZE</a> (class, id, name, blurb, min, max, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-PATH:CAPS">GIMP_CONFIG_INSTALL_PROP_PATH</a> (class, id, name, blurb, path_type, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-STRING:CAPS">GIMP_CONFIG_INSTALL_PROP_STRING</a> (class, id, name, blurb, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-UINT:CAPS">GIMP_CONFIG_INSTALL_PROP_UINT</a> (class, id, name, blurb, min, max, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-UNIT:CAPS">GIMP_CONFIG_INSTALL_PROP_UNIT</a> (class, id, name, blurb, pixels, percent, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-OBJECT:CAPS">GIMP_CONFIG_INSTALL_PROP_OBJECT</a> (class, id, name, blurb, object_type, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-POINTER:CAPS">GIMP_CONFIG_INSTALL_PROP_POINTER</a> (class, id, name, blurb, flags)
|
||||
#define <a class="link" href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-SERIALIZE:CAPS">GIMP_CONFIG_PARAM_SERIALIZE</a>
|
||||
#define <a class="link" href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-AGGREGATE:CAPS">GIMP_CONFIG_PARAM_AGGREGATE</a>
|
||||
#define <a class="link" href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-RESTART:CAPS">GIMP_CONFIG_PARAM_RESTART</a>
|
||||
#define <a class="link" href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-CONFIRM:CAPS">GIMP_CONFIG_PARAM_CONFIRM</a>
|
||||
#define <a class="link" href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-DEFAULTS:CAPS">GIMP_CONFIG_PARAM_DEFAULTS</a>
|
||||
#define <a class="link" href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-IGNORE:CAPS">GIMP_CONFIG_PARAM_IGNORE</a>
|
||||
#define <a class="link" href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-FLAGS:CAPS">GIMP_CONFIG_PARAM_FLAGS</a>
|
||||
#define <a class="link" href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-BOOLEAN:CAPS">GIMP_CONFIG_INSTALL_PROP_BOOLEAN</a> (class, id, name, blurb, default, flags)
|
||||
#define <a class="link" href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-BOXED:CAPS">GIMP_CONFIG_INSTALL_PROP_BOXED</a> (class, id, name, blurb, boxed_type, flags)
|
||||
#define <a class="link" href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-RGB:CAPS">GIMP_CONFIG_INSTALL_PROP_RGB</a> (class, id, name, blurb, has_alpha, default, flags)
|
||||
#define <a class="link" href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-DOUBLE:CAPS">GIMP_CONFIG_INSTALL_PROP_DOUBLE</a> (class, id, name, blurb, min, max, default, flags)
|
||||
#define <a class="link" href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-RESOLUTION:CAPS">GIMP_CONFIG_INSTALL_PROP_RESOLUTION</a> (class, id, name, blurb, default, flags)
|
||||
#define <a class="link" href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-ENUM:CAPS">GIMP_CONFIG_INSTALL_PROP_ENUM</a> (class, id, name, blurb, enum_type, default, flags)
|
||||
#define <a class="link" href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-INT:CAPS">GIMP_CONFIG_INSTALL_PROP_INT</a> (class, id, name, blurb, min, max, default, flags)
|
||||
#define <a class="link" href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-MATRIX2:CAPS">GIMP_CONFIG_INSTALL_PROP_MATRIX2</a> (class, id, name, blurb, default, flags)
|
||||
#define <a class="link" href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-MEMSIZE:CAPS">GIMP_CONFIG_INSTALL_PROP_MEMSIZE</a> (class, id, name, blurb, min, max, default, flags)
|
||||
#define <a class="link" href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-PATH:CAPS">GIMP_CONFIG_INSTALL_PROP_PATH</a> (class, id, name, blurb, path_type, default, flags)
|
||||
#define <a class="link" href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-STRING:CAPS">GIMP_CONFIG_INSTALL_PROP_STRING</a> (class, id, name, blurb, default, flags)
|
||||
#define <a class="link" href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-UINT:CAPS">GIMP_CONFIG_INSTALL_PROP_UINT</a> (class, id, name, blurb, min, max, default, flags)
|
||||
#define <a class="link" href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-UNIT:CAPS">GIMP_CONFIG_INSTALL_PROP_UNIT</a> (class, id, name, blurb, pixels, percent, default, flags)
|
||||
#define <a class="link" href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-OBJECT:CAPS">GIMP_CONFIG_INSTALL_PROP_OBJECT</a> (class, id, name, blurb, object_type, flags)
|
||||
#define <a class="link" href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-POINTER:CAPS">GIMP_CONFIG_INSTALL_PROP_POINTER</a> (class, id, name, blurb, flags)
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2576003"></a><h2>Description</h2>
|
||||
<a name="id2614831"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2576019"></a><h2>Details</h2>
|
||||
<a name="id2614847"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2595467"></a><h3>
|
||||
<a name="id2583113"></a><h3>
|
||||
<a name="GIMP-CONFIG-PARAM-SERIALIZE:CAPS"></a>GIMP_CONFIG_PARAM_SERIALIZE</h3>
|
||||
<a class="indexterm" name="id2595480"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_SERIALIZE (1 << (0 + G_PARAM_USER_SHIFT))
|
||||
<a class="indexterm" name="id2583126"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_SERIALIZE (1 << (0 + G_PARAM_USER_SHIFT))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -89,9 +89,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2595496"></a><h3>
|
||||
<a name="id2583143"></a><h3>
|
||||
<a name="GIMP-CONFIG-PARAM-AGGREGATE:CAPS"></a>GIMP_CONFIG_PARAM_AGGREGATE</h3>
|
||||
<a class="indexterm" name="id2595509"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_AGGREGATE (1 << (1 + G_PARAM_USER_SHIFT))
|
||||
<a class="indexterm" name="id2583155"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_AGGREGATE (1 << (1 + G_PARAM_USER_SHIFT))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -99,9 +99,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2595525"></a><h3>
|
||||
<a name="id2583172"></a><h3>
|
||||
<a name="GIMP-CONFIG-PARAM-RESTART:CAPS"></a>GIMP_CONFIG_PARAM_RESTART</h3>
|
||||
<a class="indexterm" name="id2595538"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_RESTART (1 << (2 + G_PARAM_USER_SHIFT))
|
||||
<a class="indexterm" name="id2583184"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_RESTART (1 << (2 + G_PARAM_USER_SHIFT))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -109,9 +109,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2595554"></a><h3>
|
||||
<a name="id2583200"></a><h3>
|
||||
<a name="GIMP-CONFIG-PARAM-CONFIRM:CAPS"></a>GIMP_CONFIG_PARAM_CONFIRM</h3>
|
||||
<a class="indexterm" name="id2595567"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_CONFIRM (1 << (3 + G_PARAM_USER_SHIFT))
|
||||
<a class="indexterm" name="id2583213"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_CONFIRM (1 << (3 + G_PARAM_USER_SHIFT))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -119,9 +119,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2595583"></a><h3>
|
||||
<a name="id2583229"></a><h3>
|
||||
<a name="GIMP-CONFIG-PARAM-DEFAULTS:CAPS"></a>GIMP_CONFIG_PARAM_DEFAULTS</h3>
|
||||
<a class="indexterm" name="id2595596"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_DEFAULTS (1 << (4 + G_PARAM_USER_SHIFT))
|
||||
<a class="indexterm" name="id2583242"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_DEFAULTS (1 << (4 + G_PARAM_USER_SHIFT))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -129,9 +129,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2595612"></a><h3>
|
||||
<a name="id2583258"></a><h3>
|
||||
<a name="GIMP-CONFIG-PARAM-IGNORE:CAPS"></a>GIMP_CONFIG_PARAM_IGNORE</h3>
|
||||
<a class="indexterm" name="id2515023"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_IGNORE (1 << (5 + G_PARAM_USER_SHIFT))
|
||||
<a class="indexterm" name="id2613658"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_IGNORE (1 << (5 + G_PARAM_USER_SHIFT))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -139,18 +139,18 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2515040"></a><h3>
|
||||
<a name="id2613674"></a><h3>
|
||||
<a name="GIMP-CONFIG-PARAM-FLAGS:CAPS"></a>GIMP_CONFIG_PARAM_FLAGS</h3>
|
||||
<a class="indexterm" name="id2515053"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_FLAGS</pre>
|
||||
<a class="indexterm" name="id2613687"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_FLAGS</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2515068"></a><h3>
|
||||
<a name="id2613703"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-BOOLEAN:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_BOOLEAN()</h3>
|
||||
<a class="indexterm" name="id2515082"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_BOOLEAN(class, id, name, blurb, default, flags)</pre>
|
||||
<a class="indexterm" name="id2613716"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_BOOLEAN(class, id, name, blurb, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -158,32 +158,32 @@
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>class</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>class</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>id</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>name</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>blurb</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>blurb</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>default</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>default</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -194,9 +194,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2515189"></a><h3>
|
||||
<a name="id2613824"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-BOXED:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_BOXED()</h3>
|
||||
<a class="indexterm" name="id2515203"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_BOXED(class, id, name, blurb, boxed_type, flags)</pre>
|
||||
<a class="indexterm" name="id2613837"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_BOXED(class, id, name, blurb, boxed_type, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -204,32 +204,32 @@
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>class</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>class</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>id</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>name</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>blurb</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>blurb</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>boxed_type</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>boxed_type</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -240,9 +240,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590605"></a><h3>
|
||||
<a name="id2526852"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-RGB:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_RGB()</h3>
|
||||
<a class="indexterm" name="id2590618"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_RGB(class, id, name, blurb, has_alpha, default, flags)</pre>
|
||||
<a class="indexterm" name="id2526865"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_RGB(class, id, name, blurb, has_alpha, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -250,37 +250,37 @@
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>class</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>class</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>id</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>name</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>blurb</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>blurb</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>has_alpha</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>has_alpha</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>default</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>default</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -291,9 +291,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590740"></a><h3>
|
||||
<a name="id2526987"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-DOUBLE:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_DOUBLE()</h3>
|
||||
<a class="indexterm" name="id2590753"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_DOUBLE(class, id, name, blurb, min, max, default, flags)</pre>
|
||||
<a class="indexterm" name="id2527000"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_DOUBLE(class, id, name, blurb, min, max, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -301,42 +301,42 @@
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>class</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>class</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>id</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>name</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>blurb</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>blurb</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>min</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>min</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>max</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>max</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>default</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>default</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -347,9 +347,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602558"></a><h3>
|
||||
<a name="id2619711"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-RESOLUTION:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_RESOLUTION()</h3>
|
||||
<a class="indexterm" name="id2602570"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_RESOLUTION(class, id, name, blurb, default, flags)</pre>
|
||||
<a class="indexterm" name="id2619723"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_RESOLUTION(class, id, name, blurb, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -357,32 +357,32 @@
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>class</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>class</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>id</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>name</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>blurb</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>blurb</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>default</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>default</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -393,9 +393,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602666"></a><h3>
|
||||
<a name="id2619819"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-ENUM:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_ENUM()</h3>
|
||||
<a class="indexterm" name="id2602679"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_ENUM(class, id, name, blurb, enum_type, default, flags)</pre>
|
||||
<a class="indexterm" name="id2619831"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_ENUM(class, id, name, blurb, enum_type, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -403,37 +403,37 @@
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>class</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>class</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>id</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>name</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>blurb</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>blurb</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>enum_type</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>enum_type</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>default</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>default</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -444,9 +444,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602801"></a><h3>
|
||||
<a name="id2619953"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-INT:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_INT()</h3>
|
||||
<a class="indexterm" name="id2602815"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_INT(class, id, name, blurb, min, max, default, flags)</pre>
|
||||
<a class="indexterm" name="id2619966"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_INT(class, id, name, blurb, min, max, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -454,42 +454,42 @@
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>class</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>class</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>id</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>name</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>blurb</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>blurb</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>min</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>min</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>max</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>max</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>default</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>default</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -500,9 +500,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602951"></a><h3>
|
||||
<a name="id2620102"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-MATRIX2:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_MATRIX2()</h3>
|
||||
<a class="indexterm" name="id2602965"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_MATRIX2(class, id, name, blurb, default, flags)</pre>
|
||||
<a class="indexterm" name="id2620116"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_MATRIX2(class, id, name, blurb, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -510,32 +510,32 @@
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>class</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>class</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>id</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>name</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>blurb</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>blurb</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>default</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>default</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -546,9 +546,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603073"></a><h3>
|
||||
<a name="id2620224"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-MEMSIZE:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_MEMSIZE()</h3>
|
||||
<a class="indexterm" name="id2603086"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_MEMSIZE(class, id, name, blurb, min, max, default, flags)</pre>
|
||||
<a class="indexterm" name="id2620238"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_MEMSIZE(class, id, name, blurb, min, max, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -556,42 +556,42 @@
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>class</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>class</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>id</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>name</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>blurb</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>blurb</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>min</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>min</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>max</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>max</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>default</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>default</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -602,9 +602,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603223"></a><h3>
|
||||
<a name="id2620374"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-PATH:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_PATH()</h3>
|
||||
<a class="indexterm" name="id2603236"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_PATH(class, id, name, blurb, path_type, default, flags)</pre>
|
||||
<a class="indexterm" name="id2620387"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_PATH(class, id, name, blurb, path_type, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -612,37 +612,37 @@
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>class</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>class</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>id</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>name</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>blurb</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>blurb</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>path_type</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>path_type</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>default</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>default</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -653,9 +653,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603358"></a><h3>
|
||||
<a name="id2620509"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-STRING:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_STRING()</h3>
|
||||
<a class="indexterm" name="id2603372"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_STRING(class, id, name, blurb, default, flags)</pre>
|
||||
<a class="indexterm" name="id2620523"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_STRING(class, id, name, blurb, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -663,32 +663,32 @@
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>class</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>class</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>id</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>name</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>blurb</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>blurb</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>default</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>default</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -699,9 +699,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603479"></a><h3>
|
||||
<a name="id2620630"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-UINT:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_UINT()</h3>
|
||||
<a class="indexterm" name="id2603492"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_UINT(class, id, name, blurb, min, max, default, flags)</pre>
|
||||
<a class="indexterm" name="id2620644"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_UINT(class, id, name, blurb, min, max, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -709,42 +709,42 @@
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>class</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>class</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>id</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>name</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>blurb</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>blurb</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>min</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>min</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>max</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>max</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>default</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>default</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -755,9 +755,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2559980"></a><h3>
|
||||
<a name="id2620780"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-UNIT:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_UNIT()</h3>
|
||||
<a class="indexterm" name="id2603622"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_UNIT(class, id, name, blurb, pixels, percent, default, flags)</pre>
|
||||
<a class="indexterm" name="id2620793"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_UNIT(class, id, name, blurb, pixels, percent, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -765,42 +765,42 @@
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>class</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>class</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>id</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>name</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>blurb</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>blurb</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>pixels</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>pixels</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>percent</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>percent</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>default</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>default</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -811,9 +811,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603744"></a><h3>
|
||||
<a name="id2620930"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-OBJECT:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_OBJECT()</h3>
|
||||
<a class="indexterm" name="id2603757"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_OBJECT(class, id, name, blurb, object_type, flags)</pre>
|
||||
<a class="indexterm" name="id2620943"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_OBJECT(class, id, name, blurb, object_type, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -821,32 +821,32 @@
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>class</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>class</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>id</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>name</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>blurb</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>blurb</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>object_type</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>object_type</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -857,9 +857,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603853"></a><h3>
|
||||
<a name="id2621051"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-POINTER:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_POINTER()</h3>
|
||||
<a class="indexterm" name="id2603866"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_POINTER(class, id, name, blurb, flags)</pre>
|
||||
<a class="indexterm" name="id2621064"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_POINTER(class, id, name, blurb, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -867,27 +867,27 @@
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>class</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>class</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>id</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>name</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>blurb</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>blurb</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
||||
<td>
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimpconfig-path</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
||||
<link rel="start" href="index.html" title="GIMP Config Library Reference Manual">
|
||||
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
|
||||
<link rel="prev" href="libgimpconfig-gimpconfig-params.html" title="gimpconfig-params">
|
||||
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Config Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpconfig-gimpconfig-utils.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="#id2586091" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2575759" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2556842" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2605542" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpconfig-gimpconfig-path"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2586091"></a><span class="refentrytitle">gimpconfig-path</span>
|
||||
<a name="id2575759"></a><span class="refentrytitle">gimpconfig-path</span>
|
||||
</h2>
|
||||
<p>gimpconfig-path</p>
|
||||
</td>
|
||||
@ -46,70 +46,36 @@
|
||||
|
||||
|
||||
|
||||
enum <a href="libgimpconfig-gimpconfig-path.html#GimpConfigPathType">GimpConfigPathType</a>;
|
||||
<a
|
||||
href="../gobject/gobject-GParamSpec.html#GParamSpec"
|
||||
>GParamSpec</a>* <a href="libgimpconfig-gimpconfig-path.html#gimp-param-spec-config-path">gimp_param_spec_config_path</a> (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *nick,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *blurb,
|
||||
<a href="libgimpconfig-gimpconfig-path.html#GimpConfigPathType">GimpConfigPathType</a> type,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *default_value,
|
||||
<a
|
||||
href="../gobject/gobject-GParamSpec.html#GParamFlags"
|
||||
>GParamFlags</a> flags);
|
||||
<a href="libgimpconfig-gimpconfig-path.html#GimpConfigPathType">GimpConfigPathType</a> <a href="libgimpconfig-gimpconfig-path.html#gimp-param-spec-config-path-type">gimp_param_spec_config_path_type</a> (<a
|
||||
href="../gobject/gobject-GParamSpec.html#GParamSpec"
|
||||
>GParamSpec</a> *pspec);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* <a href="libgimpconfig-gimpconfig-path.html#gimp-config-path-expand">gimp_config_path_expand</a> (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *path,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> recode,
|
||||
<a
|
||||
href="../glib/glib-Error-Reporting.html#GError"
|
||||
>GError</a> **error);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* <a href="libgimpconfig-gimpconfig-path.html#gimp-config-build-data-path">gimp_config_build_data_path</a> (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* <a href="libgimpconfig-gimpconfig-path.html#gimp-config-build-writable-path">gimp_config_build_writable_path</a> (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* <a href="libgimpconfig-gimpconfig-path.html#gimp-config-build-plug-in-path">gimp_config_build_plug_in_path</a> (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name);
|
||||
#define <a href="libgimpconfig-gimpconfig-path.html#GIMP-VALUE-HOLDS-CONFIG-PATH:CAPS">GIMP_VALUE_HOLDS_CONFIG_PATH</a> (value)
|
||||
enum <a class="link" href="libgimpconfig-gimpconfig-path.html#GimpConfigPathType">GimpConfigPathType</a>;
|
||||
GParamSpec* <a class="link" href="libgimpconfig-gimpconfig-path.html#gimp-param-spec-config-path">gimp_param_spec_config_path</a> (const gchar *name,
|
||||
const gchar *nick,
|
||||
const gchar *blurb,
|
||||
<a class="link" href="libgimpconfig-gimpconfig-path.html#GimpConfigPathType">GimpConfigPathType</a> type,
|
||||
const gchar *default_value,
|
||||
GParamFlags flags);
|
||||
<a class="link" href="libgimpconfig-gimpconfig-path.html#GimpConfigPathType">GimpConfigPathType</a> <a class="link" href="libgimpconfig-gimpconfig-path.html#gimp-param-spec-config-path-type">gimp_param_spec_config_path_type</a> (GParamSpec *pspec);
|
||||
gchar* <a class="link" href="libgimpconfig-gimpconfig-path.html#gimp-config-path-expand">gimp_config_path_expand</a> (const gchar *path,
|
||||
gboolean recode,
|
||||
GError **error);
|
||||
gchar* <a class="link" href="libgimpconfig-gimpconfig-path.html#gimp-config-build-data-path">gimp_config_build_data_path</a> (const gchar *name);
|
||||
gchar* <a class="link" href="libgimpconfig-gimpconfig-path.html#gimp-config-build-writable-path">gimp_config_build_writable_path</a> (const gchar *name);
|
||||
gchar* <a class="link" href="libgimpconfig-gimpconfig-path.html#gimp-config-build-plug-in-path">gimp_config_build_plug_in_path</a> (const gchar *name);
|
||||
#define <a class="link" href="libgimpconfig-gimpconfig-path.html#GIMP-VALUE-HOLDS-CONFIG-PATH:CAPS">GIMP_VALUE_HOLDS_CONFIG_PATH</a> (value)
|
||||
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2556842"></a><h2>Description</h2>
|
||||
<a name="id2605542"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2556857"></a><h2>Details</h2>
|
||||
<a name="id2605557"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2556868"></a><h3>
|
||||
<a name="id2605568"></a><h3>
|
||||
<a name="GimpConfigPathType"></a>enum GimpConfigPathType</h3>
|
||||
<a class="indexterm" name="id2576804"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2605580"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_CONFIG_PATH_FILE,
|
||||
GIMP_CONFIG_PATH_FILE_LIST,
|
||||
@ -123,32 +89,18 @@ href="../glib/glib-Basic-Types.html#gchar"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2576822"></a><h3>
|
||||
<a name="id2581500"></a><h3>
|
||||
<a name="gimp-param-spec-config-path"></a>gimp_param_spec_config_path ()</h3>
|
||||
<a class="indexterm" name="id2576836"></a><pre class="programlisting"><a
|
||||
href="../gobject/gobject-GParamSpec.html#GParamSpec"
|
||||
>GParamSpec</a>* gimp_param_spec_config_path (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *nick,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *blurb,
|
||||
<a href="libgimpconfig-gimpconfig-path.html#GimpConfigPathType">GimpConfigPathType</a> type,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *default_value,
|
||||
<a
|
||||
href="../gobject/gobject-GParamSpec.html#GParamFlags"
|
||||
>GParamFlags</a> flags);</pre>
|
||||
<a class="indexterm" name="id2581514"></a><pre class="programlisting">GParamSpec* gimp_param_spec_config_path (const gchar *name,
|
||||
const gchar *nick,
|
||||
const gchar *blurb,
|
||||
<a class="link" href="libgimpconfig-gimpconfig-path.html#GimpConfigPathType">GimpConfigPathType</a> type,
|
||||
const gchar *default_value,
|
||||
GParamFlags flags);</pre>
|
||||
<p>
|
||||
Creates a param spec to hold a filename, dir name,
|
||||
or list of file or dir names.
|
||||
See <a
|
||||
href="../gobject/gobject-GParamSpec.html#g-param-spec-internal"
|
||||
><code class="function">g_param_spec_internal()</code></a> for more information.</p>
|
||||
See <code class="function">g_param_spec_internal()</code> for more information.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -156,42 +108,38 @@ href="../gobject/gobject-GParamSpec.html#g-param-spec-internal"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>name</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||||
<td> Canonical name of the param
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>nick</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>nick</code></em> :</span></p></td>
|
||||
<td> Nickname of the param
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>blurb</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>blurb</code></em> :</span></p></td>
|
||||
<td> Brief desciption of param.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>type</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
|
||||
<td> a <span class="type">GimpParamConfigPathType</span> value.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>default_value</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>default_value</code></em> :</span></p></td>
|
||||
<td> Value to use if none is assigned.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
|
||||
<td> a combination of <a
|
||||
href="../gobject/gobject-GParamSpec.html#GParamFlags"
|
||||
><span class="type">GParamFlags</span></a>
|
||||
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
||||
<td> a combination of <span class="type">GParamFlags</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> a newly allocated <a
|
||||
href="../gobject/gobject-GParamSpec.html#GParamSpec"
|
||||
><span class="type">GParamSpec</span></a> instance
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> a newly allocated <span class="type">GParamSpec</span> instance
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@ -202,11 +150,9 @@ href="../gobject/gobject-GParamSpec.html#GParamSpec"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2577041"></a><h3>
|
||||
<a name="id2581719"></a><h3>
|
||||
<a name="gimp-param-spec-config-path-type"></a>gimp_param_spec_config_path_type ()</h3>
|
||||
<a class="indexterm" name="id2602000"></a><pre class="programlisting"><a href="libgimpconfig-gimpconfig-path.html#GimpConfigPathType">GimpConfigPathType</a> gimp_param_spec_config_path_type (<a
|
||||
href="../gobject/gobject-GParamSpec.html#GParamSpec"
|
||||
>GParamSpec</a> *pspec);</pre>
|
||||
<a class="indexterm" name="id2581735"></a><pre class="programlisting"><a class="link" href="libgimpconfig-gimpconfig-path.html#GimpConfigPathType">GimpConfigPathType</a> gimp_param_spec_config_path_type (GParamSpec *pspec);</pre>
|
||||
<p>
|
||||
Tells whether the path param encodes a filename,
|
||||
dir name, or list of file or dir names.</p>
|
||||
@ -217,15 +163,13 @@ dir name, or list of file or dir names.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>pspec</code></em> :</span></td>
|
||||
<td> A <a
|
||||
href="../gobject/gobject-GParamSpec.html#GParamSpec"
|
||||
><span class="type">GParamSpec</span></a> for a path param
|
||||
<td><p><span class="term"><em class="parameter"><code>pspec</code></em> :</span></p></td>
|
||||
<td> A <span class="type">GParamSpec</span> for a path param
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> a <a href="libgimpconfig-gimpconfig-path.html#GimpConfigPathType"><span class="type">GimpConfigPathType</span></a> value
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> a <a class="link" href="libgimpconfig-gimpconfig-path.html#GimpConfigPathType"><span class="type">GimpConfigPathType</span></a> value
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@ -236,19 +180,11 @@ href="../gobject/gobject-GParamSpec.html#GParamSpec"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602083"></a><h3>
|
||||
<a name="id2619243"></a><h3>
|
||||
<a name="gimp-config-path-expand"></a>gimp_config_path_expand ()</h3>
|
||||
<a class="indexterm" name="id2602096"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_config_path_expand (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *path,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> recode,
|
||||
<a
|
||||
href="../glib/glib-Error-Reporting.html#GError"
|
||||
>GError</a> **error);</pre>
|
||||
<a class="indexterm" name="id2619257"></a><pre class="programlisting">gchar* gimp_config_path_expand (const gchar *path,
|
||||
gboolean recode,
|
||||
GError **error);</pre>
|
||||
<p>
|
||||
Paths as stored in the gimprc have to be treated special. The
|
||||
string may contain special identifiers such as for example
|
||||
@ -264,22 +200,22 @@ filesystem encoding.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>path</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
||||
<td> a <code class="literal">NUL</code>-terminated string in UTF-8 encoding
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>recode</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>recode</code></em> :</span></p></td>
|
||||
<td> whether to convert to the filesystem's encoding
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>error</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
||||
<td> return location for errors
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> a newly allocated <code class="literal">NUL</code>-terminated string
|
||||
|
||||
</td>
|
||||
@ -291,16 +227,12 @@ filesystem encoding.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602232"></a><h3>
|
||||
<a name="id2619392"></a><h3>
|
||||
<a name="gimp-config-build-data-path"></a>gimp_config_build_data_path ()</h3>
|
||||
<a class="indexterm" name="id2602246"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_config_build_data_path (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name);</pre>
|
||||
<a class="indexterm" name="id2619406"></a><pre class="programlisting">gchar* gimp_config_build_data_path (const gchar *name);</pre>
|
||||
<p>
|
||||
Creates a search path as it is used in the gimprc file. The path
|
||||
returned by <a href="libgimpconfig-gimpconfig-path.html#gimp-config-build-data-path"><code class="function">gimp_config_build_data_path()</code></a> includes a directory
|
||||
returned by <a class="link" href="libgimpconfig-gimpconfig-path.html#gimp-config-build-data-path"><code class="function">gimp_config_build_data_path()</code></a> includes a directory
|
||||
below the user's gimp directory and one in the system-wide data
|
||||
directory.
|
||||
</p>
|
||||
@ -309,7 +241,7 @@ Note that you cannot use this path directly with <a
|
||||
href="../libgimpbase/libgimpbase-gimpenv.html#gimp-path-parse"
|
||||
><code class="function">gimp_path_parse()</code></a>.
|
||||
As it is in the gimprc notation, you first need to expand and
|
||||
recode it using <a href="libgimpconfig-gimpconfig-path.html#gimp-config-path-expand"><code class="function">gimp_config_path_expand()</code></a>.</p>
|
||||
recode it using <a class="link" href="libgimpconfig-gimpconfig-path.html#gimp-config-path-expand"><code class="function">gimp_config_path_expand()</code></a>.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -317,12 +249,12 @@ recode it using <a href="libgimpconfig-gimpconfig-path.html#gimp-config-path-exp
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>name</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||||
<td> directory name (in UTF-8 encoding)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> a newly allocated string
|
||||
|
||||
</td>
|
||||
@ -334,24 +266,20 @@ recode it using <a href="libgimpconfig-gimpconfig-path.html#gimp-config-path-exp
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2570729"></a><h3>
|
||||
<a name="id2610063"></a><h3>
|
||||
<a name="gimp-config-build-writable-path"></a>gimp_config_build_writable_path ()</h3>
|
||||
<a class="indexterm" name="id2570745"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_config_build_writable_path (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name);</pre>
|
||||
<a class="indexterm" name="id2610078"></a><pre class="programlisting">gchar* gimp_config_build_writable_path (const gchar *name);</pre>
|
||||
<p>
|
||||
Creates a search path as it is used in the gimprc file. The path
|
||||
returned by <a href="libgimpconfig-gimpconfig-path.html#gimp-config-build-writable-path"><code class="function">gimp_config_build_writable_path()</code></a> is just the writable
|
||||
parts of the search path constructed by <a href="libgimpconfig-gimpconfig-path.html#gimp-config-build-data-path"><code class="function">gimp_config_build_data_path()</code></a>.
|
||||
returned by <a class="link" href="libgimpconfig-gimpconfig-path.html#gimp-config-build-writable-path"><code class="function">gimp_config_build_writable_path()</code></a> is just the writable
|
||||
parts of the search path constructed by <a class="link" href="libgimpconfig-gimpconfig-path.html#gimp-config-build-data-path"><code class="function">gimp_config_build_data_path()</code></a>.
|
||||
</p>
|
||||
<p>
|
||||
Note that you cannot use this path directly with <a
|
||||
href="../libgimpbase/libgimpbase-gimpenv.html#gimp-path-parse"
|
||||
><code class="function">gimp_path_parse()</code></a>.
|
||||
As it is in the gimprc notation, you first need to expand and
|
||||
recode it using <a href="libgimpconfig-gimpconfig-path.html#gimp-config-path-expand"><code class="function">gimp_config_path_expand()</code></a>.</p>
|
||||
recode it using <a class="link" href="libgimpconfig-gimpconfig-path.html#gimp-config-path-expand"><code class="function">gimp_config_path_expand()</code></a>.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -359,12 +287,12 @@ recode it using <a href="libgimpconfig-gimpconfig-path.html#gimp-config-path-exp
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>name</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||||
<td> directory name (in UTF-8 encoding)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> a newly allocated string
|
||||
|
||||
</td>
|
||||
@ -376,16 +304,12 @@ recode it using <a href="libgimpconfig-gimpconfig-path.html#gimp-config-path-exp
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2570859"></a><h3>
|
||||
<a name="id2610191"></a><h3>
|
||||
<a name="gimp-config-build-plug-in-path"></a>gimp_config_build_plug_in_path ()</h3>
|
||||
<a class="indexterm" name="id2570874"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_config_build_plug_in_path (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name);</pre>
|
||||
<a class="indexterm" name="id2610207"></a><pre class="programlisting">gchar* gimp_config_build_plug_in_path (const gchar *name);</pre>
|
||||
<p>
|
||||
Creates a search path as it is used in the gimprc file. The path
|
||||
returned by <a href="libgimpconfig-gimpconfig-path.html#gimp-config-build-plug-in-path"><code class="function">gimp_config_build_plug_in_path()</code></a> includes a directory
|
||||
returned by <a class="link" href="libgimpconfig-gimpconfig-path.html#gimp-config-build-plug-in-path"><code class="function">gimp_config_build_plug_in_path()</code></a> includes a directory
|
||||
below the user's gimp directory and one in the system-wide plug-in
|
||||
directory.
|
||||
</p>
|
||||
@ -394,7 +318,7 @@ Note that you cannot use this path directly with <a
|
||||
href="../libgimpbase/libgimpbase-gimpenv.html#gimp-path-parse"
|
||||
><code class="function">gimp_path_parse()</code></a>.
|
||||
As it is in the gimprc notation, you first need to expand and
|
||||
recode it using <a href="libgimpconfig-gimpconfig-path.html#gimp-config-path-expand"><code class="function">gimp_config_path_expand()</code></a>.</p>
|
||||
recode it using <a class="link" href="libgimpconfig-gimpconfig-path.html#gimp-config-path-expand"><code class="function">gimp_config_path_expand()</code></a>.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -402,12 +326,12 @@ recode it using <a href="libgimpconfig-gimpconfig-path.html#gimp-config-path-exp
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>name</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||||
<td> directory name (in UTF-8 encoding)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> a newly allocated string
|
||||
|
||||
</td>
|
||||
@ -419,9 +343,9 @@ recode it using <a href="libgimpconfig-gimpconfig-path.html#gimp-config-path-exp
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2604038"></a><h3>
|
||||
<a name="id2621194"></a><h3>
|
||||
<a name="GIMP-VALUE-HOLDS-CONFIG-PATH:CAPS"></a>GIMP_VALUE_HOLDS_CONFIG_PATH()</h3>
|
||||
<a class="indexterm" name="id2604051"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_CONFIG_PATH(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_CONFIG_PATH))
|
||||
<a class="indexterm" name="id2621206"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_CONFIG_PATH(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_CONFIG_PATH))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -429,7 +353,7 @@ recode it using <a href="libgimpconfig-gimpconfig-path.html#gimp-config-path-exp
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td><span class="term"><em class="parameter"><code>value</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
||||
<td>
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimpconfig-serialize</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
||||
<link rel="start" href="index.html" title="GIMP Config Library Reference Manual">
|
||||
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
|
||||
<link rel="prev" href="libgimpconfig-gimpconfig-deserialize.html" title="gimpconfig-deserialize">
|
||||
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Config Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpconfig-GimpConfigError.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="#id2591000" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2593234" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2587654" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2580258" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpconfig-gimpconfig-serialize"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2591000"></a><span class="refentrytitle">gimpconfig-serialize</span>
|
||||
<a name="id2593234"></a><span class="refentrytitle">gimpconfig-serialize</span>
|
||||
</h2>
|
||||
<p>gimpconfig-serialize — Serializing for libgimpconfig.</p>
|
||||
</td>
|
||||
@ -46,51 +46,33 @@
|
||||
|
||||
|
||||
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a href="libgimpconfig-gimpconfig-serialize.html#gimp-config-serialize-properties">gimp_config_serialize_properties</a> (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a href="libgimpconfig-gimpconfig-serialize.html#gimp-config-serialize-changed-properties">gimp_config_serialize_changed_properties</a>
|
||||
(<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a href="libgimpconfig-gimpconfig-serialize.html#gimp-config-serialize-property">gimp_config_serialize_property</a> (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
<a
|
||||
href="../gobject/gobject-GParamSpec.html#GParamSpec"
|
||||
>GParamSpec</a> *param_spec,
|
||||
<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a href="libgimpconfig-gimpconfig-serialize.html#gimp-config-serialize-value">gimp_config_serialize_value</a> (const <a
|
||||
href="../gobject/gobject-Generic-values.html#GValue"
|
||||
>GValue</a> *value,
|
||||
<a
|
||||
href="../glib/glib-Strings.html#GString"
|
||||
>GString</a> *str,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> escaped);
|
||||
gboolean <a class="link" href="libgimpconfig-gimpconfig-serialize.html#gimp-config-serialize-properties">gimp_config_serialize_properties</a> (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);
|
||||
gboolean <a class="link" href="libgimpconfig-gimpconfig-serialize.html#gimp-config-serialize-changed-properties">gimp_config_serialize_changed_properties</a>
|
||||
(<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);
|
||||
gboolean <a class="link" href="libgimpconfig-gimpconfig-serialize.html#gimp-config-serialize-property">gimp_config_serialize_property</a> (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
GParamSpec *param_spec,
|
||||
<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);
|
||||
gboolean <a class="link" href="libgimpconfig-gimpconfig-serialize.html#gimp-config-serialize-value">gimp_config_serialize_value</a> (const GValue *value,
|
||||
GString *str,
|
||||
gboolean escaped);
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2587654"></a><h2>Description</h2>
|
||||
<a name="id2580258"></a><h2>Description</h2>
|
||||
<p>
|
||||
Serializing interface for libgimpconfig.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2590245"></a><h2>Details</h2>
|
||||
<a name="id2580274"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590256"></a><h3>
|
||||
<a name="id2595724"></a><h3>
|
||||
<a name="gimp-config-serialize-properties"></a>gimp_config_serialize_properties ()</h3>
|
||||
<a class="indexterm" name="id2590270"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_config_serialize_properties (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);</pre>
|
||||
<a class="indexterm" name="id2595738"></a><pre class="programlisting">gboolean gimp_config_serialize_properties (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);</pre>
|
||||
<p>
|
||||
This function serializes a single object property to the <em class="parameter"><code>writer</code></em>.</p>
|
||||
<p>
|
||||
@ -100,22 +82,18 @@ This function serializes a single object property to the <em class="parameter"><
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>config</code></em> :</span></td>
|
||||
<td> a <a href="libgimpconfig-GimpConfig.html#GimpConfig"><span class="type">GimpConfig</span></a>.
|
||||
<td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
|
||||
<td> a <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig"><span class="type">GimpConfig</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>writer</code></em> :</span></td>
|
||||
<td> a <a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>.
|
||||
<td><p><span class="term"><em class="parameter"><code>writer</code></em> :</span></p></td>
|
||||
<td> a <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> <a
|
||||
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||||
><code class="literal">TRUE</code></a> if serialization succeeded, <a
|
||||
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
><code class="literal">FALSE</code></a> otherwise
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> <code class="literal">TRUE</code> if serialization succeeded, <code class="literal">FALSE</code> otherwise
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@ -126,13 +104,11 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2564679"></a><h3>
|
||||
<a name="id2586657"></a><h3>
|
||||
<a name="gimp-config-serialize-changed-properties"></a>gimp_config_serialize_changed_properties ()</h3>
|
||||
<a class="indexterm" name="id2564692"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_config_serialize_changed_properties
|
||||
(<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);</pre>
|
||||
<a class="indexterm" name="id2586670"></a><pre class="programlisting">gboolean gimp_config_serialize_changed_properties
|
||||
(<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);</pre>
|
||||
<p>
|
||||
This function writes all object properties that have been changed from
|
||||
their default values to the <em class="parameter"><code>writer</code></em>.</p>
|
||||
@ -143,22 +119,18 @@ their default values to the <em class="parameter"><code>writer</code></em>.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>config</code></em> :</span></td>
|
||||
<td> a <a href="libgimpconfig-GimpConfig.html#GimpConfig"><span class="type">GimpConfig</span></a>.
|
||||
<td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
|
||||
<td> a <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig"><span class="type">GimpConfig</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>writer</code></em> :</span></td>
|
||||
<td> a <a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>.
|
||||
<td><p><span class="term"><em class="parameter"><code>writer</code></em> :</span></p></td>
|
||||
<td> a <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> <a
|
||||
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||||
><code class="literal">TRUE</code></a> if serialization succeeded, <a
|
||||
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
><code class="literal">FALSE</code></a> otherwise
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> <code class="literal">TRUE</code> if serialization succeeded, <code class="literal">FALSE</code> otherwise
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@ -169,15 +141,11 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2532965"></a><h3>
|
||||
<a name="id2595378"></a><h3>
|
||||
<a name="gimp-config-serialize-property"></a>gimp_config_serialize_property ()</h3>
|
||||
<a class="indexterm" name="id2532978"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_config_serialize_property (<a href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
<a
|
||||
href="../gobject/gobject-GParamSpec.html#GParamSpec"
|
||||
>GParamSpec</a> *param_spec,
|
||||
<a href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);</pre>
|
||||
<a class="indexterm" name="id2595391"></a><pre class="programlisting">gboolean gimp_config_serialize_property (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
|
||||
GParamSpec *param_spec,
|
||||
<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -185,22 +153,22 @@ href="../gobject/gobject-GParamSpec.html#GParamSpec"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>config</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>param_spec</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>param_spec</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>writer</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>writer</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -211,23 +179,13 @@ href="../gobject/gobject-GParamSpec.html#GParamSpec"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2533078"></a><h3>
|
||||
<a name="id2595491"></a><h3>
|
||||
<a name="gimp-config-serialize-value"></a>gimp_config_serialize_value ()</h3>
|
||||
<a class="indexterm" name="id2533092"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_config_serialize_value (const <a
|
||||
href="../gobject/gobject-Generic-values.html#GValue"
|
||||
>GValue</a> *value,
|
||||
<a
|
||||
href="../glib/glib-Strings.html#GString"
|
||||
>GString</a> *str,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> escaped);</pre>
|
||||
<a class="indexterm" name="id2595505"></a><pre class="programlisting">gboolean gimp_config_serialize_value (const GValue *value,
|
||||
GString *str,
|
||||
gboolean escaped);</pre>
|
||||
<p>
|
||||
This utility function appends a string representation of <a
|
||||
href="../gobject/gobject-Generic-values.html#GValue"
|
||||
><span class="type">GValue</span></a> to <em class="parameter"><code>str</code></em>.</p>
|
||||
This utility function appends a string representation of <span class="type">GValue</span> to <em class="parameter"><code>str</code></em>.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -235,29 +193,23 @@ href="../gobject/gobject-Generic-values.html#GValue"
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>value</code></em> :</span></td>
|
||||
<td> a <a
|
||||
href="../gobject/gobject-Generic-values.html#GValue"
|
||||
><span class="type">GValue</span></a>.
|
||||
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
||||
<td> a <span class="type">GValue</span>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>str</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
|
||||
<td> a <span class="type">Gstring</span>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>escaped</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>escaped</code></em> :</span></p></td>
|
||||
<td> whether to escape string values.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> <a
|
||||
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||||
><code class="literal">TRUE</code></a> if serialization succeeded, <a
|
||||
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
><code class="literal">FALSE</code></a> otherwise.
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> <code class="literal">TRUE</code> if serialization succeeded, <code class="literal">FALSE</code> otherwise.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimpconfig-utils</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
||||
<link rel="start" href="index.html" title="GIMP Config Library Reference Manual">
|
||||
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
|
||||
<link rel="prev" href="libgimpconfig-gimpconfig-path.html" title="gimpconfig-path">
|
||||
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Config Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpconfig-GimpConfigWriter.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="#id2578791" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2586114" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2582907" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2574395" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpconfig-gimpconfig-utils"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2578791"></a><span class="refentrytitle">gimpconfig-utils</span>
|
||||
<a name="id2586114"></a><span class="refentrytitle">gimpconfig-utils</span>
|
||||
</h2>
|
||||
<p>gimpconfig-utils — Miscellaneous utility functions for libgimpconfig.</p>
|
||||
</td>
|
||||
@ -46,68 +46,34 @@
|
||||
|
||||
|
||||
|
||||
<a
|
||||
href="../glib/glib-Doubly-Linked-Lists.html#GList"
|
||||
>GList</a>* <a href="libgimpconfig-gimpconfig-utils.html#gimp-config-diff">gimp_config_diff</a> (<a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
>GObject</a> *a,
|
||||
<a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
>GObject</a> *b,
|
||||
<a
|
||||
href="../gobject/gobject-GParamSpec.html#GParamFlags"
|
||||
>GParamFlags</a> flags);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a href="libgimpconfig-gimpconfig-utils.html#gimp-config-sync">gimp_config_sync</a> (<a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
>GObject</a> *src,
|
||||
<a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
>GObject</a> *dest,
|
||||
<a
|
||||
href="../gobject/gobject-GParamSpec.html#GParamFlags"
|
||||
>GParamFlags</a> flags);
|
||||
void <a href="libgimpconfig-gimpconfig-utils.html#gimp-config-reset-properties">gimp_config_reset_properties</a> (<a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
>GObject</a> *object);
|
||||
void <a href="libgimpconfig-gimpconfig-utils.html#gimp-config-reset-property">gimp_config_reset_property</a> (<a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
>GObject</a> *object,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *property_name);
|
||||
void <a href="libgimpconfig-gimpconfig-utils.html#gimp-config-string-append-escaped">gimp_config_string_append_escaped</a> (<a
|
||||
href="../glib/glib-Strings.html#GString"
|
||||
>GString</a> *string,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *val);
|
||||
GList* <a class="link" href="libgimpconfig-gimpconfig-utils.html#gimp-config-diff">gimp_config_diff</a> (GObject *a,
|
||||
GObject *b,
|
||||
GParamFlags flags);
|
||||
gboolean <a class="link" href="libgimpconfig-gimpconfig-utils.html#gimp-config-sync">gimp_config_sync</a> (GObject *src,
|
||||
GObject *dest,
|
||||
GParamFlags flags);
|
||||
void <a class="link" href="libgimpconfig-gimpconfig-utils.html#gimp-config-reset-properties">gimp_config_reset_properties</a> (GObject *object);
|
||||
void <a class="link" href="libgimpconfig-gimpconfig-utils.html#gimp-config-reset-property">gimp_config_reset_property</a> (GObject *object,
|
||||
const gchar *property_name);
|
||||
void <a class="link" href="libgimpconfig-gimpconfig-utils.html#gimp-config-string-append-escaped">gimp_config_string_append_escaped</a> (GString *string,
|
||||
const gchar *val);
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2582907"></a><h2>Description</h2>
|
||||
<a name="id2574395"></a><h2>Description</h2>
|
||||
<p>
|
||||
Miscellaneous utility functions for libgimpconfig.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2582924"></a><h2>Details</h2>
|
||||
<a name="id2574412"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2582934"></a><h3>
|
||||
<a name="id2574423"></a><h3>
|
||||
<a name="gimp-config-diff"></a>gimp_config_diff ()</h3>
|
||||
<a class="indexterm" name="id2561969"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Doubly-Linked-Lists.html#GList"
|
||||
>GList</a>* gimp_config_diff (<a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
>GObject</a> *a,
|
||||
<a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
>GObject</a> *b,
|
||||
<a
|
||||
href="../gobject/gobject-GParamSpec.html#GParamFlags"
|
||||
>GParamFlags</a> flags);</pre>
|
||||
<a class="indexterm" name="id2598014"></a><pre class="programlisting">GList* gimp_config_diff (GObject *a,
|
||||
GObject *b,
|
||||
GParamFlags flags);</pre>
|
||||
<p>
|
||||
Compares all properties of <em class="parameter"><code>a</code></em> and <em class="parameter"><code>b</code></em> that have all <em class="parameter"><code>flags</code></em> set. If
|
||||
<em class="parameter"><code>flags</code></em> is 0, all properties are compared.
|
||||
@ -123,26 +89,22 @@ compared.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>a</code></em> :</span></td>
|
||||
<td> a <a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
><span class="type">GObject</span></a>
|
||||
<td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
|
||||
<td> a <span class="type">GObject</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>b</code></em> :</span></td>
|
||||
<td> another <a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
><span class="type">GObject</span></a> object
|
||||
<td><p><span class="term"><em class="parameter"><code>b</code></em> :</span></p></td>
|
||||
<td> another <span class="type">GObject</span> object
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
||||
<td> a mask of GParamFlags
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> a GList of differing GParamSpecs.
|
||||
|
||||
</td>
|
||||
@ -154,19 +116,11 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2566405"></a><h3>
|
||||
<a name="id2607108"></a><h3>
|
||||
<a name="gimp-config-sync"></a>gimp_config_sync ()</h3>
|
||||
<a class="indexterm" name="id2566420"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_config_sync (<a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
>GObject</a> *src,
|
||||
<a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
>GObject</a> *dest,
|
||||
<a
|
||||
href="../gobject/gobject-GParamSpec.html#GParamFlags"
|
||||
>GParamFlags</a> flags);</pre>
|
||||
<a class="indexterm" name="id2607123"></a><pre class="programlisting">gboolean gimp_config_sync (GObject *src,
|
||||
GObject *dest,
|
||||
GParamFlags flags);</pre>
|
||||
<p>
|
||||
Compares all read- and write-able properties from <em class="parameter"><code>src</code></em> and <em class="parameter"><code>dest</code></em>
|
||||
that have all <em class="parameter"><code>flags</code></em> set. Differing values are then copied from
|
||||
@ -186,31 +140,23 @@ synchronized</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>src</code></em> :</span></td>
|
||||
<td> a <a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
><span class="type">GObject</span></a>
|
||||
<td><p><span class="term"><em class="parameter"><code>src</code></em> :</span></p></td>
|
||||
<td> a <span class="type">GObject</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>dest</code></em> :</span></td>
|
||||
<td> another <a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
><span class="type">GObject</span></a>
|
||||
<td><p><span class="term"><em class="parameter"><code>dest</code></em> :</span></p></td>
|
||||
<td> another <span class="type">GObject</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
||||
<td> a mask of GParamFlags
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> <a
|
||||
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||||
><code class="literal">TRUE</code></a> if <em class="parameter"><code>dest</code></em> was modified, <a
|
||||
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
><code class="literal">FALSE</code></a> otherwise
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> <code class="literal">TRUE</code> if <em class="parameter"><code>dest</code></em> was modified, <code class="literal">FALSE</code> otherwise
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@ -221,30 +167,24 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2566617"></a><h3>
|
||||
<a name="id2607320"></a><h3>
|
||||
<a name="gimp-config-reset-properties"></a>gimp_config_reset_properties ()</h3>
|
||||
<a class="indexterm" name="id2566630"></a><pre class="programlisting">void gimp_config_reset_properties (<a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
>GObject</a> *object);</pre>
|
||||
<a class="indexterm" name="id2607334"></a><pre class="programlisting">void gimp_config_reset_properties (GObject *object);</pre>
|
||||
<p>
|
||||
Resets all writable properties of <em class="parameter"><code>object</code></em> to the default values as
|
||||
defined in their <a
|
||||
href="../gobject/gobject-GParamSpec.html#GParamSpec"
|
||||
><span class="type">GParamSpec</span></a>. Properties marked as "construct-only"
|
||||
defined in their <span class="type">GParamSpec</span>. Properties marked as "construct-only"
|
||||
are not touched.
|
||||
</p>
|
||||
<p>
|
||||
If you want to reset a <a href="libgimpconfig-GimpConfig.html#GimpConfig"><span class="type">GimpConfig</span></a> object, please use <a href="libgimpconfig-GimpConfig.html#gimp-config-reset"><code class="function">gimp_config_reset()</code></a>.</p>
|
||||
If you want to reset a <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig"><span class="type">GimpConfig</span></a> object, please use <a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-reset"><code class="function">gimp_config_reset()</code></a>.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td><span class="term"><em class="parameter"><code>object</code></em> :</span></td>
|
||||
<td> a <a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
><span class="type">GObject</span></a>
|
||||
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
||||
<td> a <span class="type">GObject</span>
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
@ -253,14 +193,10 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2580922"></a><h3>
|
||||
<a name="id2604155"></a><h3>
|
||||
<a name="gimp-config-reset-property"></a>gimp_config_reset_property ()</h3>
|
||||
<a class="indexterm" name="id2580936"></a><pre class="programlisting">void gimp_config_reset_property (<a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
>GObject</a> *object,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *property_name);</pre>
|
||||
<a class="indexterm" name="id2604169"></a><pre class="programlisting">void gimp_config_reset_property (GObject *object,
|
||||
const gchar *property_name);</pre>
|
||||
<p>
|
||||
Resets the property named <em class="parameter"><code>property_name</code></em> to its default value. The
|
||||
property must be writable and must not be marked as "construct-only".</p>
|
||||
@ -271,14 +207,12 @@ property must be writable and must not be marked as "construct-only".</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>object</code></em> :</span></td>
|
||||
<td> a <a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
><span class="type">GObject</span></a>
|
||||
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
||||
<td> a <span class="type">GObject</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>property_name</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>property_name</code></em> :</span></p></td>
|
||||
<td> name of the property to reset
|
||||
</td>
|
||||
</tr>
|
||||
@ -289,19 +223,13 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2581029"></a><h3>
|
||||
<a name="id2604262"></a><h3>
|
||||
<a name="gimp-config-string-append-escaped"></a>gimp_config_string_append_escaped ()</h3>
|
||||
<a class="indexterm" name="id2581045"></a><pre class="programlisting">void gimp_config_string_append_escaped (<a
|
||||
href="../glib/glib-Strings.html#GString"
|
||||
>GString</a> *string,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *val);</pre>
|
||||
<a class="indexterm" name="id2604278"></a><pre class="programlisting">void gimp_config_string_append_escaped (GString *string,
|
||||
const gchar *val);</pre>
|
||||
<p>
|
||||
Escapes and quotes <em class="parameter"><code>val</code></em> and appends it to <em class="parameter"><code>string</code></em>. The escape
|
||||
algorithm is different from the one used by <a
|
||||
href="../glib/glib-String-Utility-Functions.html#g-strescape"
|
||||
><code class="function">g_strescape()</code></a> since it
|
||||
algorithm is different from the one used by <code class="function">g_strescape()</code> since it
|
||||
leaves non-ASCII characters intact and thus preserves UTF-8
|
||||
strings. Only control characters and quotes are being escaped.</p>
|
||||
<p>
|
||||
@ -311,17 +239,13 @@ strings. Only control characters and quotes are being escaped.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>string</code></em> :</span></td>
|
||||
<td> pointer to a <a
|
||||
href="../glib/glib-Strings.html#GString"
|
||||
><span class="type">GString</span></a>
|
||||
<td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
|
||||
<td> pointer to a <span class="type">GString</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>val</code></em> :</span></td>
|
||||
<td> a string to append or <a
|
||||
href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
><code class="literal">NULL</code></a>
|
||||
<td><p><span class="term"><em class="parameter"><code>val</code></em> :</span></p></td>
|
||||
<td> a string to append or <code class="literal">NULL</code>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Object Hierarchy</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
||||
<link rel="start" href="index.html" title="GIMP Config Library Reference Manual">
|
||||
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
|
||||
<link rel="prev" href="libgimpconfig.html" title="Part I. GIMP Config Library">
|
||||
@ -28,12 +28,10 @@
|
||||
<div class="titlepage"><div><div><h2 class="title">
|
||||
<a name="libgimpconfig-hierarchy"></a>Object Hierarchy</h2></div></div></div>
|
||||
<pre class="screen">
|
||||
<a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
>GObject</a>
|
||||
<a href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
|
||||
GObject
|
||||
<a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
|
||||
GInterface
|
||||
<a href="libgimpconfig-GimpConfig.html#GimpConfigInterface">GimpConfigInterface</a>
|
||||
<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface">GimpConfigInterface</a>
|
||||
</pre>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Index of deprecated symbols</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
||||
<link rel="start" href="index.html" title="GIMP Config Library Reference Manual">
|
||||
<link rel="up" href="index.html" title="GIMP Config Library Reference Manual">
|
||||
<link rel="prev" href="libgimpconfig-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Index of new symbols in GIMP 2.4</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
||||
<link rel="start" href="index.html" title="GIMP Config Library Reference Manual">
|
||||
<link rel="up" href="index.html" title="GIMP Config Library Reference Manual">
|
||||
<link rel="prev" href="libgimpconfig-index.html" title="Index">
|
||||
@ -30,107 +30,107 @@
|
||||
<div class="index"><div class="indexdiv">
|
||||
<h3>G</h3>
|
||||
<dl>
|
||||
<dt>gimp_config_build_data_path, <a href="libgimpconfig-gimpconfig-path.html#id2602232">gimp_config_build_data_path ()</a>
|
||||
<dt>gimp_config_build_data_path, <a class="indexterm" href="libgimpconfig-gimpconfig-path.html#id2619392">gimp_config_build_data_path ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_build_plug_in_path, <a href="libgimpconfig-gimpconfig-path.html#id2570859">gimp_config_build_plug_in_path ()</a>
|
||||
<dt>gimp_config_build_plug_in_path, <a class="indexterm" href="libgimpconfig-gimpconfig-path.html#id2610191">gimp_config_build_plug_in_path ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_build_writable_path, <a href="libgimpconfig-gimpconfig-path.html#id2570729">gimp_config_build_writable_path ()</a>
|
||||
<dt>gimp_config_build_writable_path, <a class="indexterm" href="libgimpconfig-gimpconfig-path.html#id2610063">gimp_config_build_writable_path ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_deserialize_properties, <a href="libgimpconfig-gimpconfig-deserialize.html#id2596656">gimp_config_deserialize_properties ()</a>
|
||||
<dt>gimp_config_deserialize_properties, <a class="indexterm" href="libgimpconfig-gimpconfig-deserialize.html#id2575103">gimp_config_deserialize_properties ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_deserialize_property, <a href="libgimpconfig-gimpconfig-deserialize.html#id2562615">gimp_config_deserialize_property ()</a>
|
||||
<dt>gimp_config_deserialize_property, <a class="indexterm" href="libgimpconfig-gimpconfig-deserialize.html#id2595946">gimp_config_deserialize_property ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_deserialize_return, <a href="libgimpconfig-GimpConfig.html#id2599098">gimp_config_deserialize_return ()</a>
|
||||
<dt>gimp_config_deserialize_return, <a class="indexterm" href="libgimpconfig-GimpConfig.html#id2616266">gimp_config_deserialize_return ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_deserialize_string, <a href="libgimpconfig-GimpConfig.html#id2598855">gimp_config_deserialize_string ()</a>
|
||||
<dt>gimp_config_deserialize_string, <a class="indexterm" href="libgimpconfig-GimpConfig.html#id2616024">gimp_config_deserialize_string ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_diff, <a href="libgimpconfig-gimpconfig-utils.html#id2582934">gimp_config_diff ()</a>
|
||||
<dt>gimp_config_diff, <a class="indexterm" href="libgimpconfig-gimpconfig-utils.html#id2574423">gimp_config_diff ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_duplicate, <a href="libgimpconfig-GimpConfig.html#id2599193">gimp_config_duplicate ()</a>
|
||||
<dt>gimp_config_duplicate, <a class="indexterm" href="libgimpconfig-GimpConfig.html#id2616393">gimp_config_duplicate ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_error_quark, <a href="libgimpconfig-GimpConfigError.html#id2559216">gimp_config_error_quark ()</a>
|
||||
<dt>gimp_config_error_quark, <a class="indexterm" href="libgimpconfig-GimpConfigError.html#id2581254">gimp_config_error_quark ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_is_equal_to, <a href="libgimpconfig-GimpConfig.html#id2599293">gimp_config_is_equal_to ()</a>
|
||||
<dt>gimp_config_is_equal_to, <a class="indexterm" href="libgimpconfig-GimpConfig.html#id2616505">gimp_config_is_equal_to ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_path_expand, <a href="libgimpconfig-gimpconfig-path.html#id2602083">gimp_config_path_expand ()</a>
|
||||
<dt>gimp_config_path_expand, <a class="indexterm" href="libgimpconfig-gimpconfig-path.html#id2619243">gimp_config_path_expand ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_reset, <a href="libgimpconfig-GimpConfig.html#id2599427">gimp_config_reset ()</a>
|
||||
<dt>gimp_config_reset, <a class="indexterm" href="libgimpconfig-GimpConfig.html#id2616653">gimp_config_reset ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_reset_properties, <a href="libgimpconfig-gimpconfig-utils.html#id2566617">gimp_config_reset_properties ()</a>
|
||||
<dt>gimp_config_reset_properties, <a class="indexterm" href="libgimpconfig-gimpconfig-utils.html#id2607320">gimp_config_reset_properties ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_reset_property, <a href="libgimpconfig-gimpconfig-utils.html#id2580922">gimp_config_reset_property ()</a>
|
||||
<dt>gimp_config_reset_property, <a class="indexterm" href="libgimpconfig-gimpconfig-utils.html#id2604155">gimp_config_reset_property ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_serialize_changed_properties, <a href="libgimpconfig-gimpconfig-serialize.html#id2564679">gimp_config_serialize_changed_properties ()</a>
|
||||
<dt>gimp_config_serialize_changed_properties, <a class="indexterm" href="libgimpconfig-gimpconfig-serialize.html#id2586657">gimp_config_serialize_changed_properties ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_serialize_properties, <a href="libgimpconfig-gimpconfig-serialize.html#id2590256">gimp_config_serialize_properties ()</a>
|
||||
<dt>gimp_config_serialize_properties, <a class="indexterm" href="libgimpconfig-gimpconfig-serialize.html#id2595724">gimp_config_serialize_properties ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_serialize_to_fd, <a href="libgimpconfig-GimpConfig.html#id2510611">gimp_config_serialize_to_fd ()</a>
|
||||
<dt>gimp_config_serialize_to_fd, <a class="indexterm" href="libgimpconfig-GimpConfig.html#id2527854">gimp_config_serialize_to_fd ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_serialize_to_file, <a href="libgimpconfig-GimpConfig.html#id2575738">gimp_config_serialize_to_file ()</a>
|
||||
<dt>gimp_config_serialize_to_file, <a class="indexterm" href="libgimpconfig-GimpConfig.html#id2580834">gimp_config_serialize_to_file ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_serialize_to_string, <a href="libgimpconfig-GimpConfig.html#id2598598">gimp_config_serialize_to_string ()</a>
|
||||
<dt>gimp_config_serialize_to_string, <a class="indexterm" href="libgimpconfig-GimpConfig.html#id2615765">gimp_config_serialize_to_string ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_serialize_value, <a href="libgimpconfig-gimpconfig-serialize.html#id2533078">gimp_config_serialize_value ()</a>
|
||||
<dt>gimp_config_serialize_value, <a class="indexterm" href="libgimpconfig-gimpconfig-serialize.html#id2595491">gimp_config_serialize_value ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_string_append_escaped, <a href="libgimpconfig-gimpconfig-utils.html#id2581029">gimp_config_string_append_escaped ()</a>
|
||||
<dt>gimp_config_string_append_escaped, <a class="indexterm" href="libgimpconfig-gimpconfig-utils.html#id2604262">gimp_config_string_append_escaped ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_sync, <a href="libgimpconfig-gimpconfig-utils.html#id2566405">gimp_config_sync ()</a>
|
||||
<dt>gimp_config_sync, <a class="indexterm" href="libgimpconfig-gimpconfig-utils.html#id2607108">gimp_config_sync ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_close, <a href="libgimpconfig-GimpConfigWriter.html#id2608336">gimp_config_writer_close ()</a>
|
||||
<dt>gimp_config_writer_close, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2625537">gimp_config_writer_close ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_comment, <a href="libgimpconfig-GimpConfigWriter.html#id2608104">gimp_config_writer_comment ()</a>
|
||||
<dt>gimp_config_writer_comment, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2625264">gimp_config_writer_comment ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_comment_mode, <a href="libgimpconfig-GimpConfigWriter.html#id2607344">gimp_config_writer_comment_mode ()</a>
|
||||
<dt>gimp_config_writer_comment_mode, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2624503">gimp_config_writer_comment_mode ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_data, <a href="libgimpconfig-GimpConfigWriter.html#id2607984">gimp_config_writer_data ()</a>
|
||||
<dt>gimp_config_writer_data, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2625143">gimp_config_writer_data ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_finish, <a href="libgimpconfig-GimpConfigWriter.html#id2608413">gimp_config_writer_finish ()</a>
|
||||
<dt>gimp_config_writer_finish, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2625624">gimp_config_writer_finish ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_identifier, <a href="libgimpconfig-GimpConfigWriter.html#id2607758">gimp_config_writer_identifier ()</a>
|
||||
<dt>gimp_config_writer_identifier, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2624917">gimp_config_writer_identifier ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_new_fd, <a href="libgimpconfig-GimpConfigWriter.html#id2571027">gimp_config_writer_new_fd ()</a>
|
||||
<dt>gimp_config_writer_new_fd, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2589344">gimp_config_writer_new_fd ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_new_file, <a href="libgimpconfig-GimpConfigWriter.html#id2580627">gimp_config_writer_new_file ()</a>
|
||||
<dt>gimp_config_writer_new_file, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2582062">gimp_config_writer_new_file ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_new_string, <a href="libgimpconfig-GimpConfigWriter.html#id2571124">gimp_config_writer_new_string ()</a>
|
||||
<dt>gimp_config_writer_new_string, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2589441">gimp_config_writer_new_string ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_open, <a href="libgimpconfig-GimpConfigWriter.html#id2571222">gimp_config_writer_open ()</a>
|
||||
<dt>gimp_config_writer_open, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2589540">gimp_config_writer_open ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_print, <a href="libgimpconfig-GimpConfigWriter.html#id2607473">gimp_config_writer_print ()</a>
|
||||
<dt>gimp_config_writer_print, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2624632">gimp_config_writer_print ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_printf, <a href="libgimpconfig-GimpConfigWriter.html#id2607619">gimp_config_writer_printf ()</a>
|
||||
<dt>gimp_config_writer_printf, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2624778">gimp_config_writer_printf ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_revert, <a href="libgimpconfig-GimpConfigWriter.html#id2608243">gimp_config_writer_revert ()</a>
|
||||
<dt>gimp_config_writer_revert, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2625436">gimp_config_writer_revert ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_string, <a href="libgimpconfig-GimpConfigWriter.html#id2607872">gimp_config_writer_string ()</a>
|
||||
<dt>gimp_config_writer_string, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2625031">gimp_config_writer_string ()</a>
|
||||
</dt>
|
||||
<dt>gimp_param_spec_config_path, <a href="libgimpconfig-gimpconfig-path.html#id2576822">gimp_param_spec_config_path ()</a>
|
||||
<dt>gimp_param_spec_config_path, <a class="indexterm" href="libgimpconfig-gimpconfig-path.html#id2581500">gimp_param_spec_config_path ()</a>
|
||||
</dt>
|
||||
<dt>gimp_param_spec_config_path_type, <a href="libgimpconfig-gimpconfig-path.html#id2577041">gimp_param_spec_config_path_type ()</a>
|
||||
<dt>gimp_param_spec_config_path_type, <a class="indexterm" href="libgimpconfig-gimpconfig-path.html#id2581719">gimp_param_spec_config_path_type ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_destroy, <a href="libgimpconfig-GimpScanner.html#id2601623">gimp_scanner_destroy ()</a>
|
||||
<dt>gimp_scanner_destroy, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2606791">gimp_scanner_destroy ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_new_file, <a href="libgimpconfig-GimpScanner.html#id2601398">gimp_scanner_new_file ()</a>
|
||||
<dt>gimp_scanner_new_file, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2606566">gimp_scanner_new_file ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_new_string, <a href="libgimpconfig-GimpScanner.html#id2601500">gimp_scanner_new_string ()</a>
|
||||
<dt>gimp_scanner_new_string, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2606668">gimp_scanner_new_string ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_parse_color, <a href="libgimpconfig-GimpScanner.html#id2609394">gimp_scanner_parse_color ()</a>
|
||||
<dt>gimp_scanner_parse_color, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2626499">gimp_scanner_parse_color ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_parse_data, <a href="libgimpconfig-GimpScanner.html#id2609066">gimp_scanner_parse_data ()</a>
|
||||
<dt>gimp_scanner_parse_data, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2626207">gimp_scanner_parse_data ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_parse_float, <a href="libgimpconfig-GimpScanner.html#id2609292">gimp_scanner_parse_float ()</a>
|
||||
<dt>gimp_scanner_parse_float, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2626407">gimp_scanner_parse_float ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_parse_identifier, <a href="libgimpconfig-GimpScanner.html#id2605316">gimp_scanner_parse_identifier ()</a>
|
||||
<dt>gimp_scanner_parse_identifier, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2577691">gimp_scanner_parse_identifier ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_parse_int, <a href="libgimpconfig-GimpScanner.html#id2609190">gimp_scanner_parse_int ()</a>
|
||||
<dt>gimp_scanner_parse_int, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2626330">gimp_scanner_parse_int ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_parse_matrix2, <a href="libgimpconfig-GimpScanner.html#id2609496">gimp_scanner_parse_matrix2 ()</a>
|
||||
<dt>gimp_scanner_parse_matrix2, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2626590">gimp_scanner_parse_matrix2 ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_parse_string, <a href="libgimpconfig-GimpScanner.html#id2605418">gimp_scanner_parse_string ()</a>
|
||||
<dt>gimp_scanner_parse_string, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2577793">gimp_scanner_parse_string ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_parse_string_no_validate, <a href="libgimpconfig-GimpScanner.html#id2608972">gimp_scanner_parse_string_no_validate ()</a>
|
||||
<dt>gimp_scanner_parse_string_no_validate, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2626112">gimp_scanner_parse_string_no_validate ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_parse_token, <a href="libgimpconfig-GimpScanner.html#id2605214">gimp_scanner_parse_token ()</a>
|
||||
<dt>gimp_scanner_parse_token, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2577589">gimp_scanner_parse_token ()</a>
|
||||
</dt>
|
||||
</dl>
|
||||
</div></div>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Index</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
||||
<link rel="start" href="index.html" title="GIMP Config Library Reference Manual">
|
||||
<link rel="up" href="index.html" title="GIMP Config Library Reference Manual">
|
||||
<link rel="prev" href="GimpColorConfig.html" title="GimpColorConfig">
|
||||
@ -30,195 +30,195 @@
|
||||
<div class="index"><div class="indexdiv">
|
||||
<h3>G</h3>
|
||||
<dl>
|
||||
<dt>GimpColorConfig, <a href="GimpColorConfig.html#id2600397">GimpColorConfig</a>
|
||||
<dt>GimpColorConfig, <a class="indexterm" href="GimpColorConfig.html#id2617491">GimpColorConfig</a>
|
||||
</dt>
|
||||
<dt>GimpColorConfig:cmyk-profile, <a href="GimpColorConfig.html#id2605059">The "cmyk-profile" property</a>
|
||||
<dt>GimpColorConfig:cmyk-profile, <a class="indexterm" href="GimpColorConfig.html#id2617595">The "cmyk-profile" property</a>
|
||||
</dt>
|
||||
<dt>GimpColorConfig:display-module, <a href="GimpColorConfig.html#id2605098">The "display-module" property</a>
|
||||
<dt>GimpColorConfig:display-module, <a class="indexterm" href="GimpColorConfig.html#id2618578">The "display-module" property</a>
|
||||
</dt>
|
||||
<dt>GimpColorConfig:display-profile, <a href="GimpColorConfig.html#id2605139">The "display-profile" property</a>
|
||||
<dt>GimpColorConfig:display-profile, <a class="indexterm" href="GimpColorConfig.html#id2618618">The "display-profile" property</a>
|
||||
</dt>
|
||||
<dt>GimpColorConfig:display-profile-from-gdk, <a href="GimpColorConfig.html#id2606805">The "display-profile-from-gdk" property</a>
|
||||
<dt>GimpColorConfig:display-profile-from-gdk, <a class="indexterm" href="GimpColorConfig.html#id2618661">The "display-profile-from-gdk" property</a>
|
||||
</dt>
|
||||
<dt>GimpColorConfig:display-rendering-intent, <a href="GimpColorConfig.html#id2606849">The "display-rendering-intent" property</a>
|
||||
<dt>GimpColorConfig:display-rendering-intent, <a class="indexterm" href="GimpColorConfig.html#id2618705">The "display-rendering-intent" property</a>
|
||||
</dt>
|
||||
<dt>GimpColorConfig:mode, <a href="GimpColorConfig.html#id2606892">The "mode" property</a>
|
||||
<dt>GimpColorConfig:mode, <a class="indexterm" href="GimpColorConfig.html#id2618748">The "mode" property</a>
|
||||
</dt>
|
||||
<dt>GimpColorConfig:printer-profile, <a href="GimpColorConfig.html#id2606932">The "printer-profile" property</a>
|
||||
<dt>GimpColorConfig:printer-profile, <a class="indexterm" href="GimpColorConfig.html#id2618788">The "printer-profile" property</a>
|
||||
</dt>
|
||||
<dt>GimpColorConfig:rgb-profile, <a href="GimpColorConfig.html#id2606976">The "rgb-profile" property</a>
|
||||
<dt>GimpColorConfig:rgb-profile, <a class="indexterm" href="GimpColorConfig.html#id2624045">The "rgb-profile" property</a>
|
||||
</dt>
|
||||
<dt>GimpColorConfig:simulation-rendering-intent, <a href="GimpColorConfig.html#id2607018">The "simulation-rendering-intent" property</a>
|
||||
<dt>GimpColorConfig:simulation-rendering-intent, <a class="indexterm" href="GimpColorConfig.html#id2624086">The "simulation-rendering-intent" property</a>
|
||||
</dt>
|
||||
<dt>GimpColorManagementMode, <a href="GimpColorConfig.html#id2600425">enum GimpColorManagementMode</a>
|
||||
<dt>GimpColorManagementMode, <a class="indexterm" href="GimpColorConfig.html#id2617519">enum GimpColorManagementMode</a>
|
||||
</dt>
|
||||
<dt>GimpColorRenderingIntent, <a href="GimpColorConfig.html#id2605013">enum GimpColorRenderingIntent</a>
|
||||
<dt>GimpColorRenderingIntent, <a class="indexterm" href="GimpColorConfig.html#id2617550">enum GimpColorRenderingIntent</a>
|
||||
</dt>
|
||||
<dt>GimpConfig, <a href="libgimpconfig-GimpConfig.html#id2575682">GimpConfig</a>
|
||||
<dt>GimpConfig, <a class="indexterm" href="libgimpconfig-GimpConfig.html#id2580779">GimpConfig</a>
|
||||
</dt>
|
||||
<dt>GimpConfigError, <a href="libgimpconfig-GimpConfigError.html#id2559148">enum GimpConfigError</a>
|
||||
<dt>GimpConfigError, <a class="indexterm" href="libgimpconfig-GimpConfigError.html#id2581187">enum GimpConfigError</a>
|
||||
</dt>
|
||||
<dt>GimpConfigInterface, <a href="libgimpconfig-GimpConfig.html#id2575710">GimpConfigInterface</a>
|
||||
<dt>GimpConfigInterface, <a class="indexterm" href="libgimpconfig-GimpConfig.html#id2580806">GimpConfigInterface</a>
|
||||
</dt>
|
||||
<dt>GimpConfigPathType, <a href="libgimpconfig-gimpconfig-path.html#id2556868">enum GimpConfigPathType</a>
|
||||
<dt>GimpConfigPathType, <a class="indexterm" href="libgimpconfig-gimpconfig-path.html#id2605568">enum GimpConfigPathType</a>
|
||||
</dt>
|
||||
<dt>GimpConfigWriter, <a href="libgimpconfig-GimpConfigWriter.html#id2580598">GimpConfigWriter</a>
|
||||
<dt>GimpConfigWriter, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2582033">GimpConfigWriter</a>
|
||||
</dt>
|
||||
<dt>gimp_config_build_data_path, <a href="libgimpconfig-gimpconfig-path.html#id2602232">gimp_config_build_data_path ()</a>
|
||||
<dt>gimp_config_build_data_path, <a class="indexterm" href="libgimpconfig-gimpconfig-path.html#id2619392">gimp_config_build_data_path ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_build_plug_in_path, <a href="libgimpconfig-gimpconfig-path.html#id2570859">gimp_config_build_plug_in_path ()</a>
|
||||
<dt>gimp_config_build_plug_in_path, <a class="indexterm" href="libgimpconfig-gimpconfig-path.html#id2610191">gimp_config_build_plug_in_path ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_build_writable_path, <a href="libgimpconfig-gimpconfig-path.html#id2570729">gimp_config_build_writable_path ()</a>
|
||||
<dt>gimp_config_build_writable_path, <a class="indexterm" href="libgimpconfig-gimpconfig-path.html#id2610063">gimp_config_build_writable_path ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_deserialize_file, <a href="libgimpconfig-GimpConfig.html#id2598721">gimp_config_deserialize_file ()</a>
|
||||
<dt>gimp_config_deserialize_file, <a class="indexterm" href="libgimpconfig-GimpConfig.html#id2615890">gimp_config_deserialize_file ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_deserialize_properties, <a href="libgimpconfig-gimpconfig-deserialize.html#id2596656">gimp_config_deserialize_properties ()</a>
|
||||
<dt>gimp_config_deserialize_properties, <a class="indexterm" href="libgimpconfig-gimpconfig-deserialize.html#id2575103">gimp_config_deserialize_properties ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_deserialize_property, <a href="libgimpconfig-gimpconfig-deserialize.html#id2562615">gimp_config_deserialize_property ()</a>
|
||||
<dt>gimp_config_deserialize_property, <a class="indexterm" href="libgimpconfig-gimpconfig-deserialize.html#id2595946">gimp_config_deserialize_property ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_deserialize_return, <a href="libgimpconfig-GimpConfig.html#id2599098">gimp_config_deserialize_return ()</a>
|
||||
<dt>gimp_config_deserialize_return, <a class="indexterm" href="libgimpconfig-GimpConfig.html#id2616266">gimp_config_deserialize_return ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_deserialize_string, <a href="libgimpconfig-GimpConfig.html#id2598855">gimp_config_deserialize_string ()</a>
|
||||
<dt>gimp_config_deserialize_string, <a class="indexterm" href="libgimpconfig-GimpConfig.html#id2616024">gimp_config_deserialize_string ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_diff, <a href="libgimpconfig-gimpconfig-utils.html#id2582934">gimp_config_diff ()</a>
|
||||
<dt>gimp_config_diff, <a class="indexterm" href="libgimpconfig-gimpconfig-utils.html#id2574423">gimp_config_diff ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_duplicate, <a href="libgimpconfig-GimpConfig.html#id2599193">gimp_config_duplicate ()</a>
|
||||
<dt>gimp_config_duplicate, <a class="indexterm" href="libgimpconfig-GimpConfig.html#id2616393">gimp_config_duplicate ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_CONFIG_ERROR, <a href="libgimpconfig-GimpConfigError.html#id2559188">GIMP_CONFIG_ERROR</a>
|
||||
<dt>GIMP_CONFIG_ERROR, <a class="indexterm" href="libgimpconfig-GimpConfigError.html#id2581226">GIMP_CONFIG_ERROR</a>
|
||||
</dt>
|
||||
<dt>gimp_config_error_quark, <a href="libgimpconfig-GimpConfigError.html#id2559216">gimp_config_error_quark ()</a>
|
||||
<dt>gimp_config_error_quark, <a class="indexterm" href="libgimpconfig-GimpConfigError.html#id2581254">gimp_config_error_quark ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_BOOLEAN, <a href="libgimpconfig-gimpconfig-params.html#id2515068">GIMP_CONFIG_INSTALL_PROP_BOOLEAN()</a>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_BOOLEAN, <a class="indexterm" href="libgimpconfig-gimpconfig-params.html#id2613703">GIMP_CONFIG_INSTALL_PROP_BOOLEAN()</a>
|
||||
</dt>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_BOXED, <a href="libgimpconfig-gimpconfig-params.html#id2515189">GIMP_CONFIG_INSTALL_PROP_BOXED()</a>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_BOXED, <a class="indexterm" href="libgimpconfig-gimpconfig-params.html#id2613824">GIMP_CONFIG_INSTALL_PROP_BOXED()</a>
|
||||
</dt>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_DOUBLE, <a href="libgimpconfig-gimpconfig-params.html#id2590740">GIMP_CONFIG_INSTALL_PROP_DOUBLE()</a>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_DOUBLE, <a class="indexterm" href="libgimpconfig-gimpconfig-params.html#id2526987">GIMP_CONFIG_INSTALL_PROP_DOUBLE()</a>
|
||||
</dt>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_ENUM, <a href="libgimpconfig-gimpconfig-params.html#id2602666">GIMP_CONFIG_INSTALL_PROP_ENUM()</a>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_ENUM, <a class="indexterm" href="libgimpconfig-gimpconfig-params.html#id2619819">GIMP_CONFIG_INSTALL_PROP_ENUM()</a>
|
||||
</dt>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_INT, <a href="libgimpconfig-gimpconfig-params.html#id2602801">GIMP_CONFIG_INSTALL_PROP_INT()</a>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_INT, <a class="indexterm" href="libgimpconfig-gimpconfig-params.html#id2619953">GIMP_CONFIG_INSTALL_PROP_INT()</a>
|
||||
</dt>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_MATRIX2, <a href="libgimpconfig-gimpconfig-params.html#id2602951">GIMP_CONFIG_INSTALL_PROP_MATRIX2()</a>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_MATRIX2, <a class="indexterm" href="libgimpconfig-gimpconfig-params.html#id2620102">GIMP_CONFIG_INSTALL_PROP_MATRIX2()</a>
|
||||
</dt>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_MEMSIZE, <a href="libgimpconfig-gimpconfig-params.html#id2603073">GIMP_CONFIG_INSTALL_PROP_MEMSIZE()</a>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_MEMSIZE, <a class="indexterm" href="libgimpconfig-gimpconfig-params.html#id2620224">GIMP_CONFIG_INSTALL_PROP_MEMSIZE()</a>
|
||||
</dt>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_OBJECT, <a href="libgimpconfig-gimpconfig-params.html#id2603744">GIMP_CONFIG_INSTALL_PROP_OBJECT()</a>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_OBJECT, <a class="indexterm" href="libgimpconfig-gimpconfig-params.html#id2620930">GIMP_CONFIG_INSTALL_PROP_OBJECT()</a>
|
||||
</dt>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_PATH, <a href="libgimpconfig-gimpconfig-params.html#id2603223">GIMP_CONFIG_INSTALL_PROP_PATH()</a>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_PATH, <a class="indexterm" href="libgimpconfig-gimpconfig-params.html#id2620374">GIMP_CONFIG_INSTALL_PROP_PATH()</a>
|
||||
</dt>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_POINTER, <a href="libgimpconfig-gimpconfig-params.html#id2603853">GIMP_CONFIG_INSTALL_PROP_POINTER()</a>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_POINTER, <a class="indexterm" href="libgimpconfig-gimpconfig-params.html#id2621051">GIMP_CONFIG_INSTALL_PROP_POINTER()</a>
|
||||
</dt>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_RESOLUTION, <a href="libgimpconfig-gimpconfig-params.html#id2602558">GIMP_CONFIG_INSTALL_PROP_RESOLUTION()</a>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_RESOLUTION, <a class="indexterm" href="libgimpconfig-gimpconfig-params.html#id2619711">GIMP_CONFIG_INSTALL_PROP_RESOLUTION()</a>
|
||||
</dt>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_RGB, <a href="libgimpconfig-gimpconfig-params.html#id2590605">GIMP_CONFIG_INSTALL_PROP_RGB()</a>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_RGB, <a class="indexterm" href="libgimpconfig-gimpconfig-params.html#id2526852">GIMP_CONFIG_INSTALL_PROP_RGB()</a>
|
||||
</dt>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_STRING, <a href="libgimpconfig-gimpconfig-params.html#id2603358">GIMP_CONFIG_INSTALL_PROP_STRING()</a>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_STRING, <a class="indexterm" href="libgimpconfig-gimpconfig-params.html#id2620509">GIMP_CONFIG_INSTALL_PROP_STRING()</a>
|
||||
</dt>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_UINT, <a href="libgimpconfig-gimpconfig-params.html#id2603479">GIMP_CONFIG_INSTALL_PROP_UINT()</a>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_UINT, <a class="indexterm" href="libgimpconfig-gimpconfig-params.html#id2620630">GIMP_CONFIG_INSTALL_PROP_UINT()</a>
|
||||
</dt>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_UNIT, <a href="libgimpconfig-gimpconfig-params.html#id2559980">GIMP_CONFIG_INSTALL_PROP_UNIT()</a>
|
||||
<dt>GIMP_CONFIG_INSTALL_PROP_UNIT, <a class="indexterm" href="libgimpconfig-gimpconfig-params.html#id2620780">GIMP_CONFIG_INSTALL_PROP_UNIT()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_is_equal_to, <a href="libgimpconfig-GimpConfig.html#id2599293">gimp_config_is_equal_to ()</a>
|
||||
<dt>gimp_config_is_equal_to, <a class="indexterm" href="libgimpconfig-GimpConfig.html#id2616505">gimp_config_is_equal_to ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_CONFIG_PARAM_AGGREGATE, <a href="libgimpconfig-gimpconfig-params.html#id2595496">GIMP_CONFIG_PARAM_AGGREGATE</a>
|
||||
<dt>GIMP_CONFIG_PARAM_AGGREGATE, <a class="indexterm" href="libgimpconfig-gimpconfig-params.html#id2583143">GIMP_CONFIG_PARAM_AGGREGATE</a>
|
||||
</dt>
|
||||
<dt>GIMP_CONFIG_PARAM_CONFIRM, <a href="libgimpconfig-gimpconfig-params.html#id2595554">GIMP_CONFIG_PARAM_CONFIRM</a>
|
||||
<dt>GIMP_CONFIG_PARAM_CONFIRM, <a class="indexterm" href="libgimpconfig-gimpconfig-params.html#id2583200">GIMP_CONFIG_PARAM_CONFIRM</a>
|
||||
</dt>
|
||||
<dt>GIMP_CONFIG_PARAM_DEFAULTS, <a href="libgimpconfig-gimpconfig-params.html#id2595583">GIMP_CONFIG_PARAM_DEFAULTS</a>
|
||||
<dt>GIMP_CONFIG_PARAM_DEFAULTS, <a class="indexterm" href="libgimpconfig-gimpconfig-params.html#id2583229">GIMP_CONFIG_PARAM_DEFAULTS</a>
|
||||
</dt>
|
||||
<dt>GIMP_CONFIG_PARAM_FLAGS, <a href="libgimpconfig-gimpconfig-params.html#id2515040">GIMP_CONFIG_PARAM_FLAGS</a>
|
||||
<dt>GIMP_CONFIG_PARAM_FLAGS, <a class="indexterm" href="libgimpconfig-gimpconfig-params.html#id2613674">GIMP_CONFIG_PARAM_FLAGS</a>
|
||||
</dt>
|
||||
<dt>GIMP_CONFIG_PARAM_IGNORE, <a href="libgimpconfig-gimpconfig-params.html#id2595612">GIMP_CONFIG_PARAM_IGNORE</a>
|
||||
<dt>GIMP_CONFIG_PARAM_IGNORE, <a class="indexterm" href="libgimpconfig-gimpconfig-params.html#id2583258">GIMP_CONFIG_PARAM_IGNORE</a>
|
||||
</dt>
|
||||
<dt>GIMP_CONFIG_PARAM_RESTART, <a href="libgimpconfig-gimpconfig-params.html#id2595525">GIMP_CONFIG_PARAM_RESTART</a>
|
||||
<dt>GIMP_CONFIG_PARAM_RESTART, <a class="indexterm" href="libgimpconfig-gimpconfig-params.html#id2583172">GIMP_CONFIG_PARAM_RESTART</a>
|
||||
</dt>
|
||||
<dt>GIMP_CONFIG_PARAM_SERIALIZE, <a href="libgimpconfig-gimpconfig-params.html#id2595467">GIMP_CONFIG_PARAM_SERIALIZE</a>
|
||||
<dt>GIMP_CONFIG_PARAM_SERIALIZE, <a class="indexterm" href="libgimpconfig-gimpconfig-params.html#id2583113">GIMP_CONFIG_PARAM_SERIALIZE</a>
|
||||
</dt>
|
||||
<dt>gimp_config_path_expand, <a href="libgimpconfig-gimpconfig-path.html#id2602083">gimp_config_path_expand ()</a>
|
||||
<dt>gimp_config_path_expand, <a class="indexterm" href="libgimpconfig-gimpconfig-path.html#id2619243">gimp_config_path_expand ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_reset, <a href="libgimpconfig-GimpConfig.html#id2599427">gimp_config_reset ()</a>
|
||||
<dt>gimp_config_reset, <a class="indexterm" href="libgimpconfig-GimpConfig.html#id2616653">gimp_config_reset ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_reset_properties, <a href="libgimpconfig-gimpconfig-utils.html#id2566617">gimp_config_reset_properties ()</a>
|
||||
<dt>gimp_config_reset_properties, <a class="indexterm" href="libgimpconfig-gimpconfig-utils.html#id2607320">gimp_config_reset_properties ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_reset_property, <a href="libgimpconfig-gimpconfig-utils.html#id2580922">gimp_config_reset_property ()</a>
|
||||
<dt>gimp_config_reset_property, <a class="indexterm" href="libgimpconfig-gimpconfig-utils.html#id2604155">gimp_config_reset_property ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_serialize_changed_properties, <a href="libgimpconfig-gimpconfig-serialize.html#id2564679">gimp_config_serialize_changed_properties ()</a>
|
||||
<dt>gimp_config_serialize_changed_properties, <a class="indexterm" href="libgimpconfig-gimpconfig-serialize.html#id2586657">gimp_config_serialize_changed_properties ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_serialize_properties, <a href="libgimpconfig-gimpconfig-serialize.html#id2590256">gimp_config_serialize_properties ()</a>
|
||||
<dt>gimp_config_serialize_properties, <a class="indexterm" href="libgimpconfig-gimpconfig-serialize.html#id2595724">gimp_config_serialize_properties ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_serialize_property, <a href="libgimpconfig-gimpconfig-serialize.html#id2532965">gimp_config_serialize_property ()</a>
|
||||
<dt>gimp_config_serialize_property, <a class="indexterm" href="libgimpconfig-gimpconfig-serialize.html#id2595378">gimp_config_serialize_property ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_serialize_to_fd, <a href="libgimpconfig-GimpConfig.html#id2510611">gimp_config_serialize_to_fd ()</a>
|
||||
<dt>gimp_config_serialize_to_fd, <a class="indexterm" href="libgimpconfig-GimpConfig.html#id2527854">gimp_config_serialize_to_fd ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_serialize_to_file, <a href="libgimpconfig-GimpConfig.html#id2575738">gimp_config_serialize_to_file ()</a>
|
||||
<dt>gimp_config_serialize_to_file, <a class="indexterm" href="libgimpconfig-GimpConfig.html#id2580834">gimp_config_serialize_to_file ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_serialize_to_string, <a href="libgimpconfig-GimpConfig.html#id2598598">gimp_config_serialize_to_string ()</a>
|
||||
<dt>gimp_config_serialize_to_string, <a class="indexterm" href="libgimpconfig-GimpConfig.html#id2615765">gimp_config_serialize_to_string ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_serialize_value, <a href="libgimpconfig-gimpconfig-serialize.html#id2533078">gimp_config_serialize_value ()</a>
|
||||
<dt>gimp_config_serialize_value, <a class="indexterm" href="libgimpconfig-gimpconfig-serialize.html#id2595491">gimp_config_serialize_value ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_string_append_escaped, <a href="libgimpconfig-gimpconfig-utils.html#id2581029">gimp_config_string_append_escaped ()</a>
|
||||
<dt>gimp_config_string_append_escaped, <a class="indexterm" href="libgimpconfig-gimpconfig-utils.html#id2604262">gimp_config_string_append_escaped ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_sync, <a href="libgimpconfig-gimpconfig-utils.html#id2566405">gimp_config_sync ()</a>
|
||||
<dt>gimp_config_sync, <a class="indexterm" href="libgimpconfig-gimpconfig-utils.html#id2607108">gimp_config_sync ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_close, <a href="libgimpconfig-GimpConfigWriter.html#id2608336">gimp_config_writer_close ()</a>
|
||||
<dt>gimp_config_writer_close, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2625537">gimp_config_writer_close ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_comment, <a href="libgimpconfig-GimpConfigWriter.html#id2608104">gimp_config_writer_comment ()</a>
|
||||
<dt>gimp_config_writer_comment, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2625264">gimp_config_writer_comment ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_comment_mode, <a href="libgimpconfig-GimpConfigWriter.html#id2607344">gimp_config_writer_comment_mode ()</a>
|
||||
<dt>gimp_config_writer_comment_mode, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2624503">gimp_config_writer_comment_mode ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_data, <a href="libgimpconfig-GimpConfigWriter.html#id2607984">gimp_config_writer_data ()</a>
|
||||
<dt>gimp_config_writer_data, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2625143">gimp_config_writer_data ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_finish, <a href="libgimpconfig-GimpConfigWriter.html#id2608413">gimp_config_writer_finish ()</a>
|
||||
<dt>gimp_config_writer_finish, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2625624">gimp_config_writer_finish ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_identifier, <a href="libgimpconfig-GimpConfigWriter.html#id2607758">gimp_config_writer_identifier ()</a>
|
||||
<dt>gimp_config_writer_identifier, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2624917">gimp_config_writer_identifier ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_linefeed, <a href="libgimpconfig-GimpConfigWriter.html#id2608191">gimp_config_writer_linefeed ()</a>
|
||||
<dt>gimp_config_writer_linefeed, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2625378">gimp_config_writer_linefeed ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_new_fd, <a href="libgimpconfig-GimpConfigWriter.html#id2571027">gimp_config_writer_new_fd ()</a>
|
||||
<dt>gimp_config_writer_new_fd, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2589344">gimp_config_writer_new_fd ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_new_file, <a href="libgimpconfig-GimpConfigWriter.html#id2580627">gimp_config_writer_new_file ()</a>
|
||||
<dt>gimp_config_writer_new_file, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2582062">gimp_config_writer_new_file ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_new_string, <a href="libgimpconfig-GimpConfigWriter.html#id2571124">gimp_config_writer_new_string ()</a>
|
||||
<dt>gimp_config_writer_new_string, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2589441">gimp_config_writer_new_string ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_open, <a href="libgimpconfig-GimpConfigWriter.html#id2571222">gimp_config_writer_open ()</a>
|
||||
<dt>gimp_config_writer_open, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2589540">gimp_config_writer_open ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_print, <a href="libgimpconfig-GimpConfigWriter.html#id2607473">gimp_config_writer_print ()</a>
|
||||
<dt>gimp_config_writer_print, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2624632">gimp_config_writer_print ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_printf, <a href="libgimpconfig-GimpConfigWriter.html#id2607619">gimp_config_writer_printf ()</a>
|
||||
<dt>gimp_config_writer_printf, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2624778">gimp_config_writer_printf ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_revert, <a href="libgimpconfig-GimpConfigWriter.html#id2608243">gimp_config_writer_revert ()</a>
|
||||
<dt>gimp_config_writer_revert, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2625436">gimp_config_writer_revert ()</a>
|
||||
</dt>
|
||||
<dt>gimp_config_writer_string, <a href="libgimpconfig-GimpConfigWriter.html#id2607872">gimp_config_writer_string ()</a>
|
||||
<dt>gimp_config_writer_string, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#id2625031">gimp_config_writer_string ()</a>
|
||||
</dt>
|
||||
<dt>gimp_param_spec_config_path, <a href="libgimpconfig-gimpconfig-path.html#id2576822">gimp_param_spec_config_path ()</a>
|
||||
<dt>gimp_param_spec_config_path, <a class="indexterm" href="libgimpconfig-gimpconfig-path.html#id2581500">gimp_param_spec_config_path ()</a>
|
||||
</dt>
|
||||
<dt>gimp_param_spec_config_path_type, <a href="libgimpconfig-gimpconfig-path.html#id2577041">gimp_param_spec_config_path_type ()</a>
|
||||
<dt>gimp_param_spec_config_path_type, <a class="indexterm" href="libgimpconfig-gimpconfig-path.html#id2581719">gimp_param_spec_config_path_type ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_destroy, <a href="libgimpconfig-GimpScanner.html#id2601623">gimp_scanner_destroy ()</a>
|
||||
<dt>gimp_scanner_destroy, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2606791">gimp_scanner_destroy ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_new_file, <a href="libgimpconfig-GimpScanner.html#id2601398">gimp_scanner_new_file ()</a>
|
||||
<dt>gimp_scanner_new_file, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2606566">gimp_scanner_new_file ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_new_string, <a href="libgimpconfig-GimpScanner.html#id2601500">gimp_scanner_new_string ()</a>
|
||||
<dt>gimp_scanner_new_string, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2606668">gimp_scanner_new_string ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_parse_color, <a href="libgimpconfig-GimpScanner.html#id2609394">gimp_scanner_parse_color ()</a>
|
||||
<dt>gimp_scanner_parse_color, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2626499">gimp_scanner_parse_color ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_parse_data, <a href="libgimpconfig-GimpScanner.html#id2609066">gimp_scanner_parse_data ()</a>
|
||||
<dt>gimp_scanner_parse_data, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2626207">gimp_scanner_parse_data ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_parse_float, <a href="libgimpconfig-GimpScanner.html#id2609292">gimp_scanner_parse_float ()</a>
|
||||
<dt>gimp_scanner_parse_float, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2626407">gimp_scanner_parse_float ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_parse_identifier, <a href="libgimpconfig-GimpScanner.html#id2605316">gimp_scanner_parse_identifier ()</a>
|
||||
<dt>gimp_scanner_parse_identifier, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2577691">gimp_scanner_parse_identifier ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_parse_int, <a href="libgimpconfig-GimpScanner.html#id2609190">gimp_scanner_parse_int ()</a>
|
||||
<dt>gimp_scanner_parse_int, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2626330">gimp_scanner_parse_int ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_parse_matrix2, <a href="libgimpconfig-GimpScanner.html#id2609496">gimp_scanner_parse_matrix2 ()</a>
|
||||
<dt>gimp_scanner_parse_matrix2, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2626590">gimp_scanner_parse_matrix2 ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_parse_string, <a href="libgimpconfig-GimpScanner.html#id2605418">gimp_scanner_parse_string ()</a>
|
||||
<dt>gimp_scanner_parse_string, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2577793">gimp_scanner_parse_string ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_parse_string_no_validate, <a href="libgimpconfig-GimpScanner.html#id2608972">gimp_scanner_parse_string_no_validate ()</a>
|
||||
<dt>gimp_scanner_parse_string_no_validate, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2626112">gimp_scanner_parse_string_no_validate ()</a>
|
||||
</dt>
|
||||
<dt>gimp_scanner_parse_token, <a href="libgimpconfig-GimpScanner.html#id2605214">gimp_scanner_parse_token ()</a>
|
||||
<dt>gimp_scanner_parse_token, <a class="indexterm" href="libgimpconfig-GimpScanner.html#id2577589">gimp_scanner_parse_token ()</a>
|
||||
</dt>
|
||||
<dt>GIMP_VALUE_HOLDS_CONFIG_PATH, <a href="libgimpconfig-gimpconfig-path.html#id2604038">GIMP_VALUE_HOLDS_CONFIG_PATH()</a>
|
||||
<dt>GIMP_VALUE_HOLDS_CONFIG_PATH, <a class="indexterm" href="libgimpconfig-gimpconfig-path.html#id2621194">GIMP_VALUE_HOLDS_CONFIG_PATH()</a>
|
||||
</dt>
|
||||
</dl>
|
||||
</div></div>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Part I. GIMP Config Library</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
||||
<link rel="start" href="index.html" title="GIMP Config Library Reference Manual">
|
||||
<link rel="up" href="index.html" title="GIMP Config Library Reference Manual">
|
||||
<link rel="prev" href="index.html" title="GIMP Config Library Reference Manual">
|
||||
|
Reference in New Issue
Block a user