Imported Upstream version 2.3.14

This commit is contained in:
Ari Pollak
2010-08-11 01:20:46 -04:00
parent bbd6d9844c
commit aca02f7697
2412 changed files with 114847 additions and 56535 deletions

View File

@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Config Library Reference Manual</th>
<td><a accesskey="n" href="libgimpconfig-GimpConfigWriter.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2555322" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2501208" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2571372" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2548739" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpconfig-gimpconfig-utils"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2555322"></a><span class="refentrytitle">gimpconfig-utils</span>
<a name="id2501208"></a><span class="refentrytitle">gimpconfig-utils</span>
</h2>
<p>gimpconfig-utils &#8212; Miscellaneous utility functions for libgimpconfig.</p>
</td>
@ -61,18 +61,18 @@ void <a href="libgimpconfig-gimpconfig-utils.html#gimp-config-string-appe
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2571372"></a><h2>Description</h2>
<a name="id2548739"></a><h2>Description</h2>
<p>
Miscellaneous utility functions for libgimpconfig.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2571388"></a><h2>Details</h2>
<a name="id2548756"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2571399"></a><h3>
<a name="id2548766"></a><h3>
<a name="gimp-config-diff"></a>gimp_config_diff ()</h3>
<a class="indexterm" name="id2584527"></a><pre class="programlisting">GList* gimp_config_diff (GObject *a,
<a class="indexterm" name="id2564414"></a><pre class="programlisting">GList* gimp_config_diff (GObject *a,
GObject *b,
GParamFlags flags);</pre>
<p>
@ -117,9 +117,9 @@ compared.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584677"></a><h3>
<a name="id2564563"></a><h3>
<a name="gimp-config-sync"></a>gimp_config_sync ()</h3>
<a class="indexterm" name="id2501372"></a><pre class="programlisting">gboolean gimp_config_sync (GObject *src,
<a class="indexterm" name="id2578499"></a><pre class="programlisting">gboolean gimp_config_sync (GObject *src,
GObject *dest,
GParamFlags flags);</pre>
<p>
@ -168,9 +168,9 @@ synchronized</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2501566"></a><h3>
<a name="id2578693"></a><h3>
<a name="gimp-config-reset-properties"></a>gimp_config_reset_properties ()</h3>
<a class="indexterm" name="id2501580"></a><pre class="programlisting">void gimp_config_reset_properties (GObject *object);</pre>
<a class="indexterm" name="id2578707"></a><pre class="programlisting">void gimp_config_reset_properties (GObject *object);</pre>
<p>
Resets all writable properties of <em class="parameter"><code>object</code></em> to the default values as
defined in their <span class="type">GParamSpec</span>. Properties marked as "construct-only"
@ -194,9 +194,9 @@ If you want to reset a <a href="libgimpconfig-GimpConfig.html#GimpConfig"><span
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2551550"></a><h3>
<a name="id2554598"></a><h3>
<a name="gimp-config-reset-property"></a>gimp_config_reset_property ()</h3>
<a class="indexterm" name="id2551564"></a><pre class="programlisting">void gimp_config_reset_property (GObject *object,
<a class="indexterm" name="id2554612"></a><pre class="programlisting">void gimp_config_reset_property (GObject *object,
const gchar *property_name);</pre>
<p>
Resets the property named <em class="parameter"><code>property_name</code></em> to its default value. The
@ -224,9 +224,9 @@ property must be writable and must not be marked as "construct-only".</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2551655"></a><h3>
<a name="id2554701"></a><h3>
<a name="gimp-config-string-append-escaped"></a>gimp_config_string_append_escaped ()</h3>
<a class="indexterm" name="id2551671"></a><pre class="programlisting">void gimp_config_string_append_escaped
<a class="indexterm" name="id2554716"></a><pre class="programlisting">void gimp_config_string_append_escaped
(GString *string,
const gchar *val);</pre>
<p>