Imported Upstream version 2.4.1

This commit is contained in:
Ari Pollak
2010-08-11 01:23:35 -04:00
parent 258b1471f0
commit 69250d2dd6
266 changed files with 77744 additions and 54804 deletions

View File

@ -47,31 +47,31 @@
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> <a class="link" href="libgimpconfig-gimpconfig-serialize.html#gimp-config-serialize-properties">gimp_config_serialize_properties</a> (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> <a class="link" href="libgimpconfig-gimpconfig-serialize.html#gimp-config-serialize-changed-properties">gimp_config_serialize_changed_properties</a>
(<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> <a class="link" href="libgimpconfig-gimpconfig-serialize.html#gimp-config-serialize-property">gimp_config_serialize_property</a> (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
<a
href="/usr/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"
href="../gobject/gobject-GParamSpec.html#GParamSpec"
>GParamSpec</a> *param_spec,
<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> <a class="link" href="libgimpconfig-gimpconfig-serialize.html#gimp-config-serialize-value">gimp_config_serialize_value</a> (const <a
href="/usr/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"
href="../gobject/gobject-Generic-values.html#GValue"
>GValue</a> *value,
<a
href="/usr/share/gtk-doc/html/glib/glib-Strings.html#GString"
href="../glib/glib-Strings.html#GString"
>GString</a> *str,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> escaped);
</pre>
</div>
@ -88,7 +88,7 @@ Serializing interface for libgimpconfig.
<a name="id2590478"></a><h3>
<a name="gimp-config-serialize-properties"></a>gimp_config_serialize_properties ()</h3>
<a class="indexterm" name="id2590491"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_config_serialize_properties (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);</pre>
<p>
@ -112,9 +112,9 @@ This function serializes a single object property to the <em class="parameter"><
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
<td> <a
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
><code class="literal">TRUE</code></a> if serialization succeeded, <a
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
><code class="literal">FALSE</code></a> otherwise
</td>
@ -129,7 +129,7 @@ href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
<a name="id2589148"></a><h3>
<a name="gimp-config-serialize-changed-properties"></a>gimp_config_serialize_changed_properties ()</h3>
<a class="indexterm" name="id2589163"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_config_serialize_changed_properties
(<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);</pre>
@ -155,9 +155,9 @@ their default values to the <em class="parameter"><code>writer</code></em>.</p>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
<td> <a
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
><code class="literal">TRUE</code></a> if serialization succeeded, <a
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
><code class="literal">FALSE</code></a> otherwise
</td>
@ -172,10 +172,10 @@ href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
<a name="id2603256"></a><h3>
<a name="gimp-config-serialize-property"></a>gimp_config_serialize_property ()</h3>
<a class="indexterm" name="id2603270"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_config_serialize_property (<a class="link" href="libgimpconfig-GimpConfig.html#GimpConfig">GimpConfig</a> *config,
<a
href="/usr/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"
href="../gobject/gobject-GParamSpec.html#GParamSpec"
>GParamSpec</a> *param_spec,
<a class="link" href="libgimpconfig-GimpConfigWriter.html#GimpConfigWriter">GimpConfigWriter</a> *writer);</pre>
<p>
@ -214,19 +214,19 @@ href="/usr/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"
<a name="id2603369"></a><h3>
<a name="gimp-config-serialize-value"></a>gimp_config_serialize_value ()</h3>
<a class="indexterm" name="id2603384"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_config_serialize_value (const <a
href="/usr/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"
href="../gobject/gobject-Generic-values.html#GValue"
>GValue</a> *value,
<a
href="/usr/share/gtk-doc/html/glib/glib-Strings.html#GString"
href="../glib/glib-Strings.html#GString"
>GString</a> *str,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> escaped);</pre>
<p>
This utility function appends a string representation of <a
href="/usr/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"
href="../gobject/gobject-Generic-values.html#GValue"
><span class="type">GValue</span></a> to <em class="parameter"><code>str</code></em>.</p>
<p>
@ -237,7 +237,7 @@ href="/usr/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em>&#160;:</span></p></td>
<td> a <a
href="/usr/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"
href="../gobject/gobject-Generic-values.html#GValue"
><span class="type">GValue</span></a>.
</td>
</tr>
@ -254,9 +254,9 @@ href="/usr/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
<td> <a
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
><code class="literal">TRUE</code></a> if serialization succeeded, <a
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
><code class="literal">FALSE</code></a> otherwise.
</td>