New upstream version 2.10.0~RC1

This commit is contained in:
Jeremy Bicha
2018-03-28 12:37:30 -04:00
8195 changed files with 1939281 additions and 1033470 deletions

View File

@ -5,10 +5,10 @@
<title>GimpColorConfig: GIMP Config Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="GIMP Config Library Reference Manual">
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
<link rel="up" href="pt01.html" title="Part I. GIMP Config Library">
<link rel="prev" href="libgimpconfig-GimpScanner.html" title="GimpScanner">
<link rel="next" href="libgimpconfig-index.html" title="Index">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="next" href="api-index-full.html" title="Index">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -16,14 +16,13 @@
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#GimpColorConfig.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
<a href="#GimpColorConfig.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces">  <span class="dim">|</span> 
<a href="#GimpColorConfig.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties">  <span class="dim">|</span> 
<a href="#GimpColorConfig.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties">  <span class="dim">|</span> 
<a href="#GimpColorConfig.properties" class="shortcut">Properties</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgimpconfig.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="u" href="pt01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgimpconfig-GimpScanner.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgimpconfig-index.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
<td><a accesskey="n" href="api-index-full.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="GimpColorConfig"></a><div class="titlepage"></div>
@ -35,6 +34,129 @@
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="GimpColorConfig.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<a class="link" href="GimpColorConfig.html#GimpColorManagementMode" title="enum GimpColorManagementMode"><span class="returnvalue">GimpColorManagementMode</span></a>
</td>
<td class="function_name">
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-mode" title="gimp_color_config_get_mode ()">gimp_color_config_get_mode</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="GimpColorConfig.html#GimpColorRenderingIntent" title="enum GimpColorRenderingIntent"><span class="returnvalue">GimpColorRenderingIntent</span></a>
</td>
<td class="function_name">
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-display-intent" title="gimp_color_config_get_display_intent ()">gimp_color_config_get_display_intent</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-display-bpc" title="gimp_color_config_get_display_bpc ()">gimp_color_config_get_display_bpc</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-display-optimize" title="gimp_color_config_get_display_optimize ()">gimp_color_config_get_display_optimize</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-display-profile-from-gdk" title="gimp_color_config_get_display_profile_from_gdk ()">gimp_color_config_get_display_profile_from_gdk</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="GimpColorConfig.html#GimpColorRenderingIntent" title="enum GimpColorRenderingIntent"><span class="returnvalue">GimpColorRenderingIntent</span></a>
</td>
<td class="function_name">
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-simulation-intent" title="gimp_color_config_get_simulation_intent ()">gimp_color_config_get_simulation_intent</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-simulation-bpc" title="gimp_color_config_get_simulation_bpc ()">gimp_color_config_get_simulation_bpc</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-simulation-optimize" title="gimp_color_config_get_simulation_optimize ()">gimp_color_config_get_simulation_optimize</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-simulation-gamut-check" title="gimp_color_config_get_simulation_gamut_check ()">gimp_color_config_get_simulation_gamut_check</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">GimpColorProfile</span> *
</td>
<td class="function_name">
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-rgb-color-profile" title="gimp_color_config_get_rgb_color_profile ()">gimp_color_config_get_rgb_color_profile</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">GimpColorProfile</span> *
</td>
<td class="function_name">
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-gray-color-profile" title="gimp_color_config_get_gray_color_profile ()">gimp_color_config_get_gray_color_profile</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">GimpColorProfile</span> *
</td>
<td class="function_name">
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-cmyk-color-profile" title="gimp_color_config_get_cmyk_color_profile ()">gimp_color_config_get_cmyk_color_profile</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">GimpColorProfile</span> *
</td>
<td class="function_name">
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-display-color-profile" title="gimp_color_config_get_display_color_profile ()">gimp_color_config_get_display_color_profile</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">GimpColorProfile</span> *
</td>
<td class="function_name">
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-simulation-color-profile" title="gimp_color_config_get_simulation_color_profile ()">gimp_color_config_get_simulation_color_profile</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="GimpColorConfig.properties"></a><h2>Properties</h2>
<div class="informaltable"><table class="informaltable" border="0">
<colgroup>
@ -50,17 +172,22 @@
</tr>
<tr>
<td class="property_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<td class="property_name"><a class="link" href="GimpColorConfig.html#GimpColorConfig--display-module" title="The “display-module” property">display-module</a></td>
<td class="property_flags">Read / Write / Construct</td>
</tr>
<tr>
<td class="property_type"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
<td class="property_name"><a class="link" href="GimpColorConfig.html#GimpColorConfig--display-optimize" title="The “display-optimize” property">display-optimize</a></td>
<td class="property_flags">Read / Write / Construct</td>
</tr>
<tr>
<td class="property_type"><a class="link" href="libgimpconfig-GimpConfig-path.html#GimpConfigPath" title="GimpConfigPath"><span class="type">GimpConfigPath</span></a></td>
<td class="property_name"><a class="link" href="GimpColorConfig.html#GimpColorConfig--display-profile" title="The “display-profile” property">display-profile</a></td>
<td class="property_flags">Read / Write / Construct</td>
</tr>
<tr>
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
<td class="property_type"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
<td class="property_name"><a class="link" href="GimpColorConfig.html#GimpColorConfig--display-profile-from-gdk" title="The “display-profile-from-gdk” property">display-profile-from-gdk</a></td>
<td class="property_flags">Read / Write / Construct</td>
</tr>
@ -70,6 +197,16 @@
<td class="property_flags">Read / Write / Construct</td>
</tr>
<tr>
<td class="property_type"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
<td class="property_name"><a class="link" href="GimpColorConfig.html#GimpColorConfig--display-use-black-point-compensation" title="The “display-use-black-point-compensation” property">display-use-black-point-compensation</a></td>
<td class="property_flags">Read / Write / Construct</td>
</tr>
<tr>
<td class="property_type"><a class="link" href="libgimpconfig-GimpConfig-path.html#GimpConfigPath" title="GimpConfigPath"><span class="type">GimpConfigPath</span></a></td>
<td class="property_name"><a class="link" href="GimpColorConfig.html#GimpColorConfig--gray-profile" title="The “gray-profile” property">gray-profile</a></td>
<td class="property_flags">Read / Write / Construct</td>
</tr>
<tr>
<td class="property_type"><a class="link" href="GimpColorConfig.html#GimpColorManagementMode" title="enum GimpColorManagementMode"><span class="type">GimpColorManagementMode</span></a></td>
<td class="property_name"><a class="link" href="GimpColorConfig.html#GimpColorConfig--mode" title="The “mode” property">mode</a></td>
<td class="property_flags">Read / Write / Construct</td>
@ -91,15 +228,25 @@
<td class="property_flags">Read / Write / Construct</td>
</tr>
<tr>
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
<td class="property_type"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
<td class="property_name"><a class="link" href="GimpColorConfig.html#GimpColorConfig--simulation-gamut-check" title="The “simulation-gamut-check” property">simulation-gamut-check</a></td>
<td class="property_flags">Read / Write / Construct</td>
</tr>
<tr>
<td class="property_type"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
<td class="property_name"><a class="link" href="GimpColorConfig.html#GimpColorConfig--simulation-optimize" title="The “simulation-optimize” property">simulation-optimize</a></td>
<td class="property_flags">Read / Write / Construct</td>
</tr>
<tr>
<td class="property_type"><a class="link" href="GimpColorConfig.html#GimpColorRenderingIntent" title="enum GimpColorRenderingIntent"><span class="type">GimpColorRenderingIntent</span></a></td>
<td class="property_name"><a class="link" href="GimpColorConfig.html#GimpColorConfig--simulation-rendering-intent" title="The “simulation-rendering-intent” property">simulation-rendering-intent</a></td>
<td class="property_flags">Read / Write / Construct</td>
</tr>
<tr>
<td class="property_type"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
<td class="property_name"><a class="link" href="GimpColorConfig.html#GimpColorConfig--simulation-use-black-point-compensation" title="The “simulation-use-black-point-compensation” property">simulation-use-black-point-compensation</a></td>
<td class="property_flags">Read / Write / Construct</td>
</tr>
</tbody>
</table></div>
</div>
@ -112,10 +259,6 @@
</colgroup>
<tbody>
<tr>
<td class="datatype_keyword"> </td>
<td class="function_name"><a class="link" href="GimpColorConfig.html#GimpColorConfig-struct" title="GimpColorConfig">GimpColorConfig</a></td>
</tr>
<tr>
<td class="datatype_keyword">enum</td>
<td class="function_name"><a class="link" href="GimpColorConfig.html#GimpColorManagementMode" title="enum GimpColorManagementMode">GimpColorManagementMode</a></td>
</tr>
@ -128,47 +271,377 @@
</div>
<div class="refsect1">
<a name="GimpColorConfig.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="screen"> <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
<pre class="screen"> <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
<span class="lineart">╰──</span> GimpColorConfig
</pre>
</div>
<div class="refsect1">
<a name="GimpColorConfig.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
<p>
GimpColorConfig implements
<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface">GimpConfigInterface</a>.</p>
</div>
<div class="refsect1">
<a name="GimpColorConfig.description"></a><h2>Description</h2>
<p>Color management settings.</p>
</div>
<div class="refsect1">
<a name="GimpColorConfig.functions_details"></a><h2>Functions</h2>
<p></p>
<div class="refsect2">
<a name="gimp-color-config-get-mode"></a><h3>gimp_color_config_get_mode ()</h3>
<pre class="programlisting"><a class="link" href="GimpColorConfig.html#GimpColorManagementMode" title="enum GimpColorManagementMode"><span class="returnvalue">GimpColorManagementMode</span></a>
gimp_color_config_get_mode (<em class="parameter"><code><a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a> *config</code></em>);</pre>
<div class="refsect3">
<a name="gimp-color-config-get-mode.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-color-config-get-display-intent"></a><h3>gimp_color_config_get_display_intent ()</h3>
<pre class="programlisting"><a class="link" href="GimpColorConfig.html#GimpColorRenderingIntent" title="enum GimpColorRenderingIntent"><span class="returnvalue">GimpColorRenderingIntent</span></a>
gimp_color_config_get_display_intent (<em class="parameter"><code><a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a> *config</code></em>);</pre>
<div class="refsect3">
<a name="gimp-color-config-get-display-intent.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-color-config-get-display-bpc"></a><h3>gimp_color_config_get_display_bpc ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_color_config_get_display_bpc (<em class="parameter"><code><a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a> *config</code></em>);</pre>
<div class="refsect3">
<a name="gimp-color-config-get-display-bpc.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-color-config-get-display-optimize"></a><h3>gimp_color_config_get_display_optimize ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_color_config_get_display_optimize
(<em class="parameter"><code><a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a> *config</code></em>);</pre>
<div class="refsect3">
<a name="gimp-color-config-get-display-optimize.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-color-config-get-display-profile-from-gdk"></a><h3>gimp_color_config_get_display_profile_from_gdk ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_color_config_get_display_profile_from_gdk
(<em class="parameter"><code><a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a> *config</code></em>);</pre>
<div class="refsect3">
<a name="gimp-color-config-get-display-profile-from-gdk.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-color-config-get-simulation-intent"></a><h3>gimp_color_config_get_simulation_intent ()</h3>
<pre class="programlisting"><a class="link" href="GimpColorConfig.html#GimpColorRenderingIntent" title="enum GimpColorRenderingIntent"><span class="returnvalue">GimpColorRenderingIntent</span></a>
gimp_color_config_get_simulation_intent
(<em class="parameter"><code><a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a> *config</code></em>);</pre>
<div class="refsect3">
<a name="gimp-color-config-get-simulation-intent.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-color-config-get-simulation-bpc"></a><h3>gimp_color_config_get_simulation_bpc ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_color_config_get_simulation_bpc (<em class="parameter"><code><a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a> *config</code></em>);</pre>
<div class="refsect3">
<a name="gimp-color-config-get-simulation-bpc.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-color-config-get-simulation-optimize"></a><h3>gimp_color_config_get_simulation_optimize ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_color_config_get_simulation_optimize
(<em class="parameter"><code><a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a> *config</code></em>);</pre>
<div class="refsect3">
<a name="gimp-color-config-get-simulation-optimize.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-color-config-get-simulation-gamut-check"></a><h3>gimp_color_config_get_simulation_gamut_check ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_color_config_get_simulation_gamut_check
(<em class="parameter"><code><a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a> *config</code></em>);</pre>
<div class="refsect3">
<a name="gimp-color-config-get-simulation-gamut-check.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-color-config-get-rgb-color-profile"></a><h3>gimp_color_config_get_rgb_color_profile ()</h3>
<pre class="programlisting"><span class="returnvalue">GimpColorProfile</span> *
gimp_color_config_get_rgb_color_profile
(<em class="parameter"><code><a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a> *config</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<div class="refsect3">
<a name="gimp-color-config-get-rgb-color-profile.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>return location for a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-color-config-get-gray-color-profile"></a><h3>gimp_color_config_get_gray_color_profile ()</h3>
<pre class="programlisting"><span class="returnvalue">GimpColorProfile</span> *
gimp_color_config_get_gray_color_profile
(<em class="parameter"><code><a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a> *config</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<div class="refsect3">
<a name="gimp-color-config-get-gray-color-profile.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>return location for a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-color-config-get-cmyk-color-profile"></a><h3>gimp_color_config_get_cmyk_color_profile ()</h3>
<pre class="programlisting"><span class="returnvalue">GimpColorProfile</span> *
gimp_color_config_get_cmyk_color_profile
(<em class="parameter"><code><a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a> *config</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<div class="refsect3">
<a name="gimp-color-config-get-cmyk-color-profile.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>return location for a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-color-config-get-display-color-profile"></a><h3>gimp_color_config_get_display_color_profile ()</h3>
<pre class="programlisting"><span class="returnvalue">GimpColorProfile</span> *
gimp_color_config_get_display_color_profile
(<em class="parameter"><code><a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a> *config</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<div class="refsect3">
<a name="gimp-color-config-get-display-color-profile.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>return location for a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-color-config-get-simulation-color-profile"></a><h3>gimp_color_config_get_simulation_color_profile ()</h3>
<pre class="programlisting"><span class="returnvalue">GimpColorProfile</span> *
gimp_color_config_get_simulation_color_profile
(<em class="parameter"><code><a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a> *config</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<div class="refsect3">
<a name="gimp-color-config-get-simulation-color-profile.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a class="link" href="GimpColorConfig.html" title="GimpColorConfig"><span class="type">GimpColorConfig</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>return location for a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
</div>
<div class="refsect1">
<a name="GimpColorConfig.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GimpColorConfig-struct"></a><h3>GimpColorConfig</h3>
<pre class="programlisting">typedef struct {
GimpColorManagementMode mode;
gchar *rgb_profile;
gchar *cmyk_profile;
gchar *display_profile;
gboolean display_profile_from_gdk;
gchar *printer_profile;
GimpColorRenderingIntent display_intent;
GimpColorRenderingIntent simulation_intent;
gchar *display_module;
gboolean simulation_gamut_check;
GimpRGB out_of_gamut_color;
} GimpColorConfig;
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GimpColorManagementMode"></a><h3>enum GimpColorManagementMode</h3>
<div class="refsect3">
<a name="GimpColorManagementMode.members"></a><h4>Members</h4>
@ -247,12 +720,21 @@ GimpColorConfig implements
<hr>
<div class="refsect2">
<a name="GimpColorConfig--display-module"></a><h3>The <code class="literal">“display-module”</code> property</h3>
<pre class="programlisting"> “display-module” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<pre class="programlisting"> “display-module” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<p>This property is deprecated and its value ignored.</p>
<p>Flags: Read / Write / Construct</p>
<p>Default value: "CdisplayLcms"</p>
</div>
<hr>
<div class="refsect2">
<a name="GimpColorConfig--display-optimize"></a><h3>The <code class="literal">“display-optimize”</code> property</h3>
<pre class="programlisting"> “display-optimize” <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
<p>When disabled, image display might be of better quality at the cost of speed.</p>
<p>Flags: Read / Write / Construct</p>
<p>Default value: TRUE</p>
</div>
<hr>
<div class="refsect2">
<a name="GimpColorConfig--display-profile"></a><h3>The <code class="literal">“display-profile”</code> property</h3>
<pre class="programlisting"> “display-profile” <a class="link" href="libgimpconfig-GimpConfig-path.html#GimpConfigPath" title="GimpConfigPath"><span class="type">GimpConfigPath</span></a></pre>
<p>The color profile of your (primary) monitor.</p>
@ -262,7 +744,7 @@ GimpColorConfig implements
<hr>
<div class="refsect2">
<a name="GimpColorConfig--display-profile-from-gdk"></a><h3>The <code class="literal">“display-profile-from-gdk”</code> property</h3>
<pre class="programlisting"> “display-profile-from-gdk” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
<pre class="programlisting"> “display-profile-from-gdk” <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></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>Flags: Read / Write / Construct</p>
<p>Default value: FALSE</p>
@ -271,15 +753,31 @@ GimpColorConfig implements
<div class="refsect2">
<a name="GimpColorConfig--display-rendering-intent"></a><h3>The <code class="literal">“display-rendering-intent”</code> property</h3>
<pre class="programlisting"> “display-rendering-intent” <a class="link" href="GimpColorConfig.html#GimpColorRenderingIntent" title="enum GimpColorRenderingIntent"><span class="type">GimpColorRenderingIntent</span></a></pre>
<p>Sets how colors are mapped for your display.</p>
<p>How colors are converted from your image's color space to your display device. Relative colorimetric is usually the best choice. Unless you use a LUT monitor profile (most monitor profiles are matrix), choosing perceptual intent really gives you relative colorimetric.</p>
<p>Flags: Read / Write / Construct</p>
<p>Default value: GIMP_COLOR_RENDERING_INTENT_PERCEPTUAL</p>
<p>Default value: GIMP_COLOR_RENDERING_INTENT_RELATIVE_COLORIMETRIC</p>
</div>
<hr>
<div class="refsect2">
<a name="GimpColorConfig--display-use-black-point-compensation"></a><h3>The <code class="literal">“display-use-black-point-compensation”</code> property</h3>
<pre class="programlisting"> “display-use-black-point-compensation” <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
<p>Do use black point compensation (unless you know you have a reason not to).</p>
<p>Flags: Read / Write / Construct</p>
<p>Default value: TRUE</p>
</div>
<hr>
<div class="refsect2">
<a name="GimpColorConfig--gray-profile"></a><h3>The <code class="literal">“gray-profile”</code> property</h3>
<pre class="programlisting"> “gray-profile” <a class="link" href="libgimpconfig-GimpConfig-path.html#GimpConfigPath" title="GimpConfigPath"><span class="type">GimpConfigPath</span></a></pre>
<p>The preferred grayscale working space color profile. It will be offered next to the built-in grayscale profile when a color profile can be chosen.</p>
<p>Flags: Read / Write / Construct</p>
<p>Default value: NULL</p>
</div>
<hr>
<div class="refsect2">
<a name="GimpColorConfig--mode"></a><h3>The <code class="literal">“mode”</code> property</h3>
<pre class="programlisting"> “mode” <a class="link" href="GimpColorConfig.html#GimpColorManagementMode" title="enum GimpColorManagementMode"><span class="type">GimpColorManagementMode</span></a></pre>
<p>Mode of operation for color management.</p>
<p>How images are displayed on screen.</p>
<p>Flags: Read / Write / Construct</p>
<p>Default value: GIMP_COLOR_MANAGEMENT_DISPLAY</p>
</div>
@ -294,7 +792,7 @@ GimpColorConfig implements
<div class="refsect2">
<a name="GimpColorConfig--printer-profile"></a><h3>The <code class="literal">“printer-profile”</code> property</h3>
<pre class="programlisting"> “printer-profile” <a class="link" href="libgimpconfig-GimpConfig-path.html#GimpConfigPath" title="GimpConfigPath"><span class="type">GimpConfigPath</span></a></pre>
<p>The color profile used for simulating a printed version (softproof).</p>
<p>The color profile to use for soft-proofing from your image's color space to some other color space, including soft-proofing to a printer or other output device profile. .</p>
<p>Flags: Read / Write / Construct</p>
<p>Default value: NULL</p>
</div>
@ -302,29 +800,45 @@ GimpColorConfig implements
<div class="refsect2">
<a name="GimpColorConfig--rgb-profile"></a><h3>The <code class="literal">“rgb-profile”</code> property</h3>
<pre class="programlisting"> “rgb-profile” <a class="link" href="libgimpconfig-GimpConfig-path.html#GimpConfigPath" title="GimpConfigPath"><span class="type">GimpConfigPath</span></a></pre>
<p>The default RGB working space color profile.</p>
<p>The preferred RGB working space color profile. It will be offered next to the built-in RGB profile when a color profile can be chosen.</p>
<p>Flags: Read / Write / Construct</p>
<p>Default value: NULL</p>
</div>
<hr>
<div class="refsect2">
<a name="GimpColorConfig--simulation-gamut-check"></a><h3>The <code class="literal">“simulation-gamut-check”</code> property</h3>
<pre class="programlisting"> “simulation-gamut-check” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
<p>When enabled, the print simulation will mark colors which can not be represented in the target color space.</p>
<pre class="programlisting"> “simulation-gamut-check” <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
<p>When enabled, the soft-proofing will mark colors which can not be represented in the target color space.</p>
<p>Flags: Read / Write / Construct</p>
<p>Default value: FALSE</p>
</div>
<hr>
<div class="refsect2">
<a name="GimpColorConfig--simulation-optimize"></a><h3>The <code class="literal">“simulation-optimize”</code> property</h3>
<pre class="programlisting"> “simulation-optimize” <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
<p>When disabled, soft-proofing might be of better quality at the cost of speed.</p>
<p>Flags: Read / Write / Construct</p>
<p>Default value: TRUE</p>
</div>
<hr>
<div class="refsect2">
<a name="GimpColorConfig--simulation-rendering-intent"></a><h3>The <code class="literal">“simulation-rendering-intent”</code> property</h3>
<pre class="programlisting"> “simulation-rendering-intent” <a class="link" href="GimpColorConfig.html#GimpColorRenderingIntent" title="enum GimpColorRenderingIntent"><span class="type">GimpColorRenderingIntent</span></a></pre>
<p>Sets how colors are converted from RGB working space to the print simulation device.</p>
<p>How colors are converted from your image's color space to the output simulation device (usually your monitor). Try them all and choose what looks the best. .</p>
<p>Flags: Read / Write / Construct</p>
<p>Default value: GIMP_COLOR_RENDERING_INTENT_PERCEPTUAL</p>
</div>
<hr>
<div class="refsect2">
<a name="GimpColorConfig--simulation-use-black-point-compensation"></a><h3>The <code class="literal">“simulation-use-black-point-compensation”</code> property</h3>
<pre class="programlisting"> “simulation-use-black-point-compensation” <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
<p>Try with and without black point compensation and choose what looks best. .</p>
<p>Flags: Read / Write / Construct</p>
<p>Default value: FALSE</p>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>

View File

@ -0,0 +1,140 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index of new symbols in GIMP 2.10: GIMP Config Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" 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="api-index-2-8.html" title="Index of new symbols in GIMP 2.8">
<link rel="next" href="api-index-deprecated.html" title="Index of deprecated symbols">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxC">C</a>
 <span class="dim">|</span> 
<a class="shortcut" href="#idxF">F</a>
 <span class="dim">|</span> 
<a class="shortcut" href="#idxS">S</a></span></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="api-index-2-8.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="api-index-deprecated.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="index">
<div class="titlepage"><div><div><h1 class="title">
<a name="api-index-2-10"></a>Index of new symbols in GIMP 2.10</h1></div></div></div>
<a name="idx"></a><a name="idxC"></a><h3 class="title">C</h3>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-cmyk-color-profile" title="gimp_color_config_get_cmyk_color_profile ()">gimp_color_config_get_cmyk_color_profile</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-display-bpc" title="gimp_color_config_get_display_bpc ()">gimp_color_config_get_display_bpc</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-display-color-profile" title="gimp_color_config_get_display_color_profile ()">gimp_color_config_get_display_color_profile</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-display-intent" title="gimp_color_config_get_display_intent ()">gimp_color_config_get_display_intent</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-display-optimize" title="gimp_color_config_get_display_optimize ()">gimp_color_config_get_display_optimize</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-display-profile-from-gdk" title="gimp_color_config_get_display_profile_from_gdk ()">gimp_color_config_get_display_profile_from_gdk</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-gray-color-profile" title="gimp_color_config_get_gray_color_profile ()">gimp_color_config_get_gray_color_profile</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-mode" title="gimp_color_config_get_mode ()">gimp_color_config_get_mode</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-rgb-color-profile" title="gimp_color_config_get_rgb_color_profile ()">gimp_color_config_get_rgb_color_profile</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-simulation-bpc" title="gimp_color_config_get_simulation_bpc ()">gimp_color_config_get_simulation_bpc</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-simulation-color-profile" title="gimp_color_config_get_simulation_color_profile ()">gimp_color_config_get_simulation_color_profile</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-simulation-gamut-check" title="gimp_color_config_get_simulation_gamut_check ()">gimp_color_config_get_simulation_gamut_check</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-simulation-intent" title="gimp_color_config_get_simulation_intent ()">gimp_color_config_get_simulation_intent</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-simulation-optimize" title="gimp_color_config_get_simulation_optimize ()">gimp_color_config_get_simulation_optimize</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-gfile" title="gimp_config_deserialize_gfile ()">gimp_config_deserialize_gfile</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-stream" title="gimp_config_deserialize_stream ()">gimp_config_deserialize_stream</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-path-expand-to-files" title="gimp_config_path_expand_to_files ()">gimp_config_path_expand_to_files</a>, function in <a class="link" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">GimpConfig-path</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-path-unexpand" title="gimp_config_path_unexpand ()">gimp_config_path_unexpand</a>, function in <a class="link" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">GimpConfig-path</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-gfile" title="gimp_config_serialize_to_gfile ()">gimp_config_serialize_to_gfile</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-stream" title="gimp_config_serialize_to_stream ()">gimp_config_serialize_to_stream</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-gfile" title="gimp_config_writer_new_gfile ()">gimp_config_writer_new_gfile</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-stream" title="gimp_config_writer_new_stream ()">gimp_config_writer_new_stream</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<a name="idxF"></a><h3 class="title">F</h3>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-file-get-config-path" title="gimp_file_get_config_path ()">gimp_file_get_config_path</a>, function in <a class="link" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">GimpConfig-path</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-file-new-for-config-path" title="gimp_file_new_for_config_path ()">gimp_file_new_for_config_path</a>, function in <a class="link" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">GimpConfig-path</a>
</dt>
<dd></dd>
<a name="idxS"></a><h3 class="title">S</h3>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-gfile" title="gimp_scanner_new_gfile ()">gimp_scanner_new_gfile</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-stream" title="gimp_scanner_new_stream ()">gimp_scanner_new_stream</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>

View File

@ -0,0 +1,252 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index of new symbols in GIMP 2.4: GIMP Config Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" 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="api-index-full.html" title="Index">
<link rel="next" href="api-index-2-6.html" title="Index of new symbols in GIMP 2.6">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxC">C</a>
 <span class="dim">|</span> 
<a class="shortcut" href="#idxP">P</a>
 <span class="dim">|</span> 
<a class="shortcut" href="#idxS">S</a></span></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="api-index-full.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="api-index-2-6.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="index">
<div class="titlepage"><div><div><h1 class="title">
<a name="api-index-2-4"></a>Index of new symbols in GIMP 2.4</h1></div></div></div>
<a name="idx"></a><a name="idxC"></a><h3 class="title">C</h3>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-build-data-path" title="gimp_config_build_data_path ()">gimp_config_build_data_path</a>, function in <a class="link" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">GimpConfig-path</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-build-plug-in-path" title="gimp_config_build_plug_in_path ()">gimp_config_build_plug_in_path</a>, function in <a class="link" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">GimpConfig-path</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-build-writable-path" title="gimp_config_build_writable_path ()">gimp_config_build_writable_path</a>, function in <a class="link" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">GimpConfig-path</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-file" title="gimp_config_deserialize_file ()">gimp_config_deserialize_file</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-deserialize.html#gimp-config-deserialize-properties" title="gimp_config_deserialize_properties ()">gimp_config_deserialize_properties</a>, function in <a class="link" href="libgimpconfig-GimpConfig-deserialize.html" title="GimpConfig-deserialize">GimpConfig-deserialize</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-deserialize.html#gimp-config-deserialize-property" title="gimp_config_deserialize_property ()">gimp_config_deserialize_property</a>, function in <a class="link" href="libgimpconfig-GimpConfig-deserialize.html" title="GimpConfig-deserialize">GimpConfig-deserialize</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-return" title="gimp_config_deserialize_return ()">gimp_config_deserialize_return</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-string" title="gimp_config_deserialize_string ()">gimp_config_deserialize_string</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-utils.html#gimp-config-diff" title="gimp_config_diff ()">gimp_config_diff</a>, function in <a class="link" href="libgimpconfig-GimpConfig-utils.html" title="GimpConfig-utils">GimpConfig-utils</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-duplicate" title="gimp_config_duplicate ()">gimp_config_duplicate</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigError.html#gimp-config-error-quark" title="gimp_config_error_quark ()">gimp_config_error_quark</a>, function in <a class="link" href="libgimpconfig-GimpConfigError.html" title="GimpConfig-error">GimpConfigError</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-is-equal-to" title="gimp_config_is_equal_to ()">gimp_config_is_equal_to</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-path-expand" title="gimp_config_path_expand ()">gimp_config_path_expand</a>, function in <a class="link" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">GimpConfig-path</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-reset" title="gimp_config_reset ()">gimp_config_reset</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-utils.html#gimp-config-reset-properties" title="gimp_config_reset_properties ()">gimp_config_reset_properties</a>, function in <a class="link" href="libgimpconfig-GimpConfig-utils.html" title="GimpConfig-utils">GimpConfig-utils</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-utils.html#gimp-config-reset-property" title="gimp_config_reset_property ()">gimp_config_reset_property</a>, function in <a class="link" href="libgimpconfig-GimpConfig-utils.html" title="GimpConfig-utils">GimpConfig-utils</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-changed-properties" title="gimp_config_serialize_changed_properties ()">gimp_config_serialize_changed_properties</a>, function in <a class="link" href="libgimpconfig-GimpConfig-serialize.html" title="GimpConfig-serialize">GimpConfig-serialize</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-properties" title="gimp_config_serialize_properties ()">gimp_config_serialize_properties</a>, function in <a class="link" href="libgimpconfig-GimpConfig-serialize.html" title="GimpConfig-serialize">GimpConfig-serialize</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-property" title="gimp_config_serialize_property ()">gimp_config_serialize_property</a>, function in <a class="link" href="libgimpconfig-GimpConfig-serialize.html" title="GimpConfig-serialize">GimpConfig-serialize</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-fd" title="gimp_config_serialize_to_fd ()">gimp_config_serialize_to_fd</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-file" title="gimp_config_serialize_to_file ()">gimp_config_serialize_to_file</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-string" title="gimp_config_serialize_to_string ()">gimp_config_serialize_to_string</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-value" title="gimp_config_serialize_value ()">gimp_config_serialize_value</a>, function in <a class="link" href="libgimpconfig-GimpConfig-serialize.html" title="GimpConfig-serialize">GimpConfig-serialize</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-utils.html#gimp-config-string-append-escaped" title="gimp_config_string_append_escaped ()">gimp_config_string_append_escaped</a>, function in <a class="link" href="libgimpconfig-GimpConfig-utils.html" title="GimpConfig-utils">GimpConfig-utils</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-utils.html#gimp-config-sync" title="gimp_config_sync ()">gimp_config_sync</a>, function in <a class="link" href="libgimpconfig-GimpConfig-utils.html" title="GimpConfig-utils">GimpConfig-utils</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-close" title="gimp_config_writer_close ()">gimp_config_writer_close</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-comment" title="gimp_config_writer_comment ()">gimp_config_writer_comment</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-comment-mode" title="gimp_config_writer_comment_mode ()">gimp_config_writer_comment_mode</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-data" title="gimp_config_writer_data ()">gimp_config_writer_data</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-finish" title="gimp_config_writer_finish ()">gimp_config_writer_finish</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-identifier" title="gimp_config_writer_identifier ()">gimp_config_writer_identifier</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-fd" title="gimp_config_writer_new_fd ()">gimp_config_writer_new_fd</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-file" title="gimp_config_writer_new_file ()">gimp_config_writer_new_file</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-string" title="gimp_config_writer_new_string ()">gimp_config_writer_new_string</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-open" title="gimp_config_writer_open ()">gimp_config_writer_open</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-print" title="gimp_config_writer_print ()">gimp_config_writer_print</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-printf" title="gimp_config_writer_printf ()">gimp_config_writer_printf</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-revert" title="gimp_config_writer_revert ()">gimp_config_writer_revert</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-string" title="gimp_config_writer_string ()">gimp_config_writer_string</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<a name="idxP"></a><h3 class="title">P</h3>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-param-spec-config-path" title="gimp_param_spec_config_path ()">gimp_param_spec_config_path</a>, function in <a class="link" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">GimpConfig-path</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-param-spec-config-path-type" title="gimp_param_spec_config_path_type ()">gimp_param_spec_config_path_type</a>, function in <a class="link" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">GimpConfig-path</a>
</dt>
<dd></dd>
<a name="idxS"></a><h3 class="title">S</h3>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-destroy" title="gimp_scanner_destroy ()">gimp_scanner_destroy</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()">gimp_scanner_new_file</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-string" title="gimp_scanner_new_string ()">gimp_scanner_new_string</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-boolean" title="gimp_scanner_parse_boolean ()">gimp_scanner_parse_boolean</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-color" title="gimp_scanner_parse_color ()">gimp_scanner_parse_color</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-data" title="gimp_scanner_parse_data ()">gimp_scanner_parse_data</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-float" title="gimp_scanner_parse_float ()">gimp_scanner_parse_float</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-identifier" title="gimp_scanner_parse_identifier ()">gimp_scanner_parse_identifier</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-int" title="gimp_scanner_parse_int ()">gimp_scanner_parse_int</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-matrix2" title="gimp_scanner_parse_matrix2 ()">gimp_scanner_parse_matrix2</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-string" title="gimp_scanner_parse_string ()">gimp_scanner_parse_string</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-string-no-validate" title="gimp_scanner_parse_string_no_validate ()">gimp_scanner_parse_string_no_validate</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-token" title="gimp_scanner_parse_token ()">gimp_scanner_parse_token</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>

View File

@ -0,0 +1,38 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index of new symbols in GIMP 2.6: GIMP Config Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" 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="api-index-2-4.html" title="Index of new symbols in GIMP 2.4">
<link rel="next" href="api-index-2-8.html" title="Index of new symbols in GIMP 2.8">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxC">C</a></span></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="api-index-2-4.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="api-index-2-8.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="index">
<div class="titlepage"><div><div><h1 class="title">
<a name="api-index-2-6"></a>Index of new symbols in GIMP 2.6</h1></div></div></div>
<a name="idx"></a><a name="idxC"></a><h3 class="title">C</h3>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-copy" title="gimp_config_copy ()">gimp_config_copy</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-property-by-name" title="gimp_config_serialize_property_by_name ()">gimp_config_serialize_property_by_name</a>, function in <a class="link" href="libgimpconfig-GimpConfig-serialize.html" title="GimpConfig-serialize">GimpConfig-serialize</a>
</dt>
<dd></dd>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>

View File

@ -0,0 +1,45 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index of new symbols in GIMP 2.8: GIMP Config Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" 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="api-index-2-6.html" title="Index of new symbols in GIMP 2.6">
<link rel="next" href="api-index-2-10.html" title="Index of new symbols in GIMP 2.10">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxC">C</a>
 <span class="dim">|</span> 
<a class="shortcut" href="#idxS">S</a></span></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="api-index-2-6.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="api-index-2-10.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="index">
<div class="titlepage"><div><div><h1 class="title">
<a name="api-index-2-8"></a>Index of new symbols in GIMP 2.8</h1></div></div></div>
<a name="idx"></a><a name="idxC"></a><h3 class="title">C</h3>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize" title="gimp_config_deserialize ()">gimp_config_deserialize</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-serialize" title="gimp_config_serialize ()">gimp_config_serialize</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<a name="idxS"></a><h3 class="title">S</h3>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-int64" title="gimp_scanner_parse_int64 ()">gimp_scanner_parse_int64</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>

View File

@ -0,0 +1,89 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index of deprecated symbols: GIMP Config Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" 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="api-index-2-10.html" title="Index of new symbols in GIMP 2.10">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxC">C</a></span></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="api-index-2-10.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><img src="right-insensitive.png" width="16" height="16" border="0"></td>
</tr></table>
<div class="index">
<div class="titlepage"><div><div><h1 class="title">
<a name="api-index-deprecated"></a>Index of deprecated symbols</h1></div></div></div>
<a name="idx"></a><a name="idxC"></a><h3 class="title">C</h3>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-BOOLEAN:CAPS" title="GIMP_CONFIG_INSTALL_PROP_BOOLEAN()">GIMP_CONFIG_INSTALL_PROP_BOOLEAN</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-BOXED:CAPS" title="GIMP_CONFIG_INSTALL_PROP_BOXED()">GIMP_CONFIG_INSTALL_PROP_BOXED</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-DOUBLE:CAPS" title="GIMP_CONFIG_INSTALL_PROP_DOUBLE()">GIMP_CONFIG_INSTALL_PROP_DOUBLE</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-ENUM:CAPS" title="GIMP_CONFIG_INSTALL_PROP_ENUM()">GIMP_CONFIG_INSTALL_PROP_ENUM</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-INT:CAPS" title="GIMP_CONFIG_INSTALL_PROP_INT()">GIMP_CONFIG_INSTALL_PROP_INT</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-MATRIX2:CAPS" title="GIMP_CONFIG_INSTALL_PROP_MATRIX2()">GIMP_CONFIG_INSTALL_PROP_MATRIX2</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-MEMSIZE:CAPS" title="GIMP_CONFIG_INSTALL_PROP_MEMSIZE()">GIMP_CONFIG_INSTALL_PROP_MEMSIZE</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-OBJECT:CAPS" title="GIMP_CONFIG_INSTALL_PROP_OBJECT()">GIMP_CONFIG_INSTALL_PROP_OBJECT</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-PATH:CAPS" title="GIMP_CONFIG_INSTALL_PROP_PATH()">GIMP_CONFIG_INSTALL_PROP_PATH</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-POINTER:CAPS" title="GIMP_CONFIG_INSTALL_PROP_POINTER()">GIMP_CONFIG_INSTALL_PROP_POINTER</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-RESOLUTION:CAPS" title="GIMP_CONFIG_INSTALL_PROP_RESOLUTION()">GIMP_CONFIG_INSTALL_PROP_RESOLUTION</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-RGB:CAPS" title="GIMP_CONFIG_INSTALL_PROP_RGB()">GIMP_CONFIG_INSTALL_PROP_RGB</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-STRING:CAPS" title="GIMP_CONFIG_INSTALL_PROP_STRING()">GIMP_CONFIG_INSTALL_PROP_STRING</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-UINT:CAPS" title="GIMP_CONFIG_INSTALL_PROP_UINT()">GIMP_CONFIG_INSTALL_PROP_UINT</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-UNIT:CAPS" title="GIMP_CONFIG_INSTALL_PROP_UNIT()">GIMP_CONFIG_INSTALL_PROP_UNIT</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>

View File

@ -0,0 +1,638 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index: GIMP Config Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" 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">
<link rel="next" href="api-index-2-4.html" title="Index of new symbols in GIMP 2.4">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxC">C</a>
 <span class="dim">|</span> 
<a class="shortcut" href="#idxF">F</a>
 <span class="dim">|</span> 
<a class="shortcut" href="#idxP">P</a>
 <span class="dim">|</span> 
<a class="shortcut" href="#idxS">S</a>
 <span class="dim">|</span> 
<a class="shortcut" href="#idxV">V</a></span></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="GimpColorConfig.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="api-index-2-4.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="index">
<div class="titlepage"><div><div><h1 class="title">
<a name="api-index-full"></a>Index</h1></div></div></div>
<a name="idx"></a><a name="idxC"></a><h3 class="title">C</h3>
<dt>
<a class="link" href="GimpColorConfig.html#GimpColorConfig--cmyk-profile" title="The “cmyk-profile” property">GimpColorConfig:cmyk-profile</a>, object property in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#GimpColorConfig--display-module" title="The “display-module” property">GimpColorConfig:display-module</a>, object property in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#GimpColorConfig--display-optimize" title="The “display-optimize” property">GimpColorConfig:display-optimize</a>, object property in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#GimpColorConfig--display-profile" title="The “display-profile” property">GimpColorConfig:display-profile</a>, object property in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#GimpColorConfig--display-profile-from-gdk" title="The “display-profile-from-gdk” property">GimpColorConfig:display-profile-from-gdk</a>, object property in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#GimpColorConfig--display-rendering-intent" title="The “display-rendering-intent” property">GimpColorConfig:display-rendering-intent</a>, object property in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#GimpColorConfig--display-use-black-point-compensation" title="The “display-use-black-point-compensation” property">GimpColorConfig:display-use-black-point-compensation</a>, object property in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#GimpColorConfig--gray-profile" title="The “gray-profile” property">GimpColorConfig:gray-profile</a>, object property in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#GimpColorConfig--mode" title="The “mode” property">GimpColorConfig:mode</a>, object property in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#GimpColorConfig--out-of-gamut-color" title="The “out-of-gamut-color” property">GimpColorConfig:out-of-gamut-color</a>, object property in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#GimpColorConfig--printer-profile" title="The “printer-profile” property">GimpColorConfig:printer-profile</a>, object property in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#GimpColorConfig--rgb-profile" title="The “rgb-profile” property">GimpColorConfig:rgb-profile</a>, object property in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#GimpColorConfig--simulation-gamut-check" title="The “simulation-gamut-check” property">GimpColorConfig:simulation-gamut-check</a>, object property in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#GimpColorConfig--simulation-optimize" title="The “simulation-optimize” property">GimpColorConfig:simulation-optimize</a>, object property in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#GimpColorConfig--simulation-rendering-intent" title="The “simulation-rendering-intent” property">GimpColorConfig:simulation-rendering-intent</a>, object property in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#GimpColorConfig--simulation-use-black-point-compensation" title="The “simulation-use-black-point-compensation” property">GimpColorConfig:simulation-use-black-point-compensation</a>, object property in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#GimpColorManagementMode" title="enum GimpColorManagementMode">GimpColorManagementMode</a>, enum in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#GimpColorRenderingIntent" title="enum GimpColorRenderingIntent">GimpColorRenderingIntent</a>, enum in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-cmyk-color-profile" title="gimp_color_config_get_cmyk_color_profile ()">gimp_color_config_get_cmyk_color_profile</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-display-bpc" title="gimp_color_config_get_display_bpc ()">gimp_color_config_get_display_bpc</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-display-color-profile" title="gimp_color_config_get_display_color_profile ()">gimp_color_config_get_display_color_profile</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-display-intent" title="gimp_color_config_get_display_intent ()">gimp_color_config_get_display_intent</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-display-optimize" title="gimp_color_config_get_display_optimize ()">gimp_color_config_get_display_optimize</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-display-profile-from-gdk" title="gimp_color_config_get_display_profile_from_gdk ()">gimp_color_config_get_display_profile_from_gdk</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-gray-color-profile" title="gimp_color_config_get_gray_color_profile ()">gimp_color_config_get_gray_color_profile</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-mode" title="gimp_color_config_get_mode ()">gimp_color_config_get_mode</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-rgb-color-profile" title="gimp_color_config_get_rgb_color_profile ()">gimp_color_config_get_rgb_color_profile</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-simulation-bpc" title="gimp_color_config_get_simulation_bpc ()">gimp_color_config_get_simulation_bpc</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-simulation-color-profile" title="gimp_color_config_get_simulation_color_profile ()">gimp_color_config_get_simulation_color_profile</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-simulation-gamut-check" title="gimp_color_config_get_simulation_gamut_check ()">gimp_color_config_get_simulation_gamut_check</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-simulation-intent" title="gimp_color_config_get_simulation_intent ()">gimp_color_config_get_simulation_intent</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="GimpColorConfig.html#gimp-color-config-get-simulation-optimize" title="gimp_color_config_get_simulation_optimize ()">gimp_color_config_get_simulation_optimize</a>, function in <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig">GimpConfig</a>, struct in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigError.html#GimpConfigError" title="enum GimpConfigError">GimpConfigError</a>, enum in <a class="link" href="libgimpconfig-GimpConfigError.html" title="GimpConfig-error">GimpConfigError</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface-struct" title="struct GimpConfigInterface">GimpConfigInterface</a>, struct in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-path.html#GimpConfigPath" title="GimpConfigPath">GimpConfigPath</a>, typedef in <a class="link" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">GimpConfig-path</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-path.html#GimpConfigPathType" title="enum GimpConfigPathType">GimpConfigPathType</a>, enum in <a class="link" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">GimpConfig-path</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter">GimpConfigWriter</a>, struct in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-build-data-path" title="gimp_config_build_data_path ()">gimp_config_build_data_path</a>, function in <a class="link" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">GimpConfig-path</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-build-plug-in-path" title="gimp_config_build_plug_in_path ()">gimp_config_build_plug_in_path</a>, function in <a class="link" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">GimpConfig-path</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-build-writable-path" title="gimp_config_build_writable_path ()">gimp_config_build_writable_path</a>, function in <a class="link" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">GimpConfig-path</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-copy" title="gimp_config_copy ()">gimp_config_copy</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize" title="gimp_config_deserialize ()">gimp_config_deserialize</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-file" title="gimp_config_deserialize_file ()">gimp_config_deserialize_file</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-gfile" title="gimp_config_deserialize_gfile ()">gimp_config_deserialize_gfile</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-deserialize.html#gimp-config-deserialize-properties" title="gimp_config_deserialize_properties ()">gimp_config_deserialize_properties</a>, function in <a class="link" href="libgimpconfig-GimpConfig-deserialize.html" title="GimpConfig-deserialize">GimpConfig-deserialize</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-deserialize.html#gimp-config-deserialize-property" title="gimp_config_deserialize_property ()">gimp_config_deserialize_property</a>, function in <a class="link" href="libgimpconfig-GimpConfig-deserialize.html" title="GimpConfig-deserialize">GimpConfig-deserialize</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-return" title="gimp_config_deserialize_return ()">gimp_config_deserialize_return</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-stream" title="gimp_config_deserialize_stream ()">gimp_config_deserialize_stream</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-string" title="gimp_config_deserialize_string ()">gimp_config_deserialize_string</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-utils.html#gimp-config-diff" title="gimp_config_diff ()">gimp_config_diff</a>, function in <a class="link" href="libgimpconfig-GimpConfig-utils.html" title="GimpConfig-utils">GimpConfig-utils</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-duplicate" title="gimp_config_duplicate ()">gimp_config_duplicate</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigError.html#GIMP-CONFIG-ERROR:CAPS" title="GIMP_CONFIG_ERROR">GIMP_CONFIG_ERROR</a>, macro in <a class="link" href="libgimpconfig-GimpConfigError.html" title="GimpConfig-error">GimpConfigError</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigError.html#gimp-config-error-quark" title="gimp_config_error_quark ()">gimp_config_error_quark</a>, function in <a class="link" href="libgimpconfig-GimpConfigError.html" title="GimpConfig-error">GimpConfigError</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-BOOLEAN:CAPS" title="GIMP_CONFIG_INSTALL_PROP_BOOLEAN()">GIMP_CONFIG_INSTALL_PROP_BOOLEAN</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-BOXED:CAPS" title="GIMP_CONFIG_INSTALL_PROP_BOXED()">GIMP_CONFIG_INSTALL_PROP_BOXED</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-DOUBLE:CAPS" title="GIMP_CONFIG_INSTALL_PROP_DOUBLE()">GIMP_CONFIG_INSTALL_PROP_DOUBLE</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-ENUM:CAPS" title="GIMP_CONFIG_INSTALL_PROP_ENUM()">GIMP_CONFIG_INSTALL_PROP_ENUM</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-INT:CAPS" title="GIMP_CONFIG_INSTALL_PROP_INT()">GIMP_CONFIG_INSTALL_PROP_INT</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-MATRIX2:CAPS" title="GIMP_CONFIG_INSTALL_PROP_MATRIX2()">GIMP_CONFIG_INSTALL_PROP_MATRIX2</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-MEMSIZE:CAPS" title="GIMP_CONFIG_INSTALL_PROP_MEMSIZE()">GIMP_CONFIG_INSTALL_PROP_MEMSIZE</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-OBJECT:CAPS" title="GIMP_CONFIG_INSTALL_PROP_OBJECT()">GIMP_CONFIG_INSTALL_PROP_OBJECT</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-PATH:CAPS" title="GIMP_CONFIG_INSTALL_PROP_PATH()">GIMP_CONFIG_INSTALL_PROP_PATH</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-POINTER:CAPS" title="GIMP_CONFIG_INSTALL_PROP_POINTER()">GIMP_CONFIG_INSTALL_PROP_POINTER</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-RESOLUTION:CAPS" title="GIMP_CONFIG_INSTALL_PROP_RESOLUTION()">GIMP_CONFIG_INSTALL_PROP_RESOLUTION</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-RGB:CAPS" title="GIMP_CONFIG_INSTALL_PROP_RGB()">GIMP_CONFIG_INSTALL_PROP_RGB</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-STRING:CAPS" title="GIMP_CONFIG_INSTALL_PROP_STRING()">GIMP_CONFIG_INSTALL_PROP_STRING</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-UINT:CAPS" title="GIMP_CONFIG_INSTALL_PROP_UINT()">GIMP_CONFIG_INSTALL_PROP_UINT</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-UNIT:CAPS" title="GIMP_CONFIG_INSTALL_PROP_UNIT()">GIMP_CONFIG_INSTALL_PROP_UNIT</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-is-equal-to" title="gimp_config_is_equal_to ()">gimp_config_is_equal_to</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PARAM-AGGREGATE:CAPS" title="GIMP_CONFIG_PARAM_AGGREGATE">GIMP_CONFIG_PARAM_AGGREGATE</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PARAM-CONFIRM:CAPS" title="GIMP_CONFIG_PARAM_CONFIRM">GIMP_CONFIG_PARAM_CONFIRM</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PARAM-DEFAULTS:CAPS" title="GIMP_CONFIG_PARAM_DEFAULTS">GIMP_CONFIG_PARAM_DEFAULTS</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PARAM-FLAGS:CAPS" title="GIMP_CONFIG_PARAM_FLAGS">GIMP_CONFIG_PARAM_FLAGS</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PARAM-IGNORE:CAPS" title="GIMP_CONFIG_PARAM_IGNORE">GIMP_CONFIG_PARAM_IGNORE</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PARAM-RESTART:CAPS" title="GIMP_CONFIG_PARAM_RESTART">GIMP_CONFIG_PARAM_RESTART</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PARAM-SERIALIZE:CAPS" title="GIMP_CONFIG_PARAM_SERIALIZE">GIMP_CONFIG_PARAM_SERIALIZE</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-path-expand" title="gimp_config_path_expand ()">gimp_config_path_expand</a>, function in <a class="link" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">GimpConfig-path</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-path-expand-to-files" title="gimp_config_path_expand_to_files ()">gimp_config_path_expand_to_files</a>, function in <a class="link" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">GimpConfig-path</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-path-unexpand" title="gimp_config_path_unexpand ()">gimp_config_path_unexpand</a>, function in <a class="link" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">GimpConfig-path</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-BOOLEAN:CAPS" title="GIMP_CONFIG_PROP_BOOLEAN()">GIMP_CONFIG_PROP_BOOLEAN</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-BOXED:CAPS" title="GIMP_CONFIG_PROP_BOXED()">GIMP_CONFIG_PROP_BOXED</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-DOUBLE:CAPS" title="GIMP_CONFIG_PROP_DOUBLE()">GIMP_CONFIG_PROP_DOUBLE</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-ENUM:CAPS" title="GIMP_CONFIG_PROP_ENUM()">GIMP_CONFIG_PROP_ENUM</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-INT:CAPS" title="GIMP_CONFIG_PROP_INT()">GIMP_CONFIG_PROP_INT</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-MATRIX2:CAPS" title="GIMP_CONFIG_PROP_MATRIX2()">GIMP_CONFIG_PROP_MATRIX2</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-MEMSIZE:CAPS" title="GIMP_CONFIG_PROP_MEMSIZE()">GIMP_CONFIG_PROP_MEMSIZE</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-OBJECT:CAPS" title="GIMP_CONFIG_PROP_OBJECT()">GIMP_CONFIG_PROP_OBJECT</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-PATH:CAPS" title="GIMP_CONFIG_PROP_PATH()">GIMP_CONFIG_PROP_PATH</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-POINTER:CAPS" title="GIMP_CONFIG_PROP_POINTER()">GIMP_CONFIG_PROP_POINTER</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-RESOLUTION:CAPS" title="GIMP_CONFIG_PROP_RESOLUTION()">GIMP_CONFIG_PROP_RESOLUTION</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-RGB:CAPS" title="GIMP_CONFIG_PROP_RGB()">GIMP_CONFIG_PROP_RGB</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-STRING:CAPS" title="GIMP_CONFIG_PROP_STRING()">GIMP_CONFIG_PROP_STRING</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-UINT:CAPS" title="GIMP_CONFIG_PROP_UINT()">GIMP_CONFIG_PROP_UINT</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-UNIT:CAPS" title="GIMP_CONFIG_PROP_UNIT()">GIMP_CONFIG_PROP_UNIT</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">GimpConfig-params</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-reset" title="gimp_config_reset ()">gimp_config_reset</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-utils.html#gimp-config-reset-properties" title="gimp_config_reset_properties ()">gimp_config_reset_properties</a>, function in <a class="link" href="libgimpconfig-GimpConfig-utils.html" title="GimpConfig-utils">GimpConfig-utils</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-utils.html#gimp-config-reset-property" title="gimp_config_reset_property ()">gimp_config_reset_property</a>, function in <a class="link" href="libgimpconfig-GimpConfig-utils.html" title="GimpConfig-utils">GimpConfig-utils</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-serialize" title="gimp_config_serialize ()">gimp_config_serialize</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-changed-properties" title="gimp_config_serialize_changed_properties ()">gimp_config_serialize_changed_properties</a>, function in <a class="link" href="libgimpconfig-GimpConfig-serialize.html" title="GimpConfig-serialize">GimpConfig-serialize</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-properties" title="gimp_config_serialize_properties ()">gimp_config_serialize_properties</a>, function in <a class="link" href="libgimpconfig-GimpConfig-serialize.html" title="GimpConfig-serialize">GimpConfig-serialize</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-property" title="gimp_config_serialize_property ()">gimp_config_serialize_property</a>, function in <a class="link" href="libgimpconfig-GimpConfig-serialize.html" title="GimpConfig-serialize">GimpConfig-serialize</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-property-by-name" title="gimp_config_serialize_property_by_name ()">gimp_config_serialize_property_by_name</a>, function in <a class="link" href="libgimpconfig-GimpConfig-serialize.html" title="GimpConfig-serialize">GimpConfig-serialize</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-fd" title="gimp_config_serialize_to_fd ()">gimp_config_serialize_to_fd</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-file" title="gimp_config_serialize_to_file ()">gimp_config_serialize_to_file</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-gfile" title="gimp_config_serialize_to_gfile ()">gimp_config_serialize_to_gfile</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-stream" title="gimp_config_serialize_to_stream ()">gimp_config_serialize_to_stream</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-string" title="gimp_config_serialize_to_string ()">gimp_config_serialize_to_string</a>, function in <a class="link" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">GimpConfig</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-value" title="gimp_config_serialize_value ()">gimp_config_serialize_value</a>, function in <a class="link" href="libgimpconfig-GimpConfig-serialize.html" title="GimpConfig-serialize">GimpConfig-serialize</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-utils.html#gimp-config-string-append-escaped" title="gimp_config_string_append_escaped ()">gimp_config_string_append_escaped</a>, function in <a class="link" href="libgimpconfig-GimpConfig-utils.html" title="GimpConfig-utils">GimpConfig-utils</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-utils.html#gimp-config-sync" title="gimp_config_sync ()">gimp_config_sync</a>, function in <a class="link" href="libgimpconfig-GimpConfig-utils.html" title="GimpConfig-utils">GimpConfig-utils</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-close" title="gimp_config_writer_close ()">gimp_config_writer_close</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-comment" title="gimp_config_writer_comment ()">gimp_config_writer_comment</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-comment-mode" title="gimp_config_writer_comment_mode ()">gimp_config_writer_comment_mode</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-data" title="gimp_config_writer_data ()">gimp_config_writer_data</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-finish" title="gimp_config_writer_finish ()">gimp_config_writer_finish</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-identifier" title="gimp_config_writer_identifier ()">gimp_config_writer_identifier</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-linefeed" title="gimp_config_writer_linefeed ()">gimp_config_writer_linefeed</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-fd" title="gimp_config_writer_new_fd ()">gimp_config_writer_new_fd</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-file" title="gimp_config_writer_new_file ()">gimp_config_writer_new_file</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-gfile" title="gimp_config_writer_new_gfile ()">gimp_config_writer_new_gfile</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-stream" title="gimp_config_writer_new_stream ()">gimp_config_writer_new_stream</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-string" title="gimp_config_writer_new_string ()">gimp_config_writer_new_string</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-open" title="gimp_config_writer_open ()">gimp_config_writer_open</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-print" title="gimp_config_writer_print ()">gimp_config_writer_print</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-printf" title="gimp_config_writer_printf ()">gimp_config_writer_printf</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-revert" title="gimp_config_writer_revert ()">gimp_config_writer_revert</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-string" title="gimp_config_writer_string ()">gimp_config_writer_string</a>, function in <a class="link" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dd></dd>
<a name="idxF"></a><h3 class="title">F</h3>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-file-get-config-path" title="gimp_file_get_config_path ()">gimp_file_get_config_path</a>, function in <a class="link" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">GimpConfig-path</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-file-new-for-config-path" title="gimp_file_new_for_config_path ()">gimp_file_new_for_config_path</a>, function in <a class="link" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">GimpConfig-path</a>
</dt>
<dd></dd>
<a name="idxP"></a><h3 class="title">P</h3>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-param-spec-config-path" title="gimp_param_spec_config_path ()">gimp_param_spec_config_path</a>, function in <a class="link" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">GimpConfig-path</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-param-spec-config-path-type" title="gimp_param_spec_config_path_type ()">gimp_param_spec_config_path_type</a>, function in <a class="link" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">GimpConfig-path</a>
</dt>
<dd></dd>
<a name="idxS"></a><h3 class="title">S</h3>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-destroy" title="gimp_scanner_destroy ()">gimp_scanner_destroy</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()">gimp_scanner_new_file</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-gfile" title="gimp_scanner_new_gfile ()">gimp_scanner_new_gfile</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-stream" title="gimp_scanner_new_stream ()">gimp_scanner_new_stream</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-string" title="gimp_scanner_new_string ()">gimp_scanner_new_string</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-boolean" title="gimp_scanner_parse_boolean ()">gimp_scanner_parse_boolean</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-color" title="gimp_scanner_parse_color ()">gimp_scanner_parse_color</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-data" title="gimp_scanner_parse_data ()">gimp_scanner_parse_data</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-float" title="gimp_scanner_parse_float ()">gimp_scanner_parse_float</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-identifier" title="gimp_scanner_parse_identifier ()">gimp_scanner_parse_identifier</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-int" title="gimp_scanner_parse_int ()">gimp_scanner_parse_int</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-int64" title="gimp_scanner_parse_int64 ()">gimp_scanner_parse_int64</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-matrix2" title="gimp_scanner_parse_matrix2 ()">gimp_scanner_parse_matrix2</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-string" title="gimp_scanner_parse_string ()">gimp_scanner_parse_string</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-string-no-validate" title="gimp_scanner_parse_string_no_validate ()">gimp_scanner_parse_string_no_validate</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-token" title="gimp_scanner_parse_token ()">gimp_scanner_parse_token</a>, function in <a class="link" href="libgimpconfig-GimpScanner.html" title="GimpScanner">GimpScanner</a>
</dt>
<dd></dd>
<a name="idxV"></a><h3 class="title">V</h3>
<dt>
<a class="link" href="libgimpconfig-GimpConfig-path.html#GIMP-VALUE-HOLDS-CONFIG-PATH:CAPS" title="GIMP_VALUE_HOLDS_CONFIG_PATH()">GIMP_VALUE_HOLDS_CONFIG_PATH</a>, macro in <a class="link" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">GimpConfig-path</a>
</dt>
<dd></dd>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 B

After

Width:  |  Height:  |  Size: 256 B

View File

@ -5,24 +5,24 @@
<title>GIMP Config Library Reference Manual: GIMP Config Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" 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.25 (XML mode)">
<link rel="next" href="pt01.html" title="Part I. GIMP Config Library">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="book">
<div lang="en" class="book">
<div class="titlepage">
<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.8.22
for GIMP 2.10.0-RC1
</p></div>
</div>
<hr>
</div>
<div class="toc"><dl class="toc">
<dt><span class="part"><a href="libgimpconfig.html">I. GIMP Config Library</a></span></dt>
<dt><span class="part"><a href="pt01.html">I. GIMP Config Library</a></span></dt>
<dd><dl>
<dt><span class="chapter"><a href="libgimpconfig-hierarchy.html">Object Hierarchy</a></span></dt>
<dt>
@ -57,14 +57,15 @@
<span class="refentrytitle"><a href="GimpColorConfig.html">GimpColorConfig</a></span><span class="refpurpose"> — Color management settings.</span>
</dt>
</dl></dd>
<dt><span class="index"><a href="libgimpconfig-index.html">Index</a></span></dt>
<dt><span class="index"><a href="libgimpconfig-index-new-in-2-4.html">Index of new symbols in GIMP 2.4</a></span></dt>
<dt><span class="index"><a href="libgimpconfig-index-new-in-2-6.html">Index of new symbols in GIMP 2.6</a></span></dt>
<dt><span class="index"><a href="libgimpconfig-index-new-in-2-8.html">Index of new symbols in GIMP 2.8</a></span></dt>
<dt><span class="index"><a href="libgimpconfig-index-deprecated.html">Index of deprecated symbols</a></span></dt>
<dt><span class="index"><a href="api-index-full.html">Index</a></span></dt>
<dt><span class="index"><a href="api-index-2-4.html">Index of new symbols in GIMP 2.4</a></span></dt>
<dt><span class="index"><a href="api-index-2-6.html">Index of new symbols in GIMP 2.6</a></span></dt>
<dt><span class="index"><a href="api-index-2-8.html">Index of new symbols in GIMP 2.8</a></span></dt>
<dt><span class="index"><a href="api-index-2-10.html">Index of new symbols in GIMP 2.10</a></span></dt>
<dt><span class="index"><a href="api-index-deprecated.html">Index of deprecated symbols</a></span></dt>
</dl></div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 395 B

After

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 B

After

Width:  |  Height:  |  Size: 262 B

View File

@ -5,10 +5,10 @@
<title>GimpConfig-deserialize: GIMP Config Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="GIMP Config Library Reference Manual">
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
<link rel="up" href="pt01.html" title="Part I. GIMP Config Library">
<link rel="prev" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">
<link rel="next" href="libgimpconfig-GimpConfig-serialize.html" title="GimpConfig-serialize">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -18,7 +18,7 @@
<a href="#libgimpconfig-GimpConfig-deserialize.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgimpconfig.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="u" href="pt01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgimpconfig-GimpConfig.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgimpconfig-GimpConfig-serialize.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
@ -41,7 +41,7 @@
<tbody>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-deserialize.html#gimp-config-deserialize-properties" title="gimp_config_deserialize_properties ()">gimp_config_deserialize_properties</a> <span class="c_punctuation">()</span>
@ -49,7 +49,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GTokenType"><span class="returnvalue">GTokenType</span></a>
<a href="../glib/glib-Lexical-Scanner.html#GTokenType"><span class="returnvalue">GTokenType</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-deserialize.html#gimp-config-deserialize-property" title="gimp_config_deserialize_property ()">gimp_config_deserialize_property</a> <span class="c_punctuation">()</span>
@ -66,10 +66,10 @@
<a name="libgimpconfig-GimpConfig-deserialize.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="gimp-config-deserialize-properties"></a><h3>gimp_config_deserialize_properties ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_deserialize_properties (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> *config</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> nest_level</code></em>);</pre>
<em class="parameter"><code><a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> nest_level</code></em>);</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>
@ -89,7 +89,7 @@ gimp_config_deserialize_properties (<em class="parameter"><code><a class="link"
</tr>
<tr>
<td class="parameter_name"><p>scanner</p></td>
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a>.</p></td>
<td class="parameter_description"><p>a <a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@ -102,17 +102,17 @@ gimp_config_deserialize_properties (<em class="parameter"><code><a class="link"
</div>
<div class="refsect3">
<a name="gimp-config-deserialize-properties.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
<p> <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.</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-deserialize-property"></a><h3>gimp_config_deserialize_property ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GTokenType"><span class="returnvalue">GTokenType</span></a>
<pre class="programlisting"><a href="../glib/glib-Lexical-Scanner.html#GTokenType"><span class="returnvalue">GTokenType</span></a>
gimp_config_deserialize_property (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> *config</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> nest_level</code></em>);</pre>
<em class="parameter"><code><a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> nest_level</code></em>);</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
@ -133,7 +133,7 @@ shouldn't need to call this function directly. If possible, use
</tr>
<tr>
<td class="parameter_name"><p>scanner</p></td>
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a>.</p></td>
<td class="parameter_description"><p>a <a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@ -146,11 +146,11 @@ shouldn't need to call this function directly. If possible, use
</div>
<div class="refsect3">
<a name="gimp-config-deserialize-property.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#G-TOKEN-RIGHT-PAREN:CAPS"><code class="literal">G_TOKEN_RIGHT_PAREN</code></a> on success, otherwise the
expected <a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GTokenType"><span class="type">GTokenType</span></a> or <a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#G-TOKEN-NONE:CAPS"><code class="literal">G_TOKEN_NONE</code></a> if the expected token was
<p> <a href="../glib/glib-Lexical-Scanner.html#G-TOKEN-RIGHT-PAREN:CAPS"><code class="literal">G_TOKEN_RIGHT_PAREN</code></a> on success, otherwise the
expected <a href="../glib/glib-Lexical-Scanner.html#GTokenType"><span class="type">GTokenType</span></a> or <a href="../glib/glib-Lexical-Scanner.html#G-TOKEN-NONE:CAPS"><code class="literal">G_TOKEN_NONE</code></a> if the expected token was
found but couldn't be parsed.</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
</div>
<div class="refsect1">
@ -158,6 +158,6 @@ found but couldn't be parsed.</p>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>

View File

@ -5,10 +5,10 @@
<title>GimpConfig-params: GIMP Config Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="GIMP Config Library Reference Manual">
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
<link rel="up" href="pt01.html" title="Part I. GIMP Config Library">
<link rel="prev" href="libgimpconfig-GimpConfigError.html" title="GimpConfig-error">
<link rel="next" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -18,7 +18,7 @@
<a href="#libgimpconfig-GimpConfig-params.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgimpconfig.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="u" href="pt01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgimpconfig-GimpConfigError.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgimpconfig-GimpConfig-path.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
@ -42,6 +42,96 @@
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-BOOLEAN:CAPS" title="GIMP_CONFIG_PROP_BOOLEAN()">GIMP_CONFIG_PROP_BOOLEAN</a><span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-BOXED:CAPS" title="GIMP_CONFIG_PROP_BOXED()">GIMP_CONFIG_PROP_BOXED</a><span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-DOUBLE:CAPS" title="GIMP_CONFIG_PROP_DOUBLE()">GIMP_CONFIG_PROP_DOUBLE</a><span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-ENUM:CAPS" title="GIMP_CONFIG_PROP_ENUM()">GIMP_CONFIG_PROP_ENUM</a><span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-INT:CAPS" title="GIMP_CONFIG_PROP_INT()">GIMP_CONFIG_PROP_INT</a><span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-MATRIX2:CAPS" title="GIMP_CONFIG_PROP_MATRIX2()">GIMP_CONFIG_PROP_MATRIX2</a><span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-MEMSIZE:CAPS" title="GIMP_CONFIG_PROP_MEMSIZE()">GIMP_CONFIG_PROP_MEMSIZE</a><span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-OBJECT:CAPS" title="GIMP_CONFIG_PROP_OBJECT()">GIMP_CONFIG_PROP_OBJECT</a><span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-PATH:CAPS" title="GIMP_CONFIG_PROP_PATH()">GIMP_CONFIG_PROP_PATH</a><span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-POINTER:CAPS" title="GIMP_CONFIG_PROP_POINTER()">GIMP_CONFIG_PROP_POINTER</a><span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-RESOLUTION:CAPS" title="GIMP_CONFIG_PROP_RESOLUTION()">GIMP_CONFIG_PROP_RESOLUTION</a><span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-RGB:CAPS" title="GIMP_CONFIG_PROP_RGB()">GIMP_CONFIG_PROP_RGB</a><span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-STRING:CAPS" title="GIMP_CONFIG_PROP_STRING()">GIMP_CONFIG_PROP_STRING</a><span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-UINT:CAPS" title="GIMP_CONFIG_PROP_UINT()">GIMP_CONFIG_PROP_UINT</a><span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-UNIT:CAPS" title="GIMP_CONFIG_PROP_UNIT()">GIMP_CONFIG_PROP_UNIT</a><span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-BOOLEAN:CAPS" title="GIMP_CONFIG_INSTALL_PROP_BOOLEAN()">GIMP_CONFIG_INSTALL_PROP_BOOLEAN</a><span class="c_punctuation">()</span>
</td>
</tr>
@ -178,78 +268,168 @@
<div class="refsect1">
<a name="libgimpconfig-GimpConfig-params.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="GIMP-CONFIG-PROP-BOOLEAN:CAPS"></a><h3>GIMP_CONFIG_PROP_BOOLEAN()</h3>
<pre class="programlisting">#define GIMP_CONFIG_PROP_BOOLEAN(class, id, name, nick, blurb, default, flags)</pre>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-PROP-BOXED:CAPS"></a><h3>GIMP_CONFIG_PROP_BOXED()</h3>
<pre class="programlisting">#define GIMP_CONFIG_PROP_BOXED(class, id, name, nick, blurb, boxed_type, flags)</pre>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-PROP-DOUBLE:CAPS"></a><h3>GIMP_CONFIG_PROP_DOUBLE()</h3>
<pre class="programlisting">#define GIMP_CONFIG_PROP_DOUBLE(class, id, name, nick, blurb, min, max, default, flags)</pre>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-PROP-ENUM:CAPS"></a><h3>GIMP_CONFIG_PROP_ENUM()</h3>
<pre class="programlisting">#define GIMP_CONFIG_PROP_ENUM(class, id, name, nick, blurb, enum_type, default, flags)</pre>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-PROP-INT:CAPS"></a><h3>GIMP_CONFIG_PROP_INT()</h3>
<pre class="programlisting">#define GIMP_CONFIG_PROP_INT(class, id, name, nick, blurb, min, max, default, flags)</pre>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-PROP-MATRIX2:CAPS"></a><h3>GIMP_CONFIG_PROP_MATRIX2()</h3>
<pre class="programlisting">#define GIMP_CONFIG_PROP_MATRIX2(class, id, name, nick, blurb, default, flags)</pre>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-PROP-MEMSIZE:CAPS"></a><h3>GIMP_CONFIG_PROP_MEMSIZE()</h3>
<pre class="programlisting">#define GIMP_CONFIG_PROP_MEMSIZE(class, id, name, nick, blurb, min, max, default, flags)</pre>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-PROP-OBJECT:CAPS"></a><h3>GIMP_CONFIG_PROP_OBJECT()</h3>
<pre class="programlisting">#define GIMP_CONFIG_PROP_OBJECT(class, id, name, nick, blurb, object_type, flags)</pre>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-PROP-PATH:CAPS"></a><h3>GIMP_CONFIG_PROP_PATH()</h3>
<pre class="programlisting">#define GIMP_CONFIG_PROP_PATH(class, id, name, nick, blurb, path_type, default, flags)</pre>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-PROP-POINTER:CAPS"></a><h3>GIMP_CONFIG_PROP_POINTER()</h3>
<pre class="programlisting">#define GIMP_CONFIG_PROP_POINTER(class, id, name, nick, blurb, flags)</pre>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-PROP-RESOLUTION:CAPS"></a><h3>GIMP_CONFIG_PROP_RESOLUTION()</h3>
<pre class="programlisting">#define GIMP_CONFIG_PROP_RESOLUTION(class, id, name, nick, blurb, default, flags)</pre>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-PROP-RGB:CAPS"></a><h3>GIMP_CONFIG_PROP_RGB()</h3>
<pre class="programlisting">#define GIMP_CONFIG_PROP_RGB(class, id, name, nick, blurb, has_alpha, default, flags)</pre>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-PROP-STRING:CAPS"></a><h3>GIMP_CONFIG_PROP_STRING()</h3>
<pre class="programlisting">#define GIMP_CONFIG_PROP_STRING(class, id, name, nick, blurb, default, flags)</pre>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-PROP-UINT:CAPS"></a><h3>GIMP_CONFIG_PROP_UINT()</h3>
<pre class="programlisting">#define GIMP_CONFIG_PROP_UINT(class, id, name, nick, blurb, min, max, default, flags)</pre>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-PROP-UNIT:CAPS"></a><h3>GIMP_CONFIG_PROP_UNIT()</h3>
<pre class="programlisting">#define GIMP_CONFIG_PROP_UNIT(class, id, name, nick, blurb, pixels, percent, default, flags)</pre>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-INSTALL-PROP-BOOLEAN:CAPS"></a><h3>GIMP_CONFIG_INSTALL_PROP_BOOLEAN()</h3>
<pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_BOOLEAN(class, id, name, blurb, default, flags)</pre>
<div class="warning"><p><code class="literal">GIMP_CONFIG_INSTALL_PROP_BOOLEAN</code> is deprecated and should not be used in newly-written code.</p></div>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-INSTALL-PROP-BOXED:CAPS"></a><h3>GIMP_CONFIG_INSTALL_PROP_BOXED()</h3>
<pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_BOXED(class, id, name, blurb, boxed_type, flags)</pre>
<div class="warning"><p><code class="literal">GIMP_CONFIG_INSTALL_PROP_BOXED</code> is deprecated and should not be used in newly-written code.</p></div>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-INSTALL-PROP-RGB:CAPS"></a><h3>GIMP_CONFIG_INSTALL_PROP_RGB()</h3>
<pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_RGB(class, id, name, blurb, has_alpha, default, flags)</pre>
<div class="warning"><p><code class="literal">GIMP_CONFIG_INSTALL_PROP_RGB</code> is deprecated and should not be used in newly-written code.</p></div>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-INSTALL-PROP-DOUBLE:CAPS"></a><h3>GIMP_CONFIG_INSTALL_PROP_DOUBLE()</h3>
<pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_DOUBLE(class, id, name, blurb, min, max, default, flags)</pre>
<div class="warning"><p><code class="literal">GIMP_CONFIG_INSTALL_PROP_DOUBLE</code> is deprecated and should not be used in newly-written code.</p></div>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-INSTALL-PROP-RESOLUTION:CAPS"></a><h3>GIMP_CONFIG_INSTALL_PROP_RESOLUTION()</h3>
<pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_RESOLUTION(class, id, name, blurb, default, flags)</pre>
<div class="warning"><p><code class="literal">GIMP_CONFIG_INSTALL_PROP_RESOLUTION</code> is deprecated and should not be used in newly-written code.</p></div>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-INSTALL-PROP-ENUM:CAPS"></a><h3>GIMP_CONFIG_INSTALL_PROP_ENUM()</h3>
<pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_ENUM(class, id, name, blurb, enum_type, default, flags)</pre>
<div class="warning"><p><code class="literal">GIMP_CONFIG_INSTALL_PROP_ENUM</code> is deprecated and should not be used in newly-written code.</p></div>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-INSTALL-PROP-INT:CAPS"></a><h3>GIMP_CONFIG_INSTALL_PROP_INT()</h3>
<pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_INT(class, id, name, blurb, min, max, default, flags)</pre>
<div class="warning"><p><code class="literal">GIMP_CONFIG_INSTALL_PROP_INT</code> is deprecated and should not be used in newly-written code.</p></div>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-INSTALL-PROP-MATRIX2:CAPS"></a><h3>GIMP_CONFIG_INSTALL_PROP_MATRIX2()</h3>
<pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_MATRIX2(class, id, name, blurb, default, flags)</pre>
<div class="warning"><p><code class="literal">GIMP_CONFIG_INSTALL_PROP_MATRIX2</code> is deprecated and should not be used in newly-written code.</p></div>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-INSTALL-PROP-MEMSIZE:CAPS"></a><h3>GIMP_CONFIG_INSTALL_PROP_MEMSIZE()</h3>
<pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_MEMSIZE(class, id, name, blurb, min, max, default, flags)</pre>
<div class="warning"><p><code class="literal">GIMP_CONFIG_INSTALL_PROP_MEMSIZE</code> is deprecated and should not be used in newly-written code.</p></div>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-INSTALL-PROP-PATH:CAPS"></a><h3>GIMP_CONFIG_INSTALL_PROP_PATH()</h3>
<pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_PATH(class, id, name, blurb, path_type, default, flags)</pre>
<div class="warning"><p><code class="literal">GIMP_CONFIG_INSTALL_PROP_PATH</code> is deprecated and should not be used in newly-written code.</p></div>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-INSTALL-PROP-STRING:CAPS"></a><h3>GIMP_CONFIG_INSTALL_PROP_STRING()</h3>
<pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_STRING(class, id, name, blurb, default, flags)</pre>
<div class="warning"><p><code class="literal">GIMP_CONFIG_INSTALL_PROP_STRING</code> is deprecated and should not be used in newly-written code.</p></div>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-INSTALL-PROP-UINT:CAPS"></a><h3>GIMP_CONFIG_INSTALL_PROP_UINT()</h3>
<pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_UINT(class, id, name, blurb, min, max, default, flags)</pre>
<div class="warning"><p><code class="literal">GIMP_CONFIG_INSTALL_PROP_UINT</code> is deprecated and should not be used in newly-written code.</p></div>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-INSTALL-PROP-UNIT:CAPS"></a><h3>GIMP_CONFIG_INSTALL_PROP_UNIT()</h3>
<pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_UNIT(class, id, name, blurb, pixels, percent, default, flags)</pre>
<div class="warning"><p><code class="literal">GIMP_CONFIG_INSTALL_PROP_UNIT</code> is deprecated and should not be used in newly-written code.</p></div>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-INSTALL-PROP-OBJECT:CAPS"></a><h3>GIMP_CONFIG_INSTALL_PROP_OBJECT()</h3>
<pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_OBJECT(class, id, name, blurb, object_type, flags)</pre>
<div class="warning"><p><code class="literal">GIMP_CONFIG_INSTALL_PROP_OBJECT</code> is deprecated and should not be used in newly-written code.</p></div>
</div>
<hr>
<div class="refsect2">
<a name="GIMP-CONFIG-INSTALL-PROP-POINTER:CAPS"></a><h3>GIMP_CONFIG_INSTALL_PROP_POINTER()</h3>
<pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_POINTER(class, id, name, blurb, flags)</pre>
<div class="warning"><p><code class="literal">GIMP_CONFIG_INSTALL_PROP_POINTER</code> is deprecated and should not be used in newly-written code.</p></div>
</div>
</div>
<div class="refsect1">
@ -297,6 +477,6 @@
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>

View File

@ -5,10 +5,10 @@
<title>GimpConfig-path: GIMP Config Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="GIMP Config Library Reference Manual">
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
<link rel="up" href="pt01.html" title="Part I. GIMP Config Library">
<link rel="prev" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">
<link rel="next" href="libgimpconfig-GimpConfig-utils.html" title="GimpConfig-utils">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -18,7 +18,7 @@
<a href="#libgimpconfig-GimpConfig-path.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgimpconfig.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="u" href="pt01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgimpconfig-GimpConfig-params.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgimpconfig-GimpConfig-utils.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
@ -41,7 +41,7 @@
<tbody>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/gobjectgobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a> *
<a href="../gobject/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-param-spec-config-path" title="gimp_param_spec_config_path ()">gimp_param_spec_config_path</a> <span class="c_punctuation">()</span>
@ -57,7 +57,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
<a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-path-expand" title="gimp_config_path_expand ()">gimp_config_path_expand</a> <span class="c_punctuation">()</span>
@ -65,7 +65,39 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
<a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-path-expand-to-files" title="gimp_config_path_expand_to_files ()">gimp_config_path_expand_to_files</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-path-unexpand" title="gimp_config_path_unexpand ()">gimp_config_path_unexpand</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../gio/GFile.html#GFile-struct"><span class="returnvalue">GFile</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-file-new-for-config-path" title="gimp_file_new_for_config_path ()">gimp_file_new_for_config_path</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-file-get-config-path" title="gimp_file_get_config_path ()">gimp_file_get_config_path</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-build-data-path" title="gimp_config_build_data_path ()">gimp_config_build_data_path</a> <span class="c_punctuation">()</span>
@ -73,7 +105,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
<a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-build-writable-path" title="gimp_config_build_writable_path ()">gimp_config_build_writable_path</a> <span class="c_punctuation">()</span>
@ -81,7 +113,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
<a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-build-plug-in-path" title="gimp_config_build_plug_in_path ()">gimp_config_build_plug_in_path</a> <span class="c_punctuation">()</span>
@ -123,16 +155,16 @@
<a name="libgimpconfig-GimpConfig-path.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="gimp-param-spec-config-path"></a><h3>gimp_param_spec_config_path ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobjectgobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a> *
gimp_param_spec_config_path (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
<pre class="programlisting"><a href="../gobject/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a> *
gimp_param_spec_config_path (<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfig-path.html#GimpConfigPathType" title="enum GimpConfigPathType"><span class="type">GimpConfigPathType</span></a> type</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *default_value</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobjectgobject-GParamSpec.html#GParamFlags"><span class="type">GParamFlags</span></a> flags</code></em>);</pre>
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *default_value</code></em>,
<em class="parameter"><code><a href="../gobject/gobject-GParamSpec.html#GParamFlags"><span class="type">GParamFlags</span></a> flags</code></em>);</pre>
<p>Creates a param spec to hold a filename, dir name,
or list of file or dir names.
See <a href="/usr/share/gtk-doc/html/gobjectgobject-GParamSpec.html#g-param-spec-internal"><code class="function">g_param_spec_internal()</code></a> for more information.</p>
See <a href="../gobject/gobject-GParamSpec.html#g-param-spec-internal"><code class="function">g_param_spec_internal()</code></a> for more information.</p>
<div class="refsect3">
<a name="gimp-param-spec-config-path.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
@ -154,7 +186,7 @@ See <a href="/usr/share/gtk-doc/html/gobjectgobject-GParamSpec.html#g-param-spec
</tr>
<tr>
<td class="parameter_name"><p>blurb</p></td>
<td class="parameter_description"><p>Brief desciption of param.</p></td>
<td class="parameter_description"><p>Brief description of param.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@ -169,7 +201,7 @@ See <a href="/usr/share/gtk-doc/html/gobjectgobject-GParamSpec.html#g-param-spec
</tr>
<tr>
<td class="parameter_name"><p>flags</p></td>
<td class="parameter_description"><p>a combination of <a href="/usr/share/gtk-doc/html/gobjectgobject-GParamSpec.html#GParamFlags"><span class="type">GParamFlags</span></a></p></td>
<td class="parameter_description"><p>a combination of <a href="../gobject/gobject-GParamSpec.html#GParamFlags"><span class="type">GParamFlags</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@ -177,15 +209,15 @@ See <a href="/usr/share/gtk-doc/html/gobjectgobject-GParamSpec.html#g-param-spec
</div>
<div class="refsect3">
<a name="gimp-param-spec-config-path.returns"></a><h4>Returns</h4>
<p> a newly allocated <a href="/usr/share/gtk-doc/html/gobjectgobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> instance</p>
<p> a newly allocated <a href="../gobject/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> instance</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-param-spec-config-path-type"></a><h3>gimp_param_spec_config_path_type ()</h3>
<pre class="programlisting"><a class="link" href="libgimpconfig-GimpConfig-path.html#GimpConfigPathType" title="enum GimpConfigPathType"><span class="returnvalue">GimpConfigPathType</span></a>
gimp_param_spec_config_path_type (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobjectgobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>);</pre>
gimp_param_spec_config_path_type (<em class="parameter"><code><a href="../gobject/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>);</pre>
<p>Tells whether the path param encodes a filename,
dir name, or list of file or dir names.</p>
<div class="refsect3">
@ -198,7 +230,7 @@ dir name, or list of file or dir names.</p>
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>pspec</p></td>
<td class="parameter_description"><p>A <a href="/usr/share/gtk-doc/html/gobjectgobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> for a path param</p></td>
<td class="parameter_description"><p>A <a href="../gobject/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> for a path param</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
@ -207,22 +239,23 @@ dir name, or list of file or dir names.</p>
<a name="gimp-param-spec-config-path-type.returns"></a><h4>Returns</h4>
<p> a <a class="link" href="libgimpconfig-GimpConfig-path.html#GimpConfigPathType" title="enum GimpConfigPathType"><span class="type">GimpConfigPathType</span></a> value</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-path-expand"></a><h3>gimp_config_path_expand ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gimp_config_path_expand (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> recode</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p>Paths as stored in the gimprc have to be treated special. The
string may contain special identifiers such as for example
${gimp_dir} that have to be substituted before use. Also the user's
filesystem may be in a different encoding than UTF-8 (which is what
is used for the gimprc). This function does the variable
substitution for you and can also attempt to convert to the
filesystem encoding.</p>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gimp_config_path_expand (<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> recode</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p>Paths as stored in gimprc and other config files have to be treated
special. The string may contain special identifiers such as for
example ${gimp_dir} that have to be substituted before use. Also
the user's filesystem may be in a different encoding than UTF-8
(which is what is used for the gimprc). This function does the
variable substitution for you and can also attempt to convert to
the filesystem encoding.</p>
<p>To reverse the expansion, use <a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-path-unexpand" title="gimp_config_path_unexpand ()"><code class="function">gimp_config_path_unexpand()</code></a>.</p>
<div class="refsect3">
<a name="gimp-config-path-expand.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
@ -254,13 +287,186 @@ filesystem encoding.</p>
<a name="gimp-config-path-expand.returns"></a><h4>Returns</h4>
<p> a newly allocated NUL-terminated string</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-path-expand-to-files"></a><h3>gimp_config_path_expand_to_files ()</h3>
<pre class="programlisting"><a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
gimp_config_path_expand_to_files (<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p>Paths as stored in the gimprc have to be treated special. The
string may contain special identifiers such as for example
${gimp_dir} that have to be substituted before use. Also the user's
filesystem may be in a different encoding than UTF-8 (which is what
is used for the gimprc).</p>
<p>This function runs <em class="parameter"><code>path</code></em>
through <a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-path-expand" title="gimp_config_path_expand ()"><code class="function">gimp_config_path_expand()</code></a> and
<a href="../html/libgimpbase-gimpenv.html#gimp-path-parse"><code class="function">gimp_path_parse()</code></a>, then turns the filenames returned by
<a href="../html/libgimpbase-gimpenv.html#gimp-path-parse"><code class="function">gimp_path_parse()</code></a> into GFile using <a href="../gio/GFile.html#g-file-new-for-path"><code class="function">g_file_new_for_path()</code></a>.</p>
<div class="refsect3">
<a name="gimp-config-path-expand-to-files.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>path</p></td>
<td class="parameter_description"><p>a NUL-terminated string in UTF-8 encoding</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>return location for errors</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gimp-config-path-expand-to-files.returns"></a><h4>Returns</h4>
<p> a <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of newly allocated <a href="../gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> objects.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-path-unexpand"></a><h3>gimp_config_path_unexpand ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gimp_config_path_unexpand (<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> recode</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p>The inverse operation of <a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-path-expand" title="gimp_config_path_expand ()"><code class="function">gimp_config_path_expand()</code></a></p>
<p>This function takes a <em class="parameter"><code>path</code></em>
and tries to substitute the first
elements by well-known special identifiers such as for example
${gimp_dir}. The unexpanded path can then be stored in gimprc and
other config files.</p>
<p>If <em class="parameter"><code>recode</code></em>
is <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> then <em class="parameter"><code>path</code></em>
is in local filesystem encoding,
if <em class="parameter"><code>recode</code></em>
is <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> then <em class="parameter"><code>path</code></em>
is assumed to be UTF-8.</p>
<div class="refsect3">
<a name="gimp-config-path-unexpand.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>path</p></td>
<td class="parameter_description"><p>a NUL-terminated string</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>recode</p></td>
<td class="parameter_description"><p>whether <em class="parameter"><code>path</code></em>
is in filesystem encoding or UTF-8</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>return location for errors</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gimp-config-path-unexpand.returns"></a><h4>Returns</h4>
<p> a newly allocated NUL-terminated UTF-8 string</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-file-new-for-config-path"></a><h3>gimp_file_new_for_config_path ()</h3>
<pre class="programlisting"><a href="../gio/GFile.html#GFile-struct"><span class="returnvalue">GFile</span></a> *
gimp_file_new_for_config_path (<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p>Expands <em class="parameter"><code>path</code></em>
using <a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-path-expand" title="gimp_config_path_expand ()"><code class="function">gimp_config_path_expand()</code></a> and returns a <a href="../gio/GFile.html#GFile-struct"><span class="type">GFile</span></a>
for the expanded path.</p>
<p>To reverse the expansion, use <a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-file-get-config-path" title="gimp_file_get_config_path ()"><code class="function">gimp_file_get_config_path()</code></a>.</p>
<div class="refsect3">
<a name="gimp-file-new-for-config-path.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>path</p></td>
<td class="parameter_description"><p>a NUL-terminated string in UTF-8 encoding</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>return location for errors</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gimp-file-new-for-config-path.returns"></a><h4>Returns</h4>
<p> a newly allocated <a href="../gio/GFile.html#GFile-struct"><span class="type">GFile</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the expansion failed.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-file-get-config-path"></a><h3>gimp_file_get_config_path ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gimp_file_get_config_path (<em class="parameter"><code><a href="../gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> *file</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p>Unexpands <em class="parameter"><code>file</code></em>
's path using <a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-path-unexpand" title="gimp_config_path_unexpand ()"><code class="function">gimp_config_path_unexpand()</code></a> and
returns the unexpanded path.</p>
<p>The inverse operation of <a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-file-new-for-config-path" title="gimp_file_new_for_config_path ()"><code class="function">gimp_file_new_for_config_path()</code></a>.</p>
<div class="refsect3">
<a name="gimp-file-get-config-path.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>file</p></td>
<td class="parameter_description"><p>a <a href="../gio/GFile.html#GFile-struct"><span class="type">GFile</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>return location for errors</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gimp-file-get-config-path.returns"></a><h4>Returns</h4>
<p> a newly allocated NUL-terminated UTF-8 string, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
unexpanding failed.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-build-data-path"></a><h3>gimp_config_build_data_path ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gimp_config_build_data_path (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gimp_config_build_data_path (<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
<p>Creates a search path as it is used in the gimprc file. The path
returned by <a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-build-data-path" title="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
@ -287,13 +493,13 @@ recode it using <a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-co
<a name="gimp-config-build-data-path.returns"></a><h4>Returns</h4>
<p> a newly allocated string</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-build-writable-path"></a><h3>gimp_config_build_writable_path ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gimp_config_build_writable_path (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gimp_config_build_writable_path (<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
<p>Creates a search path as it is used in the gimprc file. The path
returned by <a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-build-writable-path" title="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" title="gimp_config_build_data_path ()"><code class="function">gimp_config_build_data_path()</code></a>.</p>
@ -319,13 +525,13 @@ recode it using <a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-co
<a name="gimp-config-build-writable-path.returns"></a><h4>Returns</h4>
<p> a newly allocated string</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-build-plug-in-path"></a><h3>gimp_config_build_plug_in_path ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gimp_config_build_plug_in_path (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gimp_config_build_plug_in_path (<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
<p>Creates a search path as it is used in the gimprc file. The path
returned by <a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-config-build-plug-in-path" title="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
@ -352,7 +558,7 @@ recode it using <a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-co
<a name="gimp-config-build-plug-in-path.returns"></a><h4>Returns</h4>
<p> a newly allocated string</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
@ -407,6 +613,6 @@ recode it using <a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-co
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>

View File

@ -5,10 +5,10 @@
<title>GimpConfig-serialize: GIMP Config Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="GIMP Config Library Reference Manual">
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
<link rel="up" href="pt01.html" title="Part I. GIMP Config Library">
<link rel="prev" href="libgimpconfig-GimpConfig-deserialize.html" title="GimpConfig-deserialize">
<link rel="next" href="libgimpconfig-GimpConfigError.html" title="GimpConfig-error">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -18,7 +18,7 @@
<a href="#libgimpconfig-GimpConfig-serialize.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgimpconfig.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="u" href="pt01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgimpconfig-GimpConfig-deserialize.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgimpconfig-GimpConfigError.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
@ -41,7 +41,7 @@
<tbody>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-properties" title="gimp_config_serialize_properties ()">gimp_config_serialize_properties</a> <span class="c_punctuation">()</span>
@ -49,7 +49,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-changed-properties" title="gimp_config_serialize_changed_properties ()">gimp_config_serialize_changed_properties</a> <span class="c_punctuation">()</span>
@ -57,7 +57,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-property" title="gimp_config_serialize_property ()">gimp_config_serialize_property</a> <span class="c_punctuation">()</span>
@ -65,7 +65,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-property-by-name" title="gimp_config_serialize_property_by_name ()">gimp_config_serialize_property_by_name</a> <span class="c_punctuation">()</span>
@ -73,7 +73,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-value" title="gimp_config_serialize_value ()">gimp_config_serialize_value</a> <span class="c_punctuation">()</span>
@ -90,7 +90,7 @@
<a name="libgimpconfig-GimpConfig-serialize.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="gimp-config-serialize-properties"></a><h3>gimp_config_serialize_properties ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_serialize_properties (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> *config</code></em>,
<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> *writer</code></em>);</pre>
<p>This function writes all object properties to the <em class="parameter"><code>writer</code></em>
@ -119,14 +119,14 @@ gimp_config_serialize_properties (<em class="parameter"><code><a class="link" hr
</div>
<div class="refsect3">
<a name="gimp-config-serialize-properties.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if serialization succeeded, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
<p> <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</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-serialize-changed-properties"></a><h3>gimp_config_serialize_changed_properties ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_serialize_changed_properties
(<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> *config</code></em>,
<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> *writer</code></em>);</pre>
@ -157,16 +157,16 @@ their default values to the <em class="parameter"><code>writer</code></em>
</div>
<div class="refsect3">
<a name="gimp-config-serialize-changed-properties.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if serialization succeeded, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
<p> <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</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-serialize-property"></a><h3>gimp_config_serialize_property ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_serialize_property (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> *config</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobjectgobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *param_spec</code></em>,
<em class="parameter"><code><a href="../gobject/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *param_spec</code></em>,
<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> *writer</code></em>);</pre>
<p>This function serializes a single object property to the <em class="parameter"><code>writer</code></em>
.</p>
@ -186,7 +186,7 @@ gimp_config_serialize_property (<em class="parameter"><code><a class="link" href
</tr>
<tr>
<td class="parameter_name"><p>param_spec</p></td>
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gobjectgobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a>.</p></td>
<td class="parameter_description"><p>a <a href="../gobject/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@ -199,17 +199,17 @@ gimp_config_serialize_property (<em class="parameter"><code><a class="link" href
</div>
<div class="refsect3">
<a name="gimp-config-serialize-property.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if serialization succeeded, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
<p> <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</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-serialize-property-by-name"></a><h3>gimp_config_serialize_property_by_name ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_serialize_property_by_name
(<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> *config</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *prop_name</code></em>,
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *prop_name</code></em>,
<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> *writer</code></em>);</pre>
<p>This function serializes a single object property to the <em class="parameter"><code>writer</code></em>
.</p>
@ -242,18 +242,18 @@ gimp_config_serialize_property_by_name
</div>
<div class="refsect3">
<a name="gimp-config-serialize-property-by-name.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if serialization succeeded, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
<p> <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</p>
</div>
<p class="since">Since: GIMP 2.6</p>
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-serialize-value"></a><h3>gimp_config_serialize_value ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_serialize_value (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Strings.html#GString"><span class="type">GString</span></a> *str</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> escaped</code></em>);</pre>
<p>This utility function appends a string representation of <a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="type">GValue</span></a> to <em class="parameter"><code>str</code></em>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_serialize_value (<em class="parameter"><code>const <a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>,
<em class="parameter"><code><a href="../glib/glib-Strings.html#GString"><span class="type">GString</span></a> *str</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> escaped</code></em>);</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>
<div class="refsect3">
<a name="gimp-config-serialize-value.parameters"></a><h4>Parameters</h4>
@ -266,12 +266,12 @@ gimp_config_serialize_value (<em class="parameter"><code>const <a href="/usr/sha
<tbody>
<tr>
<td class="parameter_name"><p>value</p></td>
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="type">GValue</span></a>.</p></td>
<td class="parameter_description"><p>a <a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>str</p></td>
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/glibglib-Strings.html#GString"><span class="type">GString</span></a>.</p></td>
<td class="parameter_description"><p>a <a href="../glib/glib-Strings.html#GString"><span class="type">GString</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@ -284,9 +284,9 @@ gimp_config_serialize_value (<em class="parameter"><code>const <a href="/usr/sha
</div>
<div class="refsect3">
<a name="gimp-config-serialize-value.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if serialization succeeded, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
<p> <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.</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
</div>
<div class="refsect1">
@ -294,6 +294,6 @@ gimp_config_serialize_value (<em class="parameter"><code>const <a href="/usr/sha
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>

View File

@ -5,10 +5,10 @@
<title>GimpConfig-utils: GIMP Config Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="GIMP Config Library Reference Manual">
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
<link rel="up" href="pt01.html" title="Part I. GIMP Config Library">
<link rel="prev" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">
<link rel="next" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -18,7 +18,7 @@
<a href="#libgimpconfig-GimpConfig-utils.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgimpconfig.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="u" href="pt01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgimpconfig-GimpConfig-path.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgimpconfig-GimpConfigWriter.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
@ -41,7 +41,7 @@
<tbody>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
<a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-utils.html#gimp-config-diff" title="gimp_config_diff ()">gimp_config_diff</a> <span class="c_punctuation">()</span>
@ -49,7 +49,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig-utils.html#gimp-config-sync" title="gimp_config_sync ()">gimp_config_sync</a> <span class="c_punctuation">()</span>
@ -90,10 +90,10 @@
<a name="libgimpconfig-GimpConfig-utils.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="gimp-config-diff"></a><h3>gimp_config_diff ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
gimp_config_diff (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *a</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *b</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobjectgobject-GParamSpec.html#GParamFlags"><span class="type">GParamFlags</span></a> flags</code></em>);</pre>
<pre class="programlisting"><a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
gimp_config_diff (<em class="parameter"><code><a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *a</code></em>,
<em class="parameter"><code><a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *b</code></em>,
<em class="parameter"><code><a href="../gobject/gobject-GParamSpec.html#GParamFlags"><span class="type">GParamFlags</span></a> flags</code></em>);</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>
@ -114,12 +114,12 @@ compared.</p>
<tbody>
<tr>
<td class="parameter_name"><p>a</p></td>
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a></p></td>
<td class="parameter_description"><p>a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>b</p></td>
<td class="parameter_description"><p>another <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> object</p></td>
<td class="parameter_description"><p>another <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> object</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@ -134,15 +134,15 @@ compared.</p>
<a name="gimp-config-diff.returns"></a><h4>Returns</h4>
<p> a GList of differing GParamSpecs.</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-sync"></a><h3>gimp_config_sync ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_sync (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *src</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *dest</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobjectgobject-GParamSpec.html#GParamFlags"><span class="type">GParamFlags</span></a> flags</code></em>);</pre>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_sync (<em class="parameter"><code><a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *src</code></em>,
<em class="parameter"><code><a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *dest</code></em>,
<em class="parameter"><code><a href="../gobject/gobject-GParamSpec.html#GParamFlags"><span class="type">GParamFlags</span></a> flags</code></em>);</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>
@ -167,12 +167,12 @@ synchronized</p>
<tbody>
<tr>
<td class="parameter_name"><p>src</p></td>
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a></p></td>
<td class="parameter_description"><p>a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>dest</p></td>
<td class="parameter_description"><p>another <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a></p></td>
<td class="parameter_description"><p>another <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@ -185,19 +185,19 @@ synchronized</p>
</div>
<div class="refsect3">
<a name="gimp-config-sync.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>dest</code></em>
was modified, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
<p> <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</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-reset-properties"></a><h3>gimp_config_reset_properties ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gimp_config_reset_properties (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *object</code></em>);</pre>
gimp_config_reset_properties (<em class="parameter"><code><a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *object</code></em>);</pre>
<p>Resets all writable properties of <em class="parameter"><code>object</code></em>
to the default values as
defined in their <a href="/usr/share/gtk-doc/html/gobjectgobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a>. Properties marked as "construct-only"
defined in their <a href="../gobject/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a>. Properties marked as "construct-only"
are not touched.</p>
<p>If you want to reset a <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> object, please use <a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-reset" title="gimp_config_reset ()"><code class="function">gimp_config_reset()</code></a>.</p>
<div class="refsect3">
@ -210,19 +210,19 @@ are not touched.</p>
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>object</p></td>
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a></p></td>
<td class="parameter_description"><p>a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-reset-property"></a><h3>gimp_config_reset_property ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gimp_config_reset_property (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *object</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_name</code></em>);</pre>
gimp_config_reset_property (<em class="parameter"><code><a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *object</code></em>,
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_name</code></em>);</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>
@ -237,7 +237,7 @@ property must be writable and must not be marked as "construct-only".</p>
<tbody>
<tr>
<td class="parameter_name"><p>object</p></td>
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a></p></td>
<td class="parameter_description"><p>a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@ -248,18 +248,18 @@ property must be writable and must not be marked as "construct-only".</p>
</tbody>
</table></div>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-string-append-escaped"></a><h3>gimp_config_string_append_escaped ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gimp_config_string_append_escaped (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Strings.html#GString"><span class="type">GString</span></a> *string</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *val</code></em>);</pre>
gimp_config_string_append_escaped (<em class="parameter"><code><a href="../glib/glib-Strings.html#GString"><span class="type">GString</span></a> *string</code></em>,
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *val</code></em>);</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="/usr/share/gtk-doc/html/glibglib-String-Utility-Functions.html#g-strescape"><code class="function">g_strescape()</code></a> since it
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
leaves non-ASCII characters intact and thus preserves UTF-8
strings. Only control characters and quotes are being escaped.</p>
<div class="refsect3">
@ -273,18 +273,18 @@ strings. Only control characters and quotes are being escaped.</p>
<tbody>
<tr>
<td class="parameter_name"><p>string</p></td>
<td class="parameter_description"><p>pointer to a <a href="/usr/share/gtk-doc/html/glibglib-Strings.html#GString"><span class="type">GString</span></a></p></td>
<td class="parameter_description"><p>pointer to a <a href="../glib/glib-Strings.html#GString"><span class="type">GString</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>val</p></td>
<td class="parameter_description"><p>a string to append or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
<td class="parameter_description"><p>a string to append or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
</div>
<div class="refsect1">
@ -292,6 +292,6 @@ strings. Only control characters and quotes are being escaped.</p>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>

View File

@ -5,10 +5,10 @@
<title>GimpConfig-iface: GIMP Config Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="GIMP Config Library Reference Manual">
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
<link rel="up" href="pt01.html" title="Part I. GIMP Config Library">
<link rel="prev" href="libgimpconfig-hierarchy.html" title="Object Hierarchy">
<link rel="next" href="libgimpconfig-GimpConfig-deserialize.html" title="GimpConfig-deserialize">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -17,11 +17,10 @@
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgimpconfig-GimpConfig.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
<a href="#libgimpconfig-GimpConfig.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_prerequisites">  <span class="dim">|</span> 
<a href="#libgimpconfig-GimpConfig.prerequisites" class="shortcut">Prerequisites</a></span><span id="nav_implementations">  <span class="dim">|</span> 
<a href="#libgimpconfig-GimpConfig.implementations" class="shortcut">Known Implementations</a></span>
<a href="#libgimpconfig-GimpConfig.prerequisites" class="shortcut">Prerequisites</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgimpconfig.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="u" href="pt01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgimpconfig-hierarchy.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgimpconfig-GimpConfig-deserialize.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
@ -44,7 +43,7 @@
<tbody>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-serialize" title="gimp_config_serialize ()">gimp_config_serialize</a> <span class="c_punctuation">()</span>
@ -52,7 +51,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-file" title="gimp_config_serialize_to_file ()">gimp_config_serialize_to_file</a> <span class="c_punctuation">()</span>
@ -60,7 +59,23 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-gfile" title="gimp_config_serialize_to_gfile ()">gimp_config_serialize_to_gfile</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-stream" title="gimp_config_serialize_to_stream ()">gimp_config_serialize_to_stream</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-fd" title="gimp_config_serialize_to_fd ()">gimp_config_serialize_to_fd</a> <span class="c_punctuation">()</span>
@ -68,7 +83,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
<a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-string" title="gimp_config_serialize_to_string ()">gimp_config_serialize_to_string</a> <span class="c_punctuation">()</span>
@ -76,7 +91,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize" title="gimp_config_deserialize ()">gimp_config_deserialize</a> <span class="c_punctuation">()</span>
@ -84,7 +99,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-file" title="gimp_config_deserialize_file ()">gimp_config_deserialize_file</a> <span class="c_punctuation">()</span>
@ -92,7 +107,23 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-gfile" title="gimp_config_deserialize_gfile ()">gimp_config_deserialize_gfile</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-stream" title="gimp_config_deserialize_stream ()">gimp_config_deserialize_stream</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-string" title="gimp_config_deserialize_string ()">gimp_config_deserialize_string</a> <span class="c_punctuation">()</span>
@ -100,7 +131,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-return" title="gimp_config_deserialize_return ()">gimp_config_deserialize_return</a> <span class="c_punctuation">()</span>
@ -108,7 +139,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
<a href="../glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-duplicate" title="gimp_config_duplicate ()">gimp_config_duplicate</a> <span class="c_punctuation">()</span>
@ -116,7 +147,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-is-equal-to" title="gimp_config_is_equal_to ()">gimp_config_is_equal_to</a> <span class="c_punctuation">()</span>
@ -132,7 +163,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfig.html#gimp-config-copy" title="gimp_config_copy ()">gimp_config_copy</a> <span class="c_punctuation">()</span>
@ -162,7 +193,7 @@
</div>
<div class="refsect1">
<a name="libgimpconfig-GimpConfig.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/GTypeModule.html">GInterface</a>
<pre class="screen"> <a href="/local/head/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
<span class="lineart">╰──</span> GimpConfigInterface
</pre>
</div>
@ -170,13 +201,7 @@
<a name="libgimpconfig-GimpConfig.prerequisites"></a><h2>Prerequisites</h2>
<p>
GimpConfigInterface requires
<a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct">GObject</a>.</p>
</div>
<div class="refsect1">
<a name="libgimpconfig-GimpConfig.implementations"></a><h2>Known Implementations</h2>
<p>
GimpConfigInterface is implemented by
<a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>.</p>
<a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>.</p>
</div>
<div class="refsect1">
<a name="libgimpconfig-GimpConfig.description"></a><h2>Description</h2>
@ -186,10 +211,10 @@ GimpConfigInterface is implemented by
<a name="libgimpconfig-GimpConfig.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="gimp-config-serialize"></a><h3>gimp_config_serialize ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_serialize (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> *config</code></em>,
<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> *writer</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
<p>Serialize the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> object.</p>
<div class="refsect3">
<a name="gimp-config-serialize.parameters"></a><h4>Parameters</h4>
@ -202,7 +227,7 @@ gimp_config_serialize (<em class="parameter"><code><a class="link" href="libgimp
<tbody>
<tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_description"><p>a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@ -220,20 +245,20 @@ gimp_config_serialize (<em class="parameter"><code><a class="link" href="libgimp
</div>
<div class="refsect3">
<a name="gimp-config-serialize.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if serialization succeeded, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
<p> <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.</p>
</div>
<p class="since">Since: GIMP 2.8</p>
<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-serialize-to-file"></a><h3>gimp_config_serialize_to_file ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_serialize_to_file (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> *config</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *header</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *footer</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>,
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *header</code></em>,
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *footer</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</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>
@ -253,7 +278,7 @@ calls the serialize function of the <em class="parameter"><code>config</code></e
<tbody>
<tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_description"><p>a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@ -286,17 +311,145 @@ calls the serialize function of the <em class="parameter"><code>config</code></e
</div>
<div class="refsect3">
<a name="gimp-config-serialize-to-file.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if serialization succeeded, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
<p> <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.</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-serialize-to-gfile"></a><h3>gimp_config_serialize_to_gfile ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_serialize_to_gfile (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> *config</code></em>,
<em class="parameter"><code><a href="../gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> *file</code></em>,
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *header</code></em>,
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *footer</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p>Serializes the object properties of <em class="parameter"><code>config</code></em>
to the file specified
by <em class="parameter"><code>file</code></em>
. If a file with that name already exists, it is
overwritten. Basically this function opens <em class="parameter"><code>file</code></em>
for you and 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>
<div class="refsect3">
<a name="gimp-config-serialize-to-gfile.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>file</p></td>
<td class="parameter_description"><p>the <a href="../gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> to write the configuration to.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>header</p></td>
<td class="parameter_description"><p>optional file header (must be ASCII only)</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>footer</p></td>
<td class="parameter_description"><p>optional file footer (must be ASCII only)</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>user data passed to the serialize implementation.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>return location for a possible error</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gimp-config-serialize-to-gfile.returns"></a><h4>Returns</h4>
<p> <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.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-serialize-to-stream"></a><h3>gimp_config_serialize_to_stream ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_serialize_to_stream (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> *config</code></em>,
<em class="parameter"><code><a href="../gio/GOutputStream.html#GOutputStream-struct"><span class="type">GOutputStream</span></a> *output</code></em>,
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *header</code></em>,
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *footer</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p>Serializes the object properties of <em class="parameter"><code>config</code></em>
to the stream specified
by <em class="parameter"><code>output</code></em>
.</p>
<div class="refsect3">
<a name="gimp-config-serialize-to-stream.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>output</p></td>
<td class="parameter_description"><p>the <a href="../gio/GOutputStream.html#GOutputStream-struct"><span class="type">GOutputStream</span></a> to write the configuration to.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>header</p></td>
<td class="parameter_description"><p>optional file header (must be ASCII only)</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>footer</p></td>
<td class="parameter_description"><p>optional file footer (must be ASCII only)</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>user data passed to the serialize implementation.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>return location for a possible error</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gimp-config-serialize-to-stream.returns"></a><h4>Returns</h4>
<p> <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.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-serialize-to-fd"></a><h3>gimp_config_serialize_to_fd ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_serialize_to_fd (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> *config</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> fd</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> fd</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
<p>Serializes the object properties of <em class="parameter"><code>config</code></em>
to the given file
descriptor.</p>
@ -311,7 +464,7 @@ descriptor.</p>
<tbody>
<tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_description"><p>a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@ -329,16 +482,16 @@ descriptor.</p>
</div>
<div class="refsect3">
<a name="gimp-config-serialize-to-fd.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if serialization succeeded, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
<p> <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.</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-serialize-to-string"></a><h3>gimp_config_serialize_to_string ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gimp_config_serialize_to_string (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> *config</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
<p>Serializes the object properties of <em class="parameter"><code>config</code></em>
to a string.</p>
<div class="refsect3">
@ -352,7 +505,7 @@ gimp_config_serialize_to_string (<em class="parameter"><code><a class="link" hre
<tbody>
<tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_description"><p>a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@ -367,16 +520,16 @@ gimp_config_serialize_to_string (<em class="parameter"><code><a class="link" hre
<a name="gimp-config-serialize-to-string.returns"></a><h4>Returns</h4>
<p> a newly allocated NUL-terminated string.</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-deserialize"></a><h3>gimp_config_deserialize ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_deserialize (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> *config</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> nest_level</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
<em class="parameter"><code><a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> nest_level</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
<p>Deserialize the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> object.</p>
<div class="refsect3">
<a name="gimp-config-deserialize.parameters"></a><h4>Parameters</h4>
@ -389,12 +542,12 @@ gimp_config_deserialize (<em class="parameter"><code><a class="link" href="libgi
<tbody>
<tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_description"><p>a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>scanner</p></td>
<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> to use.</p></td>
<td class="parameter_description"><p>the <a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> to use.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@ -412,23 +565,23 @@ gimp_config_deserialize (<em class="parameter"><code><a class="link" href="libgi
</div>
<div class="refsect3">
<a name="gimp-config-deserialize.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if deserialization succeeded, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
<p> <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.</p>
</div>
<p class="since">Since: GIMP 2.8</p>
<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-deserialize-file"></a><h3>gimp_config_deserialize_file ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_deserialize_file (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> *config</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p>Opens the file specified by <em class="parameter"><code>filename</code></em>
, reads configuration data
from it and configures <em class="parameter"><code>config</code></em>
accordingly. Basically this function
creates a properly configured <a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> for you and calls the
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 class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p>
<div class="refsect3">
@ -442,7 +595,7 @@ deserialize function of the <em class="parameter"><code>config</code></em>
<tbody>
<tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_description"><p>a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@ -465,23 +618,129 @@ deserialize function of the <em class="parameter"><code>config</code></em>
</div>
<div class="refsect3">
<a name="gimp-config-deserialize-file.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if deserialization succeeded, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
<p> <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.</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-deserialize-gfile"></a><h3>gimp_config_deserialize_gfile ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_deserialize_gfile (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> *config</code></em>,
<em class="parameter"><code><a href="../gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> *file</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p>Opens the file specified by <em class="parameter"><code>file</code></em>
, reads configuration data from it
and configures <em class="parameter"><code>config</code></em>
accordingly. 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 class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p>
<div class="refsect3">
<a name="gimp-config-deserialize-gfile.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>file</p></td>
<td class="parameter_description"><p>the <a href="../gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> to read configuration from.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>user data passed to the deserialize implementation.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>return location for a possible error</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gimp-config-deserialize-gfile.returns"></a><h4>Returns</h4>
<p> <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.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-deserialize-stream"></a><h3>gimp_config_deserialize_stream ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_deserialize_stream (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> *config</code></em>,
<em class="parameter"><code><a href="../gio/GInputStream.html#GInputStream-struct"><span class="type">GInputStream</span></a> *input</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p>Reads configuration data from <em class="parameter"><code>input</code></em>
and configures <em class="parameter"><code>config</code></em>
accordingly. 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 class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p>
<div class="refsect3">
<a name="gimp-config-deserialize-stream.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>input</p></td>
<td class="parameter_description"><p>the <a href="../gio/GInputStream.html#GInputStream-struct"><span class="type">GInputStream</span></a> to read configuration from.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>user data passed to the deserialize implementation.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>return location for a possible error</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gimp-config-deserialize-stream.returns"></a><h4>Returns</h4>
<p> <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.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-deserialize-string"></a><h3>gimp_config_deserialize_string ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_deserialize_string (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> *config</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> text_len</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> text_len</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</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="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> for you and calls the deserialize
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 class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p>
<div class="refsect3">
@ -495,7 +754,7 @@ function of the <em class="parameter"><code>config</code></em>
<tbody>
<tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_description"><p>a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@ -524,17 +783,17 @@ in bytes or -1</p></td>
</div>
<div class="refsect3">
<a name="gimp-config-deserialize-string.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if deserialization succeeded, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
<p> <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.</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-deserialize-return"></a><h3>gimp_config_deserialize_return ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_deserialize_return (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GTokenType"><span class="type">GTokenType</span></a> expected_token</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> nest_level</code></em>);</pre>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_deserialize_return (<em class="parameter"><code><a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="../glib/glib-Lexical-Scanner.html#GTokenType"><span class="type">GTokenType</span></a> expected_token</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> nest_level</code></em>);</pre>
<div class="refsect3">
<a name="gimp-config-deserialize-return.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
@ -546,7 +805,7 @@ gimp_config_deserialize_return (<em class="parameter"><code><a href="/usr/share/
<tbody>
<tr>
<td class="parameter_name"><p>scanner</p></td>
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a></p></td>
<td class="parameter_description"><p>a <a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@ -556,18 +815,18 @@ gimp_config_deserialize_return (<em class="parameter"><code><a href="/usr/share/
</tr>
<tr>
<td class="parameter_name"><p>nest_level</p></td>
<td class="parameter_description"><p>the next level</p></td>
<td class="parameter_description"><p>the nest level</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-duplicate"></a><h3>gimp_config_duplicate ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
gimp_config_duplicate (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> *config</code></em>);</pre>
<p>Creates a copy of the passed object by copying all object
properties. The default implementation of the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>
@ -583,7 +842,7 @@ properties.</p>
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_description"><p>a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
@ -592,12 +851,12 @@ properties.</p>
<a name="gimp-config-duplicate.returns"></a><h4>Returns</h4>
<p> the duplicated <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> object</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-is-equal-to"></a><h3>gimp_config_is_equal_to ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_is_equal_to (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> *a</code></em>,
<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> *b</code></em>);</pre>
<p>Compares the two objects. The default implementation of the
@ -615,12 +874,12 @@ properties.</p>
<tbody>
<tr>
<td class="parameter_name"><p>a</p></td>
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_description"><p>a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>b</p></td>
<td class="parameter_description"><p>another <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> of the same type as <em class="parameter"><code>a</code></em>
<td class="parameter_description"><p>another <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> of the same type as <em class="parameter"><code>a</code></em>
.</p></td>
<td class="parameter_annotations"> </td>
</tr>
@ -629,9 +888,9 @@ properties.</p>
</div>
<div class="refsect3">
<a name="gimp-config-is-equal-to.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the two objects are equal.</p>
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the two objects are equal.</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
@ -651,20 +910,20 @@ their properties.</p>
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>config</p></td>
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_description"><p>a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-copy"></a><h3>gimp_config_copy ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_copy (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> *src</code></em>,
<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig" title="GimpConfig"><span class="type">GimpConfig</span></a> *dest</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobjectgobject-GParamSpec.html#GParamFlags"><span class="type">GParamFlags</span></a> flags</code></em>);</pre>
<em class="parameter"><code><a href="../gobject/gobject-GParamSpec.html#GParamFlags"><span class="type">GParamFlags</span></a> flags</code></em>);</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>
@ -686,12 +945,12 @@ that have all <em class="parameter"><code>flags</code></em>
<tbody>
<tr>
<td class="parameter_name"><p>src</p></td>
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_description"><p>a <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> that implements the <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface"><span class="type">GimpConfigInterface</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>dest</p></td>
<td class="parameter_description"><p>another <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> of the same type as <em class="parameter"><code>a</code></em>
<td class="parameter_description"><p>another <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> of the same type as <em class="parameter"><code>a</code></em>
.</p></td>
<td class="parameter_annotations"> </td>
</tr>
@ -705,10 +964,10 @@ that have all <em class="parameter"><code>flags</code></em>
</div>
<div class="refsect3">
<a name="gimp-config-copy.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>dest</code></em>
was modified, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
<p> <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</p>
</div>
<p class="since">Since: GIMP 2.6</p>
<p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
</div>
</div>
<div class="refsect1">
@ -725,6 +984,6 @@ was modified, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FAL
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>

View File

@ -5,10 +5,10 @@
<title>GimpConfig-error: GIMP Config Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="GIMP Config Library Reference Manual">
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
<link rel="up" href="pt01.html" title="Part I. GIMP Config Library">
<link rel="prev" href="libgimpconfig-GimpConfig-serialize.html" title="GimpConfig-serialize">
<link rel="next" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -18,7 +18,7 @@
<a href="#libgimpconfig-GimpConfigError.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgimpconfig.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="u" href="pt01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgimpconfig-GimpConfig-serialize.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgimpconfig-GimpConfig-params.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
@ -40,7 +40,7 @@
</colgroup>
<tbody><tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
<a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfigError.html#gimp-config-error-quark" title="gimp_config_error_quark ()">gimp_config_error_quark</a> <span class="c_punctuation">()</span>
@ -75,21 +75,21 @@
<a name="libgimpconfig-GimpConfigError.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="gimp-config-error-quark"></a><h3>gimp_config_error_quark ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
<pre class="programlisting"><a href="../glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
gimp_config_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>This function is never called directly. Use <a class="link" href="libgimpconfig-GimpConfigError.html#GIMP-CONFIG-ERROR:CAPS" title="GIMP_CONFIG_ERROR"><code class="function">GIMP_CONFIG_ERROR()</code></a> instead.</p>
<div class="refsect3">
<a name="gimp-config-error-quark.returns"></a><h4>Returns</h4>
<p> the <a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="type">GQuark</span></a> that defines the GimpConfig error domain.</p>
<p> the <a href="../glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> that defines the GimpConfig error domain.</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
</div>
<div class="refsect1">
<a name="libgimpconfig-GimpConfigError.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GimpConfigError"></a><h3>enum GimpConfigError</h3>
<p>The possible values of a <a href="/usr/share/gtk-doc/html/glibglib-Error-Reporting.html#GError"><span class="type">GError</span></a> thrown by libgimpconfig.</p>
<p>The possible values of a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> thrown by libgimpconfig.</p>
<div class="refsect3">
<a name="GimpConfigError.members"></a><h4>Members</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
@ -147,6 +147,6 @@ gimp_config_error_quark (<em class="parameter"><code><span class="type">void</sp
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>

View File

@ -5,10 +5,10 @@
<title>GimpConfigWriter: GIMP Config Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="GIMP Config Library Reference Manual">
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
<link rel="up" href="pt01.html" title="Part I. GIMP Config Library">
<link rel="prev" href="libgimpconfig-GimpConfig-utils.html" title="GimpConfig-utils">
<link rel="next" href="libgimpconfig-GimpScanner.html" title="GimpScanner">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -18,7 +18,7 @@
<a href="#libgimpconfig-GimpConfigWriter.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgimpconfig.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="u" href="pt01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgimpconfig-GimpConfig-utils.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgimpconfig-GimpScanner.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
@ -53,6 +53,22 @@
<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="returnvalue">GimpConfigWriter</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-gfile" title="gimp_config_writer_new_gfile ()">gimp_config_writer_new_gfile</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="returnvalue">GimpConfigWriter</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-stream" title="gimp_config_writer_new_stream ()">gimp_config_writer_new_stream</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="returnvalue">GimpConfigWriter</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-fd" title="gimp_config_writer_new_fd ()">gimp_config_writer_new_fd</a> <span class="c_punctuation">()</span>
</td>
</tr>
@ -154,7 +170,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-finish" title="gimp_config_writer_finish ()">gimp_config_writer_finish</a> <span class="c_punctuation">()</span>
@ -185,14 +201,14 @@
<div class="refsect2">
<a name="gimp-config-writer-new-file"></a><h3>gimp_config_writer_new_file ()</h3>
<pre class="programlisting"><a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="returnvalue">GimpConfigWriter</span></a> *
gimp_config_writer_new_file (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> atomic</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *header</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
gimp_config_writer_new_file (<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> atomic</code></em>,
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *header</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p>Creates a new <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="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="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, a temporary file is used to avoid
is <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, 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>
@ -212,7 +228,7 @@ possible race conditions. The temporary file is then moved to
</tr>
<tr>
<td class="parameter_name"><p>atomic</p></td>
<td class="parameter_description"><p>if <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> the file is written atomically</p></td>
<td class="parameter_description"><p>if <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> the file is written atomically</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@ -230,38 +246,134 @@ possible race conditions. The temporary file is then moved to
</div>
<div class="refsect3">
<a name="gimp-config-writer-new-file.returns"></a><h4>Returns</h4>
<p> a new <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in case of an error</p>
<p> a new <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="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</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-writer-new-gfile"></a><h3>gimp_config_writer_new_gfile ()</h3>
<pre class="programlisting"><a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="returnvalue">GimpConfigWriter</span></a> *
gimp_config_writer_new_gfile (<em class="parameter"><code><a href="../gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> *file</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> atomic</code></em>,
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *header</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p>Creates a new <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> and sets it up to write to
<em class="parameter"><code>file</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
possible race conditions. The temporary file is then moved to <em class="parameter"><code>file</code></em>
when the writer is closed.</p>
<div class="refsect3">
<a name="gimp-config-writer-new-gfile.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>file</p></td>
<td class="parameter_description"><p>a <a href="../gio/GFile.html#GFile-struct"><span class="type">GFile</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>atomic</p></td>
<td class="parameter_description"><p>if <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> the file is written atomically</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>header</p></td>
<td class="parameter_description"><p>text to include as comment at the top of the file</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>return location for errors</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gimp-config-writer-new-gfile.returns"></a><h4>Returns</h4>
<p> a new <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="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</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-writer-new-stream"></a><h3>gimp_config_writer_new_stream ()</h3>
<pre class="programlisting"><a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="returnvalue">GimpConfigWriter</span></a> *
gimp_config_writer_new_stream (<em class="parameter"><code><a href="../gio/GOutputStream.html#GOutputStream-struct"><span class="type">GOutputStream</span></a> *output</code></em>,
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *header</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p>Creates a new <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> and sets it up to write to
<em class="parameter"><code>output</code></em>
.</p>
<div class="refsect3">
<a name="gimp-config-writer-new-stream.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>output</p></td>
<td class="parameter_description"><p>a <a href="../gio/GOutputStream.html#GOutputStream-struct"><span class="type">GOutputStream</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>header</p></td>
<td class="parameter_description"><p>text to include as comment at the top of the file</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>return location for errors</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gimp-config-writer-new-stream.returns"></a><h4>Returns</h4>
<p> a new <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="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</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-writer-new-fd"></a><h3>gimp_config_writer_new_fd ()</h3>
<pre class="programlisting"><a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="returnvalue">GimpConfigWriter</span></a> *
gimp_config_writer_new_fd (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> fd</code></em>);</pre>
gimp_config_writer_new_fd (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> fd</code></em>);</pre>
<div class="refsect3">
<a name="gimp-config-writer-new-fd.returns"></a><h4>Returns</h4>
<p> a new <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in case of an error</p>
<p> a new <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="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</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-writer-new-string"></a><h3>gimp_config_writer_new_string ()</h3>
<pre class="programlisting"><a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="returnvalue">GimpConfigWriter</span></a> *
gimp_config_writer_new_string (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Strings.html#GString"><span class="type">GString</span></a> *string</code></em>);</pre>
gimp_config_writer_new_string (<em class="parameter"><code><a href="../glib/glib-Strings.html#GString"><span class="type">GString</span></a> *string</code></em>);</pre>
<div class="refsect3">
<a name="gimp-config-writer-new-string.returns"></a><h4>Returns</h4>
<p> a new <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in case of an error</p>
<p> a new <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="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</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-writer-open"></a><h3>gimp_config_writer_open ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gimp_config_writer_open (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> *writer</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</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
@ -288,20 +400,20 @@ can be used by <a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-co
</tbody>
</table></div>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-writer-comment-mode"></a><h3>gimp_config_writer_comment_mode ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gimp_config_writer_comment_mode (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> *writer</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enable</code></em>);</pre>
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enable</code></em>);</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
system-wide installed gimprc that documents the default settings.</p>
<p>Since comments have to start at the beginning of a line, this
funtion will insert a newline if necessary.</p>
function will insert a newline if necessary.</p>
<div class="refsect3">
<a name="gimp-config-writer-comment-mode.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
@ -318,21 +430,21 @@ funtion will insert a newline if necessary.</p>
</tr>
<tr>
<td class="parameter_name"><p>enable</p></td>
<td class="parameter_description"><p><a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable comment mode, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to disable it</p></td>
<td class="parameter_description"><p><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</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-writer-print"></a><h3>gimp_config_writer_print ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gimp_config_writer_print (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> *writer</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *string</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> len</code></em>);</pre>
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *string</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> len</code></em>);</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
@ -366,14 +478,14 @@ is NUL-terminated.</p></td>
</tbody>
</table></div>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-writer-printf"></a><h3>gimp_config_writer_printf ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gimp_config_writer_printf (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> *writer</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *format</code></em>,
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *format</code></em>,
<em class="parameter"><code>...</code></em>);</pre>
<p>A printf-like function for <a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="type">GimpConfigWriter</span></a>.</p>
<div class="refsect3">
@ -392,7 +504,7 @@ gimp_config_writer_printf (<em class="parameter"><code><a class="link" href="lib
</tr>
<tr>
<td class="parameter_name"><p>format</p></td>
<td class="parameter_description"><p>a format string as described for <a href="/usr/share/gtk-doc/html/glibglib-String-Utility-Functions.html#g-strdup-printf"><code class="function">g_strdup_printf()</code></a>.</p></td>
<td class="parameter_description"><p>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>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@ -404,14 +516,14 @@ gimp_config_writer_printf (<em class="parameter"><code><a class="link" href="lib
</tbody>
</table></div>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-writer-identifier"></a><h3>gimp_config_writer_identifier ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gimp_config_writer_identifier (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> *writer</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *identifier</code></em>);</pre>
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *identifier</code></em>);</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
@ -438,14 +550,14 @@ characters are *not* escaped.</p>
</tbody>
</table></div>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-writer-string"></a><h3>gimp_config_writer_string ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gimp_config_writer_string (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> *writer</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *string</code></em>);</pre>
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *string</code></em>);</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
@ -472,15 +584,15 @@ characters are escaped.</p>
</tbody>
</table></div>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-writer-data"></a><h3>gimp_config_writer_data ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gimp_config_writer_data (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> *writer</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> length</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *data</code></em>);</pre>
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> length</code></em>,
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *data</code></em>);</pre>
<div class="refsect3">
<a name="gimp-config-writer-data.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
@ -496,14 +608,14 @@ gimp_config_writer_data (<em class="parameter"><code><a class="link" href="libgi
</tr></tbody>
</table></div>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-writer-comment"></a><h3>gimp_config_writer_comment ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gimp_config_writer_comment (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> *writer</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *comment</code></em>);</pre>
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *comment</code></em>);</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
@ -531,7 +643,7 @@ characters.</p>
</tbody>
</table></div>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
@ -563,7 +675,7 @@ to <a class="link" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-
</tr></tbody>
</table></div>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
@ -586,15 +698,15 @@ gimp_config_writer_close (<em class="parameter"><code><a class="link" href="libg
</tr></tbody>
</table></div>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-config-writer-finish"></a><h3>gimp_config_writer_finish ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_config_writer_finish (<em class="parameter"><code><a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter" title="GimpConfigWriter"><span class="type">GimpConfigWriter</span></a> *writer</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *footer</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *footer</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</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
@ -631,10 +743,10 @@ the <em class="parameter"><code>writer</code></em>
</div>
<div class="refsect3">
<a name="gimp-config-writer-finish.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if everything could be successfully written,
<a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
<p> <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</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
</div>
<div class="refsect1">
@ -646,6 +758,6 @@ the <em class="parameter"><code>writer</code></em>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>

View File

@ -5,10 +5,10 @@
<title>GimpScanner: GIMP Config Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="GIMP Config Library Reference Manual">
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
<link rel="up" href="pt01.html" title="Part I. GIMP Config Library">
<link rel="prev" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">
<link rel="next" href="GimpColorConfig.html" title="GimpColorConfig">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -18,7 +18,7 @@
<a href="#libgimpconfig-GimpScanner.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgimpconfig.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="u" href="pt01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgimpconfig-GimpConfigWriter.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="GimpColorConfig.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
@ -27,7 +27,7 @@
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgimpconfig-GimpScanner.top_of_page"></a>GimpScanner</span></h2>
<p>GimpScanner — A wrapper around <a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> with some convenience API.</p>
<p>GimpScanner — A wrapper around <a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> with some convenience API.</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
@ -41,7 +41,7 @@
<tbody>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="returnvalue">GScanner</span></a> *
<a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="returnvalue">GScanner</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()">gimp_scanner_new_file</a> <span class="c_punctuation">()</span>
@ -49,7 +49,23 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="returnvalue">GScanner</span></a> *
<a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="returnvalue">GScanner</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-gfile" title="gimp_scanner_new_gfile ()">gimp_scanner_new_gfile</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="returnvalue">GScanner</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-stream" title="gimp_scanner_new_stream ()">gimp_scanner_new_stream</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="returnvalue">GScanner</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-string" title="gimp_scanner_new_string ()">gimp_scanner_new_string</a> <span class="c_punctuation">()</span>
@ -65,7 +81,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-token" title="gimp_scanner_parse_token ()">gimp_scanner_parse_token</a> <span class="c_punctuation">()</span>
@ -73,7 +89,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-identifier" title="gimp_scanner_parse_identifier ()">gimp_scanner_parse_identifier</a> <span class="c_punctuation">()</span>
@ -81,7 +97,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-string" title="gimp_scanner_parse_string ()">gimp_scanner_parse_string</a> <span class="c_punctuation">()</span>
@ -89,7 +105,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-string-no-validate" title="gimp_scanner_parse_string_no_validate ()">gimp_scanner_parse_string_no_validate</a> <span class="c_punctuation">()</span>
@ -97,7 +113,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-data" title="gimp_scanner_parse_data ()">gimp_scanner_parse_data</a> <span class="c_punctuation">()</span>
@ -105,7 +121,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-int" title="gimp_scanner_parse_int ()">gimp_scanner_parse_int</a> <span class="c_punctuation">()</span>
@ -113,7 +129,15 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-int64" title="gimp_scanner_parse_int64 ()">gimp_scanner_parse_int64</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-float" title="gimp_scanner_parse_float ()">gimp_scanner_parse_float</a> <span class="c_punctuation">()</span>
@ -121,7 +145,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-boolean" title="gimp_scanner_parse_boolean ()">gimp_scanner_parse_boolean</a> <span class="c_punctuation">()</span>
@ -129,7 +153,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-color" title="gimp_scanner_parse_color ()">gimp_scanner_parse_color</a> <span class="c_punctuation">()</span>
@ -137,7 +161,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-matrix2" title="gimp_scanner_parse_matrix2 ()">gimp_scanner_parse_matrix2</a> <span class="c_punctuation">()</span>
@ -148,31 +172,99 @@
</div>
<div class="refsect1">
<a name="libgimpconfig-GimpScanner.description"></a><h2>Description</h2>
<p>A wrapper around <a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> with some convenience API.</p>
<p>A wrapper around <a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> with some convenience API.</p>
</div>
<div class="refsect1">
<a name="libgimpconfig-GimpScanner.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="gimp-scanner-new-file"></a><h3>gimp_scanner_new_file ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="returnvalue">GScanner</span></a> *
gimp_scanner_new_file (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p class="since">Since: GIMP 2.4</p>
<pre class="programlisting"><a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="returnvalue">GScanner</span></a> *
gimp_scanner_new_file (<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-scanner-new-gfile"></a><h3>gimp_scanner_new_gfile ()</h3>
<pre class="programlisting"><a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="returnvalue">GScanner</span></a> *
gimp_scanner_new_gfile (<em class="parameter"><code><a href="../gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> *file</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<div class="refsect3">
<a name="gimp-scanner-new-gfile.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>file</p></td>
<td class="parameter_description"><p>a <a href="../gio/GFile.html#GFile-struct"><span class="type">GFile</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>return location for <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gimp-scanner-new-gfile.returns"></a><h4>Returns</h4>
<p> The new <a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a>.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-scanner-new-stream"></a><h3>gimp_scanner_new_stream ()</h3>
<pre class="programlisting"><a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="returnvalue">GScanner</span></a> *
gimp_scanner_new_stream (<em class="parameter"><code><a href="../gio/GInputStream.html#GInputStream-struct"><span class="type">GInputStream</span></a> *input</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<div class="refsect3">
<a name="gimp-scanner-new-stream.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>input</p></td>
<td class="parameter_description"><p>a <a href="../gio/GInputStream.html#GInputStream-struct"><span class="type">GInputStream</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>return location for <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gimp-scanner-new-stream.returns"></a><h4>Returns</h4>
<p> The new <a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a>.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-scanner-new-string"></a><h3>gimp_scanner_new_string ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="returnvalue">GScanner</span></a> *
gimp_scanner_new_string (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> text_len</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p class="since">Since: GIMP 2.4</p>
<pre class="programlisting"><a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="returnvalue">GScanner</span></a> *
gimp_scanner_new_string (<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> text_len</code></em>,
<em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-scanner-destroy"></a><h3>gimp_scanner_destroy ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gimp_scanner_destroy (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>);</pre>
gimp_scanner_destroy (<em class="parameter"><code><a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>);</pre>
<div class="refsect3">
<a name="gimp-scanner-destroy.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
@ -183,20 +275,20 @@ gimp_scanner_destroy (<em class="parameter"><code><a href="/usr/share/gtk-doc/ht
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>scanner</p></td>
<td class="parameter_description"><p>A <a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> created by <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()"><code class="function">gimp_scanner_new_file()</code></a> or
<td class="parameter_description"><p>A <a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> created by <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()"><code class="function">gimp_scanner_new_file()</code></a> or
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-string" title="gimp_scanner_new_string ()"><code class="function">gimp_scanner_new_string()</code></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-scanner-parse-token"></a><h3>gimp_scanner_parse_token ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_scanner_parse_token (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GTokenType"><span class="type">GTokenType</span></a> token</code></em>);</pre>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_scanner_parse_token (<em class="parameter"><code><a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="../glib/glib-Lexical-Scanner.html#GTokenType"><span class="type">GTokenType</span></a> token</code></em>);</pre>
<div class="refsect3">
<a name="gimp-scanner-parse-token.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
@ -208,7 +300,7 @@ gimp_scanner_parse_token (<em class="parameter"><code><a href="/usr/share/gtk-do
<tbody>
<tr>
<td class="parameter_name"><p>scanner</p></td>
<td class="parameter_description"><p>A <a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> created by <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()"><code class="function">gimp_scanner_new_file()</code></a> or
<td class="parameter_description"><p>A <a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> created by <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()"><code class="function">gimp_scanner_new_file()</code></a> or
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-string" title="gimp_scanner_new_string ()"><code class="function">gimp_scanner_new_string()</code></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
@ -222,16 +314,16 @@ gimp_scanner_parse_token (<em class="parameter"><code><a href="/usr/share/gtk-do
</div>
<div class="refsect3">
<a name="gimp-scanner-parse-token.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</p>
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-scanner-parse-identifier"></a><h3>gimp_scanner_parse_identifier ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_scanner_parse_identifier (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *identifier</code></em>);</pre>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_scanner_parse_identifier (<em class="parameter"><code><a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *identifier</code></em>);</pre>
<div class="refsect3">
<a name="gimp-scanner-parse-identifier.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
@ -243,7 +335,7 @@ gimp_scanner_parse_identifier (<em class="parameter"><code><a href="/usr/share/g
<tbody>
<tr>
<td class="parameter_name"><p>scanner</p></td>
<td class="parameter_description"><p>A <a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> created by <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()"><code class="function">gimp_scanner_new_file()</code></a> or
<td class="parameter_description"><p>A <a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> created by <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()"><code class="function">gimp_scanner_new_file()</code></a> or
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-string" title="gimp_scanner_new_string ()"><code class="function">gimp_scanner_new_string()</code></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
@ -257,16 +349,16 @@ gimp_scanner_parse_identifier (<em class="parameter"><code><a href="/usr/share/g
</div>
<div class="refsect3">
<a name="gimp-scanner-parse-identifier.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</p>
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-scanner-parse-string"></a><h3>gimp_scanner_parse_string ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_scanner_parse_string (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **dest</code></em>);</pre>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_scanner_parse_string (<em class="parameter"><code><a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **dest</code></em>);</pre>
<div class="refsect3">
<a name="gimp-scanner-parse-string.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
@ -278,7 +370,7 @@ gimp_scanner_parse_string (<em class="parameter"><code><a href="/usr/share/gtk-d
<tbody>
<tr>
<td class="parameter_name"><p>scanner</p></td>
<td class="parameter_description"><p>A <a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> created by <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()"><code class="function">gimp_scanner_new_file()</code></a> or
<td class="parameter_description"><p>A <a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> created by <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()"><code class="function">gimp_scanner_new_file()</code></a> or
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-string" title="gimp_scanner_new_string ()"><code class="function">gimp_scanner_new_string()</code></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
@ -292,16 +384,16 @@ gimp_scanner_parse_string (<em class="parameter"><code><a href="/usr/share/gtk-d
</div>
<div class="refsect3">
<a name="gimp-scanner-parse-string.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</p>
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-scanner-parse-string-no-validate"></a><h3>gimp_scanner_parse_string_no_validate ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_scanner_parse_string_no_validate (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **dest</code></em>);</pre>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_scanner_parse_string_no_validate (<em class="parameter"><code><a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **dest</code></em>);</pre>
<div class="refsect3">
<a name="gimp-scanner-parse-string-no-validate.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
@ -313,7 +405,7 @@ gimp_scanner_parse_string_no_validate (<em class="parameter"><code><a href="/usr
<tbody>
<tr>
<td class="parameter_name"><p>scanner</p></td>
<td class="parameter_description"><p>A <a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> created by <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()"><code class="function">gimp_scanner_new_file()</code></a> or
<td class="parameter_description"><p>A <a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> created by <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()"><code class="function">gimp_scanner_new_file()</code></a> or
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-string" title="gimp_scanner_new_string ()"><code class="function">gimp_scanner_new_string()</code></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
@ -327,17 +419,17 @@ gimp_scanner_parse_string_no_validate (<em class="parameter"><code><a href="/usr
</div>
<div class="refsect3">
<a name="gimp-scanner-parse-string-no-validate.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</p>
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-scanner-parse-data"></a><h3>gimp_scanner_parse_data ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_scanner_parse_data (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> length</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> **dest</code></em>);</pre>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_scanner_parse_data (<em class="parameter"><code><a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> length</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> **dest</code></em>);</pre>
<div class="refsect3">
<a name="gimp-scanner-parse-data.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
@ -349,7 +441,7 @@ gimp_scanner_parse_data (<em class="parameter"><code><a href="/usr/share/gtk-doc
<tbody>
<tr>
<td class="parameter_name"><p>scanner</p></td>
<td class="parameter_description"><p>A <a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> created by <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()"><code class="function">gimp_scanner_new_file()</code></a> or
<td class="parameter_description"><p>A <a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> created by <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()"><code class="function">gimp_scanner_new_file()</code></a> or
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-string" title="gimp_scanner_new_string ()"><code class="function">gimp_scanner_new_string()</code></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
@ -368,16 +460,16 @@ gimp_scanner_parse_data (<em class="parameter"><code><a href="/usr/share/gtk-doc
</div>
<div class="refsect3">
<a name="gimp-scanner-parse-data.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</p>
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-scanner-parse-int"></a><h3>gimp_scanner_parse_int ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_scanner_parse_int (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> *dest</code></em>);</pre>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_scanner_parse_int (<em class="parameter"><code><a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *dest</code></em>);</pre>
<div class="refsect3">
<a name="gimp-scanner-parse-int.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
@ -389,7 +481,7 @@ gimp_scanner_parse_int (<em class="parameter"><code><a href="/usr/share/gtk-doc/
<tbody>
<tr>
<td class="parameter_name"><p>scanner</p></td>
<td class="parameter_description"><p>A <a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> created by <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()"><code class="function">gimp_scanner_new_file()</code></a> or
<td class="parameter_description"><p>A <a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> created by <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()"><code class="function">gimp_scanner_new_file()</code></a> or
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-string" title="gimp_scanner_new_string ()"><code class="function">gimp_scanner_new_string()</code></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
@ -403,16 +495,51 @@ gimp_scanner_parse_int (<em class="parameter"><code><a href="/usr/share/gtk-doc/
</div>
<div class="refsect3">
<a name="gimp-scanner-parse-int.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</p>
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-scanner-parse-int64"></a><h3>gimp_scanner_parse_int64 ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_scanner_parse_int64 (<em class="parameter"><code><a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint64"><span class="type">gint64</span></a> *dest</code></em>);</pre>
<div class="refsect3">
<a name="gimp-scanner-parse-int64.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>scanner</p></td>
<td class="parameter_description"><p>A <a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> created by <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()"><code class="function">gimp_scanner_new_file()</code></a> or
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-string" title="gimp_scanner_new_string ()"><code class="function">gimp_scanner_new_string()</code></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>dest</p></td>
<td class="parameter_description"><p>Return location for the parsed integer</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gimp-scanner-parse-int64.returns"></a><h4>Returns</h4>
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-scanner-parse-float"></a><h3>gimp_scanner_parse_float ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_scanner_parse_float (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *dest</code></em>);</pre>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_scanner_parse_float (<em class="parameter"><code><a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *dest</code></em>);</pre>
<div class="refsect3">
<a name="gimp-scanner-parse-float.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
@ -424,7 +551,7 @@ gimp_scanner_parse_float (<em class="parameter"><code><a href="/usr/share/gtk-do
<tbody>
<tr>
<td class="parameter_name"><p>scanner</p></td>
<td class="parameter_description"><p>A <a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> created by <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()"><code class="function">gimp_scanner_new_file()</code></a> or
<td class="parameter_description"><p>A <a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> created by <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()"><code class="function">gimp_scanner_new_file()</code></a> or
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-string" title="gimp_scanner_new_string ()"><code class="function">gimp_scanner_new_string()</code></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
@ -438,16 +565,16 @@ gimp_scanner_parse_float (<em class="parameter"><code><a href="/usr/share/gtk-do
</div>
<div class="refsect3">
<a name="gimp-scanner-parse-float.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</p>
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-scanner-parse-boolean"></a><h3>gimp_scanner_parse_boolean ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_scanner_parse_boolean (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *dest</code></em>);</pre>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_scanner_parse_boolean (<em class="parameter"><code><a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *dest</code></em>);</pre>
<div class="refsect3">
<a name="gimp-scanner-parse-boolean.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
@ -459,7 +586,7 @@ gimp_scanner_parse_boolean (<em class="parameter"><code><a href="/usr/share/gtk-
<tbody>
<tr>
<td class="parameter_name"><p>scanner</p></td>
<td class="parameter_description"><p>A <a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> created by <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()"><code class="function">gimp_scanner_new_file()</code></a> or
<td class="parameter_description"><p>A <a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> created by <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()"><code class="function">gimp_scanner_new_file()</code></a> or
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-string" title="gimp_scanner_new_string ()"><code class="function">gimp_scanner_new_string()</code></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
@ -473,15 +600,15 @@ gimp_scanner_parse_boolean (<em class="parameter"><code><a href="/usr/share/gtk-
</div>
<div class="refsect3">
<a name="gimp-scanner-parse-boolean.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</p>
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-scanner-parse-color"></a><h3>gimp_scanner_parse_color ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_scanner_parse_color (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_scanner_parse_color (<em class="parameter"><code><a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="../html/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *dest</code></em>);</pre>
<div class="refsect3">
<a name="gimp-scanner-parse-color.parameters"></a><h4>Parameters</h4>
@ -494,7 +621,7 @@ gimp_scanner_parse_color (<em class="parameter"><code><a href="/usr/share/gtk-do
<tbody>
<tr>
<td class="parameter_name"><p>scanner</p></td>
<td class="parameter_description"><p>A <a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> created by <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()"><code class="function">gimp_scanner_new_file()</code></a> or
<td class="parameter_description"><p>A <a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> created by <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()"><code class="function">gimp_scanner_new_file()</code></a> or
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-string" title="gimp_scanner_new_string ()"><code class="function">gimp_scanner_new_string()</code></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
@ -508,16 +635,16 @@ gimp_scanner_parse_color (<em class="parameter"><code><a href="/usr/share/gtk-do
</div>
<div class="refsect3">
<a name="gimp-scanner-parse-color.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</p>
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gimp-scanner-parse-matrix2"></a><h3>gimp_scanner_parse_matrix2 ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_scanner_parse_matrix2 (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><span class="type">GimpMatrix2</span> *dest</code></em>);</pre>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gimp_scanner_parse_matrix2 (<em class="parameter"><code><a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> *scanner</code></em>,
<em class="parameter"><code><a href="../libgimpmath/libgimpmath-GimpMatrix.html#GimpMatrix2"><span class="type">GimpMatrix2</span></a> *dest</code></em>);</pre>
<div class="refsect3">
<a name="gimp-scanner-parse-matrix2.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
@ -529,7 +656,7 @@ gimp_scanner_parse_matrix2 (<em class="parameter"><code><a href="/usr/share/gtk-
<tbody>
<tr>
<td class="parameter_name"><p>scanner</p></td>
<td class="parameter_description"><p>A <a href="/usr/share/gtk-doc/html/glibglib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> created by <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()"><code class="function">gimp_scanner_new_file()</code></a> or
<td class="parameter_description"><p>A <a href="../glib/glib-Lexical-Scanner.html#GScanner"><span class="type">GScanner</span></a> created by <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()"><code class="function">gimp_scanner_new_file()</code></a> or
<a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-string" title="gimp_scanner_new_string ()"><code class="function">gimp_scanner_new_string()</code></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
@ -543,9 +670,9 @@ gimp_scanner_parse_matrix2 (<em class="parameter"><code><a href="/usr/share/gtk-
</div>
<div class="refsect3">
<a name="gimp-scanner-parse-matrix2.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</p>
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</p>
</div>
<p class="since">Since: GIMP 2.4</p>
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
</div>
</div>
<div class="refsect1">
@ -553,6 +680,6 @@ gimp_scanner_parse_matrix2 (<em class="parameter"><code><a href="/usr/share/gtk-
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>

View File

@ -5,31 +5,31 @@
<title>Object Hierarchy: GIMP Config Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" 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">
<link rel="up" href="pt01.html" title="Part I. GIMP Config Library">
<link rel="prev" href="pt01.html" title="Part I. GIMP Config Library">
<link rel="next" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgimpconfig.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgimpconfig.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="pt01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="pt01.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgimpconfig-GimpConfig.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="chapter">
<div class="titlepage"><div><div><h2 class="title">
<a name="libgimpconfig-hierarchy"></a>Object Hierarchy</h2></div></div></div>
<pre class="screen">
<a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
<a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
<span class="lineart">╰──</span> <a class="link" href="GimpColorConfig.html" title="GimpColorConfig">GimpColorConfig</a>
<a href="https://developer.gnome.org/gobject/unstable/GTypeModule.html">GInterface</a>
<a href="/local/head/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
<span class="lineart">╰──</span> <a class="link" href="libgimpconfig-GimpConfig.html#GimpConfigInterface">GimpConfigInterface</a>
</pre>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>

View File

@ -1,29 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index of deprecated symbols: GIMP Config Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" 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-8.html" title="Index of new symbols in GIMP 2.8">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="libgimpconfig-index-new-in-2-8.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><img src="right-insensitive.png" width="16" height="16" border="0"></td>
</tr></table>
<div class="index">
<div class="titlepage"><div><div><h1 class="title">
<a name="libgimpconfig-index-deprecated"></a>Index of deprecated symbols</h1></div></div></div>
<div xmlns:xlink="http://www.w3.org/1999/xlink" class="index"></div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@ -1,154 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index of new symbols in GIMP 2.4: GIMP Config Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" 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">
<link rel="next" href="libgimpconfig-index-new-in-2-6.html" title="Index of new symbols in GIMP 2.6">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="libgimpconfig-index.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgimpconfig-index-new-in-2-6.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="index">
<div class="titlepage"><div><div><h1 class="title">
<a name="libgimpconfig-index-new-in-2-4"></a>Index of new symbols in GIMP 2.4</h1></div></div></div>
<div xmlns:xlink="http://www.w3.org/1999/xlink" class="index">
<div class="indexdiv">
<h3>C</h3>
<dl>
<dt id="ientry-idm1955">gimp_config_build_data_path, <a class="indexterm" href="libgimpconfig-GimpConfig-path.html#gimp-config-build-data-path">gimp_config_build_data_path ()</a>
</dt>
<dt id="ientry-idm2031">gimp_config_build_plug_in_path, <a class="indexterm" href="libgimpconfig-GimpConfig-path.html#gimp-config-build-plug-in-path">gimp_config_build_plug_in_path ()</a>
</dt>
<dt id="ientry-idm1992">gimp_config_build_writable_path, <a class="indexterm" href="libgimpconfig-GimpConfig-path.html#gimp-config-build-writable-path">gimp_config_build_writable_path ()</a>
</dt>
<dt id="ientry-idm470">gimp_config_deserialize_file, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-file">gimp_config_deserialize_file ()</a>
</dt>
<dt id="ientry-idm904">gimp_config_deserialize_properties, <a class="indexterm" href="libgimpconfig-GimpConfig-deserialize.html#gimp-config-deserialize-properties">gimp_config_deserialize_properties ()</a>
</dt>
<dt id="ientry-idm962">gimp_config_deserialize_property, <a class="indexterm" href="libgimpconfig-GimpConfig-deserialize.html#gimp-config-deserialize-property">gimp_config_deserialize_property ()</a>
</dt>
<dt id="ientry-idm624">gimp_config_deserialize_return, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-return">gimp_config_deserialize_return ()</a>
</dt>
<dt id="ientry-idm542">gimp_config_deserialize_string, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-string">gimp_config_deserialize_string ()</a>
</dt>
<dt id="ientry-idm2167">gimp_config_diff, <a class="indexterm" href="libgimpconfig-GimpConfig-utils.html#gimp-config-diff">gimp_config_diff ()</a>
</dt>
<dt id="ientry-idm670">gimp_config_duplicate, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-duplicate">gimp_config_duplicate ()</a>
</dt>
<dt id="ientry-idm1395">gimp_config_error_quark, <a class="indexterm" href="libgimpconfig-GimpConfigError.html#gimp-config-error-quark">gimp_config_error_quark ()</a>
</dt>
<dt id="ientry-idm708">gimp_config_is_equal_to, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-is-equal-to">gimp_config_is_equal_to ()</a>
</dt>
<dt id="ientry-idm1907">gimp_config_path_expand, <a class="indexterm" href="libgimpconfig-GimpConfig-path.html#gimp-config-path-expand">gimp_config_path_expand ()</a>
</dt>
<dt id="ientry-idm758">gimp_config_reset, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-reset">gimp_config_reset ()</a>
</dt>
<dt id="ientry-idm2289">gimp_config_reset_properties, <a class="indexterm" href="libgimpconfig-GimpConfig-utils.html#gimp-config-reset-properties">gimp_config_reset_properties ()</a>
</dt>
<dt id="ientry-idm2326">gimp_config_reset_property, <a class="indexterm" href="libgimpconfig-GimpConfig-utils.html#gimp-config-reset-property">gimp_config_reset_property ()</a>
</dt>
<dt id="ientry-idm1128">gimp_config_serialize_changed_properties, <a class="indexterm" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-changed-properties">gimp_config_serialize_changed_properties ()</a>
</dt>
<dt id="ientry-idm1080">gimp_config_serialize_properties, <a class="indexterm" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-properties">gimp_config_serialize_properties ()</a>
</dt>
<dt id="ientry-idm1176">gimp_config_serialize_property, <a class="indexterm" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-property">gimp_config_serialize_property ()</a>
</dt>
<dt id="ientry-idm300">gimp_config_serialize_to_fd, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-fd">gimp_config_serialize_to_fd ()</a>
</dt>
<dt id="ientry-idm211">gimp_config_serialize_to_file, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-file">gimp_config_serialize_to_file ()</a>
</dt>
<dt id="ientry-idm357">gimp_config_serialize_to_string, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-string">gimp_config_serialize_to_string ()</a>
</dt>
<dt id="ientry-idm1292">gimp_config_serialize_value, <a class="indexterm" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-value">gimp_config_serialize_value ()</a>
</dt>
<dt id="ientry-idm2365">gimp_config_string_append_escaped, <a class="indexterm" href="libgimpconfig-GimpConfig-utils.html#gimp-config-string-append-escaped">gimp_config_string_append_escaped ()</a>
</dt>
<dt id="ientry-idm2224">gimp_config_sync, <a class="indexterm" href="libgimpconfig-GimpConfig-utils.html#gimp-config-sync">gimp_config_sync ()</a>
</dt>
<dt id="ientry-idm3039">gimp_config_writer_close, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-close">gimp_config_writer_close ()</a>
</dt>
<dt id="ientry-idm2955">gimp_config_writer_comment, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-comment">gimp_config_writer_comment ()</a>
</dt>
<dt id="ientry-idm2696">gimp_config_writer_comment_mode, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-comment-mode">gimp_config_writer_comment_mode ()</a>
</dt>
<dt id="ientry-idm2921">gimp_config_writer_data, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-data">gimp_config_writer_data ()</a>
</dt>
<dt id="ientry-idm3070">gimp_config_writer_finish, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-finish">gimp_config_writer_finish ()</a>
</dt>
<dt id="ientry-idm2841">gimp_config_writer_identifier, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-identifier">gimp_config_writer_identifier ()</a>
</dt>
<dt id="ientry-idm2617">gimp_config_writer_new_fd, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-fd">gimp_config_writer_new_fd ()</a>
</dt>
<dt id="ientry-idm2547">gimp_config_writer_new_file, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-file">gimp_config_writer_new_file ()</a>
</dt>
<dt id="ientry-idm2636">gimp_config_writer_new_string, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-string">gimp_config_writer_new_string ()</a>
</dt>
<dt id="ientry-idm2655">gimp_config_writer_open, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-open">gimp_config_writer_open ()</a>
</dt>
<dt id="ientry-idm2740">gimp_config_writer_print, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-print">gimp_config_writer_print ()</a>
</dt>
<dt id="ientry-idm2791">gimp_config_writer_printf, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-printf">gimp_config_writer_printf ()</a>
</dt>
<dt id="ientry-idm3005">gimp_config_writer_revert, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-revert">gimp_config_writer_revert ()</a>
</dt>
<dt id="ientry-idm2881">gimp_config_writer_string, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-string">gimp_config_writer_string ()</a>
</dt>
</dl>
</div>
<div class="indexdiv">
<h3>P</h3>
<dl>
<dt id="ientry-idm1790">gimp_param_spec_config_path, <a class="indexterm" href="libgimpconfig-GimpConfig-path.html#gimp-param-spec-config-path">gimp_param_spec_config_path ()</a>
</dt>
<dt id="ientry-idm1873">gimp_param_spec_config_path_type, <a class="indexterm" href="libgimpconfig-GimpConfig-path.html#gimp-param-spec-config-path-type">gimp_param_spec_config_path_type ()</a>
</dt>
</dl>
</div>
<div class="indexdiv">
<h3>S</h3>
<dl>
<dt id="ientry-idm3282">gimp_scanner_destroy, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-destroy">gimp_scanner_destroy ()</a>
</dt>
<dt id="ientry-idm3249">gimp_scanner_new_file, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file">gimp_scanner_new_file ()</a>
</dt>
<dt id="ientry-idm3264">gimp_scanner_new_string, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-string">gimp_scanner_new_string ()</a>
</dt>
<dt id="ientry-idm3645">gimp_scanner_parse_boolean, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-boolean">gimp_scanner_parse_boolean ()</a>
</dt>
<dt id="ientry-idm3691">gimp_scanner_parse_color, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-color">gimp_scanner_parse_color ()</a>
</dt>
<dt id="ientry-idm3498">gimp_scanner_parse_data, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-data">gimp_scanner_parse_data ()</a>
</dt>
<dt id="ientry-idm3599">gimp_scanner_parse_float, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-float">gimp_scanner_parse_float ()</a>
</dt>
<dt id="ientry-idm3360">gimp_scanner_parse_identifier, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-identifier">gimp_scanner_parse_identifier ()</a>
</dt>
<dt id="ientry-idm3553">gimp_scanner_parse_int, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-int">gimp_scanner_parse_int ()</a>
</dt>
<dt id="ientry-idm3737">gimp_scanner_parse_matrix2, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-matrix2">gimp_scanner_parse_matrix2 ()</a>
</dt>
<dt id="ientry-idm3406">gimp_scanner_parse_string, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-string">gimp_scanner_parse_string ()</a>
</dt>
<dt id="ientry-idm3452">gimp_scanner_parse_string_no_validate, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-string-no-validate">gimp_scanner_parse_string_no_validate ()</a>
</dt>
<dt id="ientry-idm3314">gimp_scanner_parse_token, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-token">gimp_scanner_parse_token ()</a>
</dt>
</dl>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@ -1,38 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index of new symbols in GIMP 2.6: GIMP Config Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" 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">
<link rel="next" href="libgimpconfig-index-new-in-2-8.html" title="Index of new symbols in GIMP 2.8">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="libgimpconfig-index-new-in-2-4.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgimpconfig-index-new-in-2-8.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="index">
<div class="titlepage"><div><div><h1 class="title">
<a name="libgimpconfig-index-new-in-2-6"></a>Index of new symbols in GIMP 2.6</h1></div></div></div>
<div xmlns:xlink="http://www.w3.org/1999/xlink" class="index"><div class="indexdiv">
<h3>C</h3>
<dl>
<dt id="ientry-idm791">gimp_config_copy, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-copy">gimp_config_copy ()</a>
</dt>
<dt id="ientry-idm1235">gimp_config_serialize_property_by_name, <a class="indexterm" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-property-by-name">gimp_config_serialize_property_by_name ()</a>
</dt>
</dl>
</div></div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@ -1,38 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index of new symbols in GIMP 2.8: GIMP Config Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" 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-6.html" title="Index of new symbols in GIMP 2.6">
<link rel="next" href="libgimpconfig-index-deprecated.html" title="Index of deprecated symbols">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="libgimpconfig-index-new-in-2-6.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgimpconfig-index-deprecated.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="index">
<div class="titlepage"><div><div><h1 class="title">
<a name="libgimpconfig-index-new-in-2-8"></a>Index of new symbols in GIMP 2.8</h1></div></div></div>
<div xmlns:xlink="http://www.w3.org/1999/xlink" class="index"><div class="indexdiv">
<h3>C</h3>
<dl>
<dt id="ientry-idm401">gimp_config_deserialize, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize">gimp_config_deserialize ()</a>
</dt>
<dt id="ientry-idm151">gimp_config_serialize, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-serialize">gimp_config_serialize ()</a>
</dt>
</dl>
</div></div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@ -1,255 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index: GIMP Config Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" 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">
<link rel="next" href="libgimpconfig-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="GimpColorConfig.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgimpconfig-index-new-in-2-4.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="index">
<div class="titlepage"><div><div><h1 class="title">
<a name="libgimpconfig-index"></a>Index</h1></div></div></div>
<div xmlns:xlink="http://www.w3.org/1999/xlink" class="index">
<div class="indexdiv">
<h3>C</h3>
<dl>
<dt id="ientry-idm3914">GimpColorConfig, <a class="indexterm" href="GimpColorConfig.html#GimpColorConfig-struct">GimpColorConfig</a>
</dt>
<dt id="ientry-idm3981">GimpColorConfig:cmyk-profile, <a class="indexterm" href="GimpColorConfig.html#GimpColorConfig--cmyk-profile">The “cmyk-profile” property</a>
</dt>
<dt id="ientry-idm3992">GimpColorConfig:display-module, <a class="indexterm" href="GimpColorConfig.html#GimpColorConfig--display-module">The “display-module” property</a>
</dt>
<dt id="ientry-idm4002">GimpColorConfig:display-profile, <a class="indexterm" href="GimpColorConfig.html#GimpColorConfig--display-profile">The “display-profile” property</a>
</dt>
<dt id="ientry-idm4013">GimpColorConfig:display-profile-from-gdk, <a class="indexterm" href="GimpColorConfig.html#GimpColorConfig--display-profile-from-gdk">The “display-profile-from-gdk” property</a>
</dt>
<dt id="ientry-idm4024">GimpColorConfig:display-rendering-intent, <a class="indexterm" href="GimpColorConfig.html#GimpColorConfig--display-rendering-intent">The “display-rendering-intent” property</a>
</dt>
<dt id="ientry-idm4035">GimpColorConfig:mode, <a class="indexterm" href="GimpColorConfig.html#GimpColorConfig--mode">The “mode” property</a>
</dt>
<dt id="ientry-idm4046">GimpColorConfig:out-of-gamut-color, <a class="indexterm" href="GimpColorConfig.html#GimpColorConfig--out-of-gamut-color">The “out-of-gamut-color” property</a>
</dt>
<dt id="ientry-idm4056">GimpColorConfig:printer-profile, <a class="indexterm" href="GimpColorConfig.html#GimpColorConfig--printer-profile">The “printer-profile” property</a>
</dt>
<dt id="ientry-idm4067">GimpColorConfig:rgb-profile, <a class="indexterm" href="GimpColorConfig.html#GimpColorConfig--rgb-profile">The “rgb-profile” property</a>
</dt>
<dt id="ientry-idm4078">GimpColorConfig:simulation-gamut-check, <a class="indexterm" href="GimpColorConfig.html#GimpColorConfig--simulation-gamut-check">The “simulation-gamut-check” property</a>
</dt>
<dt id="ientry-idm4089">GimpColorConfig:simulation-rendering-intent, <a class="indexterm" href="GimpColorConfig.html#GimpColorConfig--simulation-rendering-intent">The “simulation-rendering-intent” property</a>
</dt>
<dt id="ientry-idm3919">GimpColorManagementMode, <a class="indexterm" href="GimpColorConfig.html#GimpColorManagementMode">enum GimpColorManagementMode</a>
</dt>
<dt id="ientry-idm3946">GimpColorRenderingIntent, <a class="indexterm" href="GimpColorConfig.html#GimpColorRenderingIntent">enum GimpColorRenderingIntent</a>
</dt>
<dt id="ientry-idm860">GimpConfig, <a class="indexterm" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a>
</dt>
<dt id="ientry-idm1416">GimpConfigError, <a class="indexterm" href="libgimpconfig-GimpConfigError.html#GimpConfigError">enum GimpConfigError</a>
</dt>
<dt id="ientry-idm865">GimpConfigInterface, <a class="indexterm" href="libgimpconfig-GimpConfig.html#GimpConfigInterface-struct">struct GimpConfigInterface</a>
</dt>
<dt id="ientry-idm2075">GimpConfigPath, <a class="indexterm" href="libgimpconfig-GimpConfig-path.html#GimpConfigPath">GimpConfigPath</a>
</dt>
<dt id="ientry-idm2080">GimpConfigPathType, <a class="indexterm" href="libgimpconfig-GimpConfig-path.html#GimpConfigPathType">enum GimpConfigPathType</a>
</dt>
<dt id="ientry-idm3129">GimpConfigWriter, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a>
</dt>
<dt id="ientry-idm1955">gimp_config_build_data_path, <a class="indexterm" href="libgimpconfig-GimpConfig-path.html#gimp-config-build-data-path">gimp_config_build_data_path ()</a>
</dt>
<dt id="ientry-idm2031">gimp_config_build_plug_in_path, <a class="indexterm" href="libgimpconfig-GimpConfig-path.html#gimp-config-build-plug-in-path">gimp_config_build_plug_in_path ()</a>
</dt>
<dt id="ientry-idm1992">gimp_config_build_writable_path, <a class="indexterm" href="libgimpconfig-GimpConfig-path.html#gimp-config-build-writable-path">gimp_config_build_writable_path ()</a>
</dt>
<dt id="ientry-idm791">gimp_config_copy, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-copy">gimp_config_copy ()</a>
</dt>
<dt id="ientry-idm401">gimp_config_deserialize, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize">gimp_config_deserialize ()</a>
</dt>
<dt id="ientry-idm470">gimp_config_deserialize_file, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-file">gimp_config_deserialize_file ()</a>
</dt>
<dt id="ientry-idm904">gimp_config_deserialize_properties, <a class="indexterm" href="libgimpconfig-GimpConfig-deserialize.html#gimp-config-deserialize-properties">gimp_config_deserialize_properties ()</a>
</dt>
<dt id="ientry-idm962">gimp_config_deserialize_property, <a class="indexterm" href="libgimpconfig-GimpConfig-deserialize.html#gimp-config-deserialize-property">gimp_config_deserialize_property ()</a>
</dt>
<dt id="ientry-idm624">gimp_config_deserialize_return, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-return">gimp_config_deserialize_return ()</a>
</dt>
<dt id="ientry-idm542">gimp_config_deserialize_string, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-deserialize-string">gimp_config_deserialize_string ()</a>
</dt>
<dt id="ientry-idm2167">gimp_config_diff, <a class="indexterm" href="libgimpconfig-GimpConfig-utils.html#gimp-config-diff">gimp_config_diff ()</a>
</dt>
<dt id="ientry-idm670">gimp_config_duplicate, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-duplicate">gimp_config_duplicate ()</a>
</dt>
<dt id="ientry-idm1461">GIMP_CONFIG_ERROR, <a class="indexterm" href="libgimpconfig-GimpConfigError.html#GIMP-CONFIG-ERROR:CAPS">GIMP_CONFIG_ERROR</a>
</dt>
<dt id="ientry-idm1395">gimp_config_error_quark, <a class="indexterm" href="libgimpconfig-GimpConfigError.html#gimp-config-error-quark">gimp_config_error_quark ()</a>
</dt>
<dt id="ientry-idm1596">GIMP_CONFIG_INSTALL_PROP_BOOLEAN, <a class="indexterm" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-BOOLEAN:CAPS">GIMP_CONFIG_INSTALL_PROP_BOOLEAN()</a>
</dt>
<dt id="ientry-idm1601">GIMP_CONFIG_INSTALL_PROP_BOXED, <a class="indexterm" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-BOXED:CAPS">GIMP_CONFIG_INSTALL_PROP_BOXED()</a>
</dt>
<dt id="ientry-idm1611">GIMP_CONFIG_INSTALL_PROP_DOUBLE, <a class="indexterm" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-DOUBLE:CAPS">GIMP_CONFIG_INSTALL_PROP_DOUBLE()</a>
</dt>
<dt id="ientry-idm1621">GIMP_CONFIG_INSTALL_PROP_ENUM, <a class="indexterm" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-ENUM:CAPS">GIMP_CONFIG_INSTALL_PROP_ENUM()</a>
</dt>
<dt id="ientry-idm1626">GIMP_CONFIG_INSTALL_PROP_INT, <a class="indexterm" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-INT:CAPS">GIMP_CONFIG_INSTALL_PROP_INT()</a>
</dt>
<dt id="ientry-idm1631">GIMP_CONFIG_INSTALL_PROP_MATRIX2, <a class="indexterm" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-MATRIX2:CAPS">GIMP_CONFIG_INSTALL_PROP_MATRIX2()</a>
</dt>
<dt id="ientry-idm1636">GIMP_CONFIG_INSTALL_PROP_MEMSIZE, <a class="indexterm" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-MEMSIZE:CAPS">GIMP_CONFIG_INSTALL_PROP_MEMSIZE()</a>
</dt>
<dt id="ientry-idm1661">GIMP_CONFIG_INSTALL_PROP_OBJECT, <a class="indexterm" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-OBJECT:CAPS">GIMP_CONFIG_INSTALL_PROP_OBJECT()</a>
</dt>
<dt id="ientry-idm1641">GIMP_CONFIG_INSTALL_PROP_PATH, <a class="indexterm" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-PATH:CAPS">GIMP_CONFIG_INSTALL_PROP_PATH()</a>
</dt>
<dt id="ientry-idm1666">GIMP_CONFIG_INSTALL_PROP_POINTER, <a class="indexterm" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-POINTER:CAPS">GIMP_CONFIG_INSTALL_PROP_POINTER()</a>
</dt>
<dt id="ientry-idm1616">GIMP_CONFIG_INSTALL_PROP_RESOLUTION, <a class="indexterm" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-RESOLUTION:CAPS">GIMP_CONFIG_INSTALL_PROP_RESOLUTION()</a>
</dt>
<dt id="ientry-idm1606">GIMP_CONFIG_INSTALL_PROP_RGB, <a class="indexterm" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-RGB:CAPS">GIMP_CONFIG_INSTALL_PROP_RGB()</a>
</dt>
<dt id="ientry-idm1646">GIMP_CONFIG_INSTALL_PROP_STRING, <a class="indexterm" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-STRING:CAPS">GIMP_CONFIG_INSTALL_PROP_STRING()</a>
</dt>
<dt id="ientry-idm1651">GIMP_CONFIG_INSTALL_PROP_UINT, <a class="indexterm" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-UINT:CAPS">GIMP_CONFIG_INSTALL_PROP_UINT()</a>
</dt>
<dt id="ientry-idm1656">GIMP_CONFIG_INSTALL_PROP_UNIT, <a class="indexterm" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-UNIT:CAPS">GIMP_CONFIG_INSTALL_PROP_UNIT()</a>
</dt>
<dt id="ientry-idm708">gimp_config_is_equal_to, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-is-equal-to">gimp_config_is_equal_to ()</a>
</dt>
<dt id="ientry-idm1678">GIMP_CONFIG_PARAM_AGGREGATE, <a class="indexterm" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PARAM-AGGREGATE:CAPS">GIMP_CONFIG_PARAM_AGGREGATE</a>
</dt>
<dt id="ientry-idm1688">GIMP_CONFIG_PARAM_CONFIRM, <a class="indexterm" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PARAM-CONFIRM:CAPS">GIMP_CONFIG_PARAM_CONFIRM</a>
</dt>
<dt id="ientry-idm1693">GIMP_CONFIG_PARAM_DEFAULTS, <a class="indexterm" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PARAM-DEFAULTS:CAPS">GIMP_CONFIG_PARAM_DEFAULTS</a>
</dt>
<dt id="ientry-idm1703">GIMP_CONFIG_PARAM_FLAGS, <a class="indexterm" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PARAM-FLAGS:CAPS">GIMP_CONFIG_PARAM_FLAGS</a>
</dt>
<dt id="ientry-idm1698">GIMP_CONFIG_PARAM_IGNORE, <a class="indexterm" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PARAM-IGNORE:CAPS">GIMP_CONFIG_PARAM_IGNORE</a>
</dt>
<dt id="ientry-idm1683">GIMP_CONFIG_PARAM_RESTART, <a class="indexterm" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PARAM-RESTART:CAPS">GIMP_CONFIG_PARAM_RESTART</a>
</dt>
<dt id="ientry-idm1673">GIMP_CONFIG_PARAM_SERIALIZE, <a class="indexterm" href="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PARAM-SERIALIZE:CAPS">GIMP_CONFIG_PARAM_SERIALIZE</a>
</dt>
<dt id="ientry-idm1907">gimp_config_path_expand, <a class="indexterm" href="libgimpconfig-GimpConfig-path.html#gimp-config-path-expand">gimp_config_path_expand ()</a>
</dt>
<dt id="ientry-idm758">gimp_config_reset, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-reset">gimp_config_reset ()</a>
</dt>
<dt id="ientry-idm2289">gimp_config_reset_properties, <a class="indexterm" href="libgimpconfig-GimpConfig-utils.html#gimp-config-reset-properties">gimp_config_reset_properties ()</a>
</dt>
<dt id="ientry-idm2326">gimp_config_reset_property, <a class="indexterm" href="libgimpconfig-GimpConfig-utils.html#gimp-config-reset-property">gimp_config_reset_property ()</a>
</dt>
<dt id="ientry-idm151">gimp_config_serialize, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-serialize">gimp_config_serialize ()</a>
</dt>
<dt id="ientry-idm1128">gimp_config_serialize_changed_properties, <a class="indexterm" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-changed-properties">gimp_config_serialize_changed_properties ()</a>
</dt>
<dt id="ientry-idm1080">gimp_config_serialize_properties, <a class="indexterm" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-properties">gimp_config_serialize_properties ()</a>
</dt>
<dt id="ientry-idm1176">gimp_config_serialize_property, <a class="indexterm" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-property">gimp_config_serialize_property ()</a>
</dt>
<dt id="ientry-idm1235">gimp_config_serialize_property_by_name, <a class="indexterm" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-property-by-name">gimp_config_serialize_property_by_name ()</a>
</dt>
<dt id="ientry-idm300">gimp_config_serialize_to_fd, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-fd">gimp_config_serialize_to_fd ()</a>
</dt>
<dt id="ientry-idm211">gimp_config_serialize_to_file, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-file">gimp_config_serialize_to_file ()</a>
</dt>
<dt id="ientry-idm357">gimp_config_serialize_to_string, <a class="indexterm" href="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-string">gimp_config_serialize_to_string ()</a>
</dt>
<dt id="ientry-idm1292">gimp_config_serialize_value, <a class="indexterm" href="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-value">gimp_config_serialize_value ()</a>
</dt>
<dt id="ientry-idm2365">gimp_config_string_append_escaped, <a class="indexterm" href="libgimpconfig-GimpConfig-utils.html#gimp-config-string-append-escaped">gimp_config_string_append_escaped ()</a>
</dt>
<dt id="ientry-idm2224">gimp_config_sync, <a class="indexterm" href="libgimpconfig-GimpConfig-utils.html#gimp-config-sync">gimp_config_sync ()</a>
</dt>
<dt id="ientry-idm3039">gimp_config_writer_close, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-close">gimp_config_writer_close ()</a>
</dt>
<dt id="ientry-idm2955">gimp_config_writer_comment, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-comment">gimp_config_writer_comment ()</a>
</dt>
<dt id="ientry-idm2696">gimp_config_writer_comment_mode, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-comment-mode">gimp_config_writer_comment_mode ()</a>
</dt>
<dt id="ientry-idm2921">gimp_config_writer_data, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-data">gimp_config_writer_data ()</a>
</dt>
<dt id="ientry-idm3070">gimp_config_writer_finish, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-finish">gimp_config_writer_finish ()</a>
</dt>
<dt id="ientry-idm2841">gimp_config_writer_identifier, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-identifier">gimp_config_writer_identifier ()</a>
</dt>
<dt id="ientry-idm2995">gimp_config_writer_linefeed, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-linefeed">gimp_config_writer_linefeed ()</a>
</dt>
<dt id="ientry-idm2617">gimp_config_writer_new_fd, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-fd">gimp_config_writer_new_fd ()</a>
</dt>
<dt id="ientry-idm2547">gimp_config_writer_new_file, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-file">gimp_config_writer_new_file ()</a>
</dt>
<dt id="ientry-idm2636">gimp_config_writer_new_string, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-string">gimp_config_writer_new_string ()</a>
</dt>
<dt id="ientry-idm2655">gimp_config_writer_open, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-open">gimp_config_writer_open ()</a>
</dt>
<dt id="ientry-idm2740">gimp_config_writer_print, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-print">gimp_config_writer_print ()</a>
</dt>
<dt id="ientry-idm2791">gimp_config_writer_printf, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-printf">gimp_config_writer_printf ()</a>
</dt>
<dt id="ientry-idm3005">gimp_config_writer_revert, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-revert">gimp_config_writer_revert ()</a>
</dt>
<dt id="ientry-idm2881">gimp_config_writer_string, <a class="indexterm" href="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-string">gimp_config_writer_string ()</a>
</dt>
</dl>
</div>
<div class="indexdiv">
<h3>P</h3>
<dl>
<dt id="ientry-idm1790">gimp_param_spec_config_path, <a class="indexterm" href="libgimpconfig-GimpConfig-path.html#gimp-param-spec-config-path">gimp_param_spec_config_path ()</a>
</dt>
<dt id="ientry-idm1873">gimp_param_spec_config_path_type, <a class="indexterm" href="libgimpconfig-GimpConfig-path.html#gimp-param-spec-config-path-type">gimp_param_spec_config_path_type ()</a>
</dt>
</dl>
</div>
<div class="indexdiv">
<h3>S</h3>
<dl>
<dt id="ientry-idm3282">gimp_scanner_destroy, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-destroy">gimp_scanner_destroy ()</a>
</dt>
<dt id="ientry-idm3249">gimp_scanner_new_file, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file">gimp_scanner_new_file ()</a>
</dt>
<dt id="ientry-idm3264">gimp_scanner_new_string, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-string">gimp_scanner_new_string ()</a>
</dt>
<dt id="ientry-idm3645">gimp_scanner_parse_boolean, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-boolean">gimp_scanner_parse_boolean ()</a>
</dt>
<dt id="ientry-idm3691">gimp_scanner_parse_color, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-color">gimp_scanner_parse_color ()</a>
</dt>
<dt id="ientry-idm3498">gimp_scanner_parse_data, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-data">gimp_scanner_parse_data ()</a>
</dt>
<dt id="ientry-idm3599">gimp_scanner_parse_float, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-float">gimp_scanner_parse_float ()</a>
</dt>
<dt id="ientry-idm3360">gimp_scanner_parse_identifier, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-identifier">gimp_scanner_parse_identifier ()</a>
</dt>
<dt id="ientry-idm3553">gimp_scanner_parse_int, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-int">gimp_scanner_parse_int ()</a>
</dt>
<dt id="ientry-idm3737">gimp_scanner_parse_matrix2, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-matrix2">gimp_scanner_parse_matrix2 ()</a>
</dt>
<dt id="ientry-idm3406">gimp_scanner_parse_string, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-string">gimp_scanner_parse_string ()</a>
</dt>
<dt id="ientry-idm3452">gimp_scanner_parse_string_no_validate, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-string-no-validate">gimp_scanner_parse_string_no_validate ()</a>
</dt>
<dt id="ientry-idm3314">gimp_scanner_parse_token, <a class="indexterm" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-token">gimp_scanner_parse_token ()</a>
</dt>
</dl>
</div>
<div class="indexdiv">
<h3>V</h3>
<dl><dt id="ientry-idm2068">GIMP_VALUE_HOLDS_CONFIG_PATH, <a class="indexterm" href="libgimpconfig-GimpConfig-path.html#GIMP-VALUE-HOLDS-CONFIG-PATH:CAPS">GIMP_VALUE_HOLDS_CONFIG_PATH()</a>
</dt></dl>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<book xmlns="http://www.devhelp.net/book" title="GIMP Config Library Reference Manual" link="index.html" author="" name="libgimpconfig" version="2" language="c">
<chapters>
<sub name="GIMP Config Library" link="libgimpconfig.html">
<sub name="GIMP Config Library" link="pt01.html">
<sub name="Object Hierarchy" link="libgimpconfig-hierarchy.html"/>
<sub name="GimpConfig-iface" link="libgimpconfig-GimpConfig.html"/>
<sub name="GimpConfig-deserialize" link="libgimpconfig-GimpConfig-deserialize.html"/>
@ -14,52 +14,72 @@
<sub name="GimpScanner" link="libgimpconfig-GimpScanner.html"/>
<sub name="GimpColorConfig" link="GimpColorConfig.html"/>
</sub>
<sub name="Index" link="libgimpconfig-index.html"/>
<sub name="Index of new symbols in GIMP 2.4" link="libgimpconfig-index-new-in-2-4.html"/>
<sub name="Index of new symbols in GIMP 2.6" link="libgimpconfig-index-new-in-2-6.html"/>
<sub name="Index of new symbols in GIMP 2.8" link="libgimpconfig-index-new-in-2-8.html"/>
<sub name="Index of deprecated symbols" link="libgimpconfig-index-deprecated.html"/>
<sub name="Index" link="api-index-full.html"/>
<sub name="Index of new symbols in GIMP 2.4" link="api-index-2-4.html"/>
<sub name="Index of new symbols in GIMP 2.6" link="api-index-2-6.html"/>
<sub name="Index of new symbols in GIMP 2.8" link="api-index-2-8.html"/>
<sub name="Index of new symbols in GIMP 2.10" link="api-index-2-10.html"/>
<sub name="Index of deprecated symbols" link="api-index-deprecated.html"/>
</chapters>
<functions>
<keyword type="function" name="gimp_config_serialize ()" link="libgimpconfig-GimpConfig.html#gimp-config-serialize" since="GIMP 2.8"/>
<keyword type="function" name="gimp_config_serialize_to_file ()" link="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-file" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_serialize_to_fd ()" link="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-fd" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_serialize_to_string ()" link="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-string" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_deserialize ()" link="libgimpconfig-GimpConfig.html#gimp-config-deserialize" since="GIMP 2.8"/>
<keyword type="function" name="gimp_config_deserialize_file ()" link="libgimpconfig-GimpConfig.html#gimp-config-deserialize-file" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_deserialize_string ()" link="libgimpconfig-GimpConfig.html#gimp-config-deserialize-string" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_deserialize_return ()" link="libgimpconfig-GimpConfig.html#gimp-config-deserialize-return" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_duplicate ()" link="libgimpconfig-GimpConfig.html#gimp-config-duplicate" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_is_equal_to ()" link="libgimpconfig-GimpConfig.html#gimp-config-is-equal-to" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_reset ()" link="libgimpconfig-GimpConfig.html#gimp-config-reset" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_copy ()" link="libgimpconfig-GimpConfig.html#gimp-config-copy" since="GIMP 2.6"/>
<keyword type="function" name="gimp_config_serialize ()" link="libgimpconfig-GimpConfig.html#gimp-config-serialize" since="2.8"/>
<keyword type="function" name="gimp_config_serialize_to_file ()" link="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-file" since="2.4"/>
<keyword type="function" name="gimp_config_serialize_to_gfile ()" link="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-gfile" since="2.10"/>
<keyword type="function" name="gimp_config_serialize_to_stream ()" link="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-stream" since="2.10"/>
<keyword type="function" name="gimp_config_serialize_to_fd ()" link="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-fd" since="2.4"/>
<keyword type="function" name="gimp_config_serialize_to_string ()" link="libgimpconfig-GimpConfig.html#gimp-config-serialize-to-string" since="2.4"/>
<keyword type="function" name="gimp_config_deserialize ()" link="libgimpconfig-GimpConfig.html#gimp-config-deserialize" since="2.8"/>
<keyword type="function" name="gimp_config_deserialize_file ()" link="libgimpconfig-GimpConfig.html#gimp-config-deserialize-file" since="2.4"/>
<keyword type="function" name="gimp_config_deserialize_gfile ()" link="libgimpconfig-GimpConfig.html#gimp-config-deserialize-gfile" since="2.10"/>
<keyword type="function" name="gimp_config_deserialize_stream ()" link="libgimpconfig-GimpConfig.html#gimp-config-deserialize-stream" since="2.10"/>
<keyword type="function" name="gimp_config_deserialize_string ()" link="libgimpconfig-GimpConfig.html#gimp-config-deserialize-string" since="2.4"/>
<keyword type="function" name="gimp_config_deserialize_return ()" link="libgimpconfig-GimpConfig.html#gimp-config-deserialize-return" since="2.4"/>
<keyword type="function" name="gimp_config_duplicate ()" link="libgimpconfig-GimpConfig.html#gimp-config-duplicate" since="2.4"/>
<keyword type="function" name="gimp_config_is_equal_to ()" link="libgimpconfig-GimpConfig.html#gimp-config-is-equal-to" since="2.4"/>
<keyword type="function" name="gimp_config_reset ()" link="libgimpconfig-GimpConfig.html#gimp-config-reset" since="2.4"/>
<keyword type="function" name="gimp_config_copy ()" link="libgimpconfig-GimpConfig.html#gimp-config-copy" since="2.6"/>
<keyword type="struct" name="GimpConfig" link="libgimpconfig-GimpConfig.html#GimpConfig"/>
<keyword type="struct" name="struct GimpConfigInterface" link="libgimpconfig-GimpConfig.html#GimpConfigInterface-struct"/>
<keyword type="function" name="gimp_config_deserialize_properties ()" link="libgimpconfig-GimpConfig-deserialize.html#gimp-config-deserialize-properties" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_deserialize_property ()" link="libgimpconfig-GimpConfig-deserialize.html#gimp-config-deserialize-property" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_serialize_properties ()" link="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-properties" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_serialize_changed_properties ()" link="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-changed-properties" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_serialize_property ()" link="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-property" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_serialize_property_by_name ()" link="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-property-by-name" since="GIMP 2.6"/>
<keyword type="function" name="gimp_config_serialize_value ()" link="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-value" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_error_quark ()" link="libgimpconfig-GimpConfigError.html#gimp-config-error-quark" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_deserialize_properties ()" link="libgimpconfig-GimpConfig-deserialize.html#gimp-config-deserialize-properties" since="2.4"/>
<keyword type="function" name="gimp_config_deserialize_property ()" link="libgimpconfig-GimpConfig-deserialize.html#gimp-config-deserialize-property" since="2.4"/>
<keyword type="function" name="gimp_config_serialize_properties ()" link="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-properties" since="2.4"/>
<keyword type="function" name="gimp_config_serialize_changed_properties ()" link="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-changed-properties" since="2.4"/>
<keyword type="function" name="gimp_config_serialize_property ()" link="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-property" since="2.4"/>
<keyword type="function" name="gimp_config_serialize_property_by_name ()" link="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-property-by-name" since="2.6"/>
<keyword type="function" name="gimp_config_serialize_value ()" link="libgimpconfig-GimpConfig-serialize.html#gimp-config-serialize-value" since="2.4"/>
<keyword type="function" name="gimp_config_error_quark ()" link="libgimpconfig-GimpConfigError.html#gimp-config-error-quark" since="2.4"/>
<keyword type="enum" name="enum GimpConfigError" link="libgimpconfig-GimpConfigError.html#GimpConfigError"/>
<keyword type="macro" name="GIMP_CONFIG_ERROR" link="libgimpconfig-GimpConfigError.html#GIMP-CONFIG-ERROR:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_BOOLEAN()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-BOOLEAN:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_BOXED()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-BOXED:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_RGB()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-RGB:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_DOUBLE()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-DOUBLE:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_RESOLUTION()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-RESOLUTION:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_ENUM()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-ENUM:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_INT()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-INT:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_MATRIX2()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-MATRIX2:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_MEMSIZE()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-MEMSIZE:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_PATH()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-PATH:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_STRING()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-STRING:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_UINT()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-UINT:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_UNIT()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-UNIT:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_OBJECT()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-OBJECT:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_POINTER()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-POINTER:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_BOOLEAN()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-BOOLEAN:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_BOXED()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-BOXED:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_DOUBLE()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-DOUBLE:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_ENUM()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-ENUM:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_INT()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-INT:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_MATRIX2()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-MATRIX2:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_MEMSIZE()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-MEMSIZE:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_OBJECT()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-OBJECT:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_PATH()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-PATH:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_POINTER()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-POINTER:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_RESOLUTION()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-RESOLUTION:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_RGB()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-RGB:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_STRING()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-STRING:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_UINT()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-UINT:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PROP_UNIT()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PROP-UNIT:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_BOOLEAN()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-BOOLEAN:CAPS" deprecated=""/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_BOXED()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-BOXED:CAPS" deprecated=""/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_RGB()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-RGB:CAPS" deprecated=""/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_DOUBLE()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-DOUBLE:CAPS" deprecated=""/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_RESOLUTION()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-RESOLUTION:CAPS" deprecated=""/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_ENUM()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-ENUM:CAPS" deprecated=""/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_INT()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-INT:CAPS" deprecated=""/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_MATRIX2()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-MATRIX2:CAPS" deprecated=""/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_MEMSIZE()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-MEMSIZE:CAPS" deprecated=""/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_PATH()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-PATH:CAPS" deprecated=""/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_STRING()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-STRING:CAPS" deprecated=""/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_UINT()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-UINT:CAPS" deprecated=""/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_UNIT()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-UNIT:CAPS" deprecated=""/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_OBJECT()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-OBJECT:CAPS" deprecated=""/>
<keyword type="macro" name="GIMP_CONFIG_INSTALL_PROP_POINTER()" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-INSTALL-PROP-POINTER:CAPS" deprecated=""/>
<keyword type="macro" name="GIMP_CONFIG_PARAM_SERIALIZE" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PARAM-SERIALIZE:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PARAM_AGGREGATE" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PARAM-AGGREGATE:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PARAM_RESTART" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PARAM-RESTART:CAPS"/>
@ -67,63 +87,90 @@
<keyword type="macro" name="GIMP_CONFIG_PARAM_DEFAULTS" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PARAM-DEFAULTS:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PARAM_IGNORE" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PARAM-IGNORE:CAPS"/>
<keyword type="macro" name="GIMP_CONFIG_PARAM_FLAGS" link="libgimpconfig-GimpConfig-params.html#GIMP-CONFIG-PARAM-FLAGS:CAPS"/>
<keyword type="function" name="gimp_param_spec_config_path ()" link="libgimpconfig-GimpConfig-path.html#gimp-param-spec-config-path" since="GIMP 2.4"/>
<keyword type="function" name="gimp_param_spec_config_path_type ()" link="libgimpconfig-GimpConfig-path.html#gimp-param-spec-config-path-type" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_path_expand ()" link="libgimpconfig-GimpConfig-path.html#gimp-config-path-expand" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_build_data_path ()" link="libgimpconfig-GimpConfig-path.html#gimp-config-build-data-path" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_build_writable_path ()" link="libgimpconfig-GimpConfig-path.html#gimp-config-build-writable-path" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_build_plug_in_path ()" link="libgimpconfig-GimpConfig-path.html#gimp-config-build-plug-in-path" since="GIMP 2.4"/>
<keyword type="function" name="gimp_param_spec_config_path ()" link="libgimpconfig-GimpConfig-path.html#gimp-param-spec-config-path" since="2.4"/>
<keyword type="function" name="gimp_param_spec_config_path_type ()" link="libgimpconfig-GimpConfig-path.html#gimp-param-spec-config-path-type" since="2.4"/>
<keyword type="function" name="gimp_config_path_expand ()" link="libgimpconfig-GimpConfig-path.html#gimp-config-path-expand" since="2.4"/>
<keyword type="function" name="gimp_config_path_expand_to_files ()" link="libgimpconfig-GimpConfig-path.html#gimp-config-path-expand-to-files" since="2.10"/>
<keyword type="function" name="gimp_config_path_unexpand ()" link="libgimpconfig-GimpConfig-path.html#gimp-config-path-unexpand" since="2.10"/>
<keyword type="function" name="gimp_file_new_for_config_path ()" link="libgimpconfig-GimpConfig-path.html#gimp-file-new-for-config-path" since="2.10"/>
<keyword type="function" name="gimp_file_get_config_path ()" link="libgimpconfig-GimpConfig-path.html#gimp-file-get-config-path" since="2.10"/>
<keyword type="function" name="gimp_config_build_data_path ()" link="libgimpconfig-GimpConfig-path.html#gimp-config-build-data-path" since="2.4"/>
<keyword type="function" name="gimp_config_build_writable_path ()" link="libgimpconfig-GimpConfig-path.html#gimp-config-build-writable-path" since="2.4"/>
<keyword type="function" name="gimp_config_build_plug_in_path ()" link="libgimpconfig-GimpConfig-path.html#gimp-config-build-plug-in-path" since="2.4"/>
<keyword type="macro" name="GIMP_VALUE_HOLDS_CONFIG_PATH()" link="libgimpconfig-GimpConfig-path.html#GIMP-VALUE-HOLDS-CONFIG-PATH:CAPS"/>
<keyword type="typedef" name="GimpConfigPath" link="libgimpconfig-GimpConfig-path.html#GimpConfigPath"/>
<keyword type="enum" name="enum GimpConfigPathType" link="libgimpconfig-GimpConfig-path.html#GimpConfigPathType"/>
<keyword type="function" name="gimp_config_diff ()" link="libgimpconfig-GimpConfig-utils.html#gimp-config-diff" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_sync ()" link="libgimpconfig-GimpConfig-utils.html#gimp-config-sync" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_reset_properties ()" link="libgimpconfig-GimpConfig-utils.html#gimp-config-reset-properties" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_reset_property ()" link="libgimpconfig-GimpConfig-utils.html#gimp-config-reset-property" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_string_append_escaped ()" link="libgimpconfig-GimpConfig-utils.html#gimp-config-string-append-escaped" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_writer_new_file ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-file" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_writer_new_fd ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-fd" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_writer_new_string ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-string" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_writer_open ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-open" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_writer_comment_mode ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-comment-mode" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_writer_print ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-print" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_writer_printf ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-printf" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_writer_identifier ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-identifier" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_writer_string ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-string" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_writer_data ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-data" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_writer_comment ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-comment" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_diff ()" link="libgimpconfig-GimpConfig-utils.html#gimp-config-diff" since="2.4"/>
<keyword type="function" name="gimp_config_sync ()" link="libgimpconfig-GimpConfig-utils.html#gimp-config-sync" since="2.4"/>
<keyword type="function" name="gimp_config_reset_properties ()" link="libgimpconfig-GimpConfig-utils.html#gimp-config-reset-properties" since="2.4"/>
<keyword type="function" name="gimp_config_reset_property ()" link="libgimpconfig-GimpConfig-utils.html#gimp-config-reset-property" since="2.4"/>
<keyword type="function" name="gimp_config_string_append_escaped ()" link="libgimpconfig-GimpConfig-utils.html#gimp-config-string-append-escaped" since="2.4"/>
<keyword type="function" name="gimp_config_writer_new_file ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-file" since="2.4"/>
<keyword type="function" name="gimp_config_writer_new_gfile ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-gfile" since="2.10"/>
<keyword type="function" name="gimp_config_writer_new_stream ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-stream" since="2.10"/>
<keyword type="function" name="gimp_config_writer_new_fd ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-fd" since="2.4"/>
<keyword type="function" name="gimp_config_writer_new_string ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-new-string" since="2.4"/>
<keyword type="function" name="gimp_config_writer_open ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-open" since="2.4"/>
<keyword type="function" name="gimp_config_writer_comment_mode ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-comment-mode" since="2.4"/>
<keyword type="function" name="gimp_config_writer_print ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-print" since="2.4"/>
<keyword type="function" name="gimp_config_writer_printf ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-printf" since="2.4"/>
<keyword type="function" name="gimp_config_writer_identifier ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-identifier" since="2.4"/>
<keyword type="function" name="gimp_config_writer_string ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-string" since="2.4"/>
<keyword type="function" name="gimp_config_writer_data ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-data" since="2.4"/>
<keyword type="function" name="gimp_config_writer_comment ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-comment" since="2.4"/>
<keyword type="function" name="gimp_config_writer_linefeed ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-linefeed"/>
<keyword type="function" name="gimp_config_writer_revert ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-revert" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_writer_close ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-close" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_writer_finish ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-finish" since="GIMP 2.4"/>
<keyword type="function" name="gimp_config_writer_revert ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-revert" since="2.4"/>
<keyword type="function" name="gimp_config_writer_close ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-close" since="2.4"/>
<keyword type="function" name="gimp_config_writer_finish ()" link="libgimpconfig-GimpConfigWriter.html#gimp-config-writer-finish" since="2.4"/>
<keyword type="struct" name="GimpConfigWriter" link="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter"/>
<keyword type="function" name="gimp_scanner_new_file ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" since="GIMP 2.4"/>
<keyword type="function" name="gimp_scanner_new_string ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-new-string" since="GIMP 2.4"/>
<keyword type="function" name="gimp_scanner_destroy ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-destroy" since="GIMP 2.4"/>
<keyword type="function" name="gimp_scanner_parse_token ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-parse-token" since="GIMP 2.4"/>
<keyword type="function" name="gimp_scanner_parse_identifier ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-parse-identifier" since="GIMP 2.4"/>
<keyword type="function" name="gimp_scanner_parse_string ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-parse-string" since="GIMP 2.4"/>
<keyword type="function" name="gimp_scanner_parse_string_no_validate ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-parse-string-no-validate" since="GIMP 2.4"/>
<keyword type="function" name="gimp_scanner_parse_data ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-parse-data" since="GIMP 2.4"/>
<keyword type="function" name="gimp_scanner_parse_int ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-parse-int" since="GIMP 2.4"/>
<keyword type="function" name="gimp_scanner_parse_float ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-parse-float" since="GIMP 2.4"/>
<keyword type="function" name="gimp_scanner_parse_boolean ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-parse-boolean" since="GIMP 2.4"/>
<keyword type="function" name="gimp_scanner_parse_color ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-parse-color" since="GIMP 2.4"/>
<keyword type="function" name="gimp_scanner_parse_matrix2 ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-parse-matrix2" since="GIMP 2.4"/>
<keyword type="struct" name="GimpColorConfig" link="GimpColorConfig.html#GimpColorConfig-struct"/>
<keyword type="function" name="gimp_scanner_new_file ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" since="2.4"/>
<keyword type="function" name="gimp_scanner_new_gfile ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-new-gfile" since="2.10"/>
<keyword type="function" name="gimp_scanner_new_stream ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-new-stream" since="2.10"/>
<keyword type="function" name="gimp_scanner_new_string ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-new-string" since="2.4"/>
<keyword type="function" name="gimp_scanner_destroy ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-destroy" since="2.4"/>
<keyword type="function" name="gimp_scanner_parse_token ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-parse-token" since="2.4"/>
<keyword type="function" name="gimp_scanner_parse_identifier ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-parse-identifier" since="2.4"/>
<keyword type="function" name="gimp_scanner_parse_string ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-parse-string" since="2.4"/>
<keyword type="function" name="gimp_scanner_parse_string_no_validate ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-parse-string-no-validate" since="2.4"/>
<keyword type="function" name="gimp_scanner_parse_data ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-parse-data" since="2.4"/>
<keyword type="function" name="gimp_scanner_parse_int ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-parse-int" since="2.4"/>
<keyword type="function" name="gimp_scanner_parse_int64 ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-parse-int64" since="2.8"/>
<keyword type="function" name="gimp_scanner_parse_float ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-parse-float" since="2.4"/>
<keyword type="function" name="gimp_scanner_parse_boolean ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-parse-boolean" since="2.4"/>
<keyword type="function" name="gimp_scanner_parse_color ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-parse-color" since="2.4"/>
<keyword type="function" name="gimp_scanner_parse_matrix2 ()" link="libgimpconfig-GimpScanner.html#gimp-scanner-parse-matrix2" since="2.4"/>
<keyword type="function" name="gimp_color_config_get_mode ()" link="GimpColorConfig.html#gimp-color-config-get-mode" since="2.10"/>
<keyword type="function" name="gimp_color_config_get_display_intent ()" link="GimpColorConfig.html#gimp-color-config-get-display-intent" since="2.10"/>
<keyword type="function" name="gimp_color_config_get_display_bpc ()" link="GimpColorConfig.html#gimp-color-config-get-display-bpc" since="2.10"/>
<keyword type="function" name="gimp_color_config_get_display_optimize ()" link="GimpColorConfig.html#gimp-color-config-get-display-optimize" since="2.10"/>
<keyword type="function" name="gimp_color_config_get_display_profile_from_gdk ()" link="GimpColorConfig.html#gimp-color-config-get-display-profile-from-gdk" since="2.10"/>
<keyword type="function" name="gimp_color_config_get_simulation_intent ()" link="GimpColorConfig.html#gimp-color-config-get-simulation-intent" since="2.10"/>
<keyword type="function" name="gimp_color_config_get_simulation_bpc ()" link="GimpColorConfig.html#gimp-color-config-get-simulation-bpc" since="2.10"/>
<keyword type="function" name="gimp_color_config_get_simulation_optimize ()" link="GimpColorConfig.html#gimp-color-config-get-simulation-optimize" since="2.10"/>
<keyword type="function" name="gimp_color_config_get_simulation_gamut_check ()" link="GimpColorConfig.html#gimp-color-config-get-simulation-gamut-check" since="2.10"/>
<keyword type="function" name="gimp_color_config_get_rgb_color_profile ()" link="GimpColorConfig.html#gimp-color-config-get-rgb-color-profile" since="2.10"/>
<keyword type="function" name="gimp_color_config_get_gray_color_profile ()" link="GimpColorConfig.html#gimp-color-config-get-gray-color-profile" since="2.10"/>
<keyword type="function" name="gimp_color_config_get_cmyk_color_profile ()" link="GimpColorConfig.html#gimp-color-config-get-cmyk-color-profile" since="2.10"/>
<keyword type="function" name="gimp_color_config_get_display_color_profile ()" link="GimpColorConfig.html#gimp-color-config-get-display-color-profile" since="2.10"/>
<keyword type="function" name="gimp_color_config_get_simulation_color_profile ()" link="GimpColorConfig.html#gimp-color-config-get-simulation-color-profile" since="2.10"/>
<keyword type="enum" name="enum GimpColorManagementMode" link="GimpColorConfig.html#GimpColorManagementMode"/>
<keyword type="enum" name="enum GimpColorRenderingIntent" link="GimpColorConfig.html#GimpColorRenderingIntent"/>
<keyword type="property" name="The “cmyk-profile” property" link="GimpColorConfig.html#GimpColorConfig--cmyk-profile"/>
<keyword type="property" name="The “display-module” property" link="GimpColorConfig.html#GimpColorConfig--display-module"/>
<keyword type="property" name="The “display-optimize” property" link="GimpColorConfig.html#GimpColorConfig--display-optimize"/>
<keyword type="property" name="The “display-profile” property" link="GimpColorConfig.html#GimpColorConfig--display-profile"/>
<keyword type="property" name="The “display-profile-from-gdk” property" link="GimpColorConfig.html#GimpColorConfig--display-profile-from-gdk"/>
<keyword type="property" name="The “display-rendering-intent” property" link="GimpColorConfig.html#GimpColorConfig--display-rendering-intent"/>
<keyword type="property" name="The “display-use-black-point-compensation” property" link="GimpColorConfig.html#GimpColorConfig--display-use-black-point-compensation"/>
<keyword type="property" name="The “gray-profile” property" link="GimpColorConfig.html#GimpColorConfig--gray-profile"/>
<keyword type="property" name="The “mode” property" link="GimpColorConfig.html#GimpColorConfig--mode"/>
<keyword type="property" name="The “out-of-gamut-color” property" link="GimpColorConfig.html#GimpColorConfig--out-of-gamut-color"/>
<keyword type="property" name="The “printer-profile” property" link="GimpColorConfig.html#GimpColorConfig--printer-profile"/>
<keyword type="property" name="The “rgb-profile” property" link="GimpColorConfig.html#GimpColorConfig--rgb-profile"/>
<keyword type="property" name="The “simulation-gamut-check” property" link="GimpColorConfig.html#GimpColorConfig--simulation-gamut-check"/>
<keyword type="property" name="The “simulation-optimize” property" link="GimpColorConfig.html#GimpColorConfig--simulation-optimize"/>
<keyword type="property" name="The “simulation-rendering-intent” property" link="GimpColorConfig.html#GimpColorConfig--simulation-rendering-intent"/>
<keyword type="property" name="The “simulation-use-black-point-compensation” property" link="GimpColorConfig.html#GimpColorConfig--simulation-use-black-point-compensation"/>
<keyword type="constant" name="GIMP_CONFIG_ERROR_OPEN" link="libgimpconfig-GimpConfigError.html#GIMP-CONFIG-ERROR-OPEN:CAPS"/>
<keyword type="constant" name="GIMP_CONFIG_ERROR_OPEN_ENOENT" link="libgimpconfig-GimpConfigError.html#GIMP-CONFIG-ERROR-OPEN-ENOENT:CAPS"/>
<keyword type="constant" name="GIMP_CONFIG_ERROR_WRITE" link="libgimpconfig-GimpConfigError.html#GIMP-CONFIG-ERROR-WRITE:CAPS"/>

View File

@ -8,7 +8,7 @@
<link rel="up" href="index.html" title="GIMP Config Library Reference Manual">
<link rel="prev" href="index.html" title="GIMP Config Library Reference Manual">
<link rel="next" href="libgimpconfig-hierarchy.html" title="Object Hierarchy">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -21,7 +21,7 @@
</tr></table>
<div class="part">
<div class="titlepage"><div><div><h1 class="title">
<a name="libgimpconfig"></a>Part I. GIMP Config Library</h1></div></div></div>
<a name="id-1.2"></a>Part I. GIMP Config Library</h1></div></div></div>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl class="toc">
@ -61,6 +61,6 @@
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 373 B

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 261 B

After

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 374 B

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 260 B

After

Width:  |  Height:  |  Size: 260 B