Imported Upstream version 2.3.7

This commit is contained in:
Ari Pollak
2010-08-11 01:18:40 -04:00
parent de5dc4f4c2
commit 5bef548947
772 changed files with 75842 additions and 66943 deletions

View File

@ -53,18 +53,18 @@ void <a href="libgimpconfig-gimpconfig-utils.html#gimp-config-string-appe
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2520249"></a><h2>Description</h2>
<a name="id2556927"></a><h2>Description</h2>
<p>
Miscellaneous utility functions for libgimpconfig.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2520261"></a><h2>Details</h2>
<a name="id2556939"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2520268"></a><h3>
<a name="id2556946"></a><h3>
<a name="gimp-config-diff"></a>gimp_config_diff ()</h3>
<a class="indexterm" name="id2520278"></a><pre class="programlisting">GList* gimp_config_diff (GObject *a,
<a class="indexterm" name="id2556956"></a><pre class="programlisting">GList* gimp_config_diff (GObject *a,
GObject *b,
GParamFlags flags);</pre>
<p>
@ -113,9 +113,9 @@ compared.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2525897"></a><h3>
<a name="id2517063"></a><h3>
<a name="gimp-config-sync"></a>gimp_config_sync ()</h3>
<a class="indexterm" name="id2525907"></a><pre class="programlisting">gboolean gimp_config_sync (GObject *src,
<a class="indexterm" name="id2517073"></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="id2559469"></a><h3>
<a name="id2560509"></a><h3>
<a name="gimp-config-reset-properties"></a>gimp_config_reset_properties ()</h3>
<a class="indexterm" name="id2559478"></a><pre class="programlisting">void gimp_config_reset_properties (GObject *object);</pre>
<a class="indexterm" name="id2560519"></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"
@ -195,9 +195,9 @@ If you want to reset a <a href="libgimpconfig-GimpConfig.html#GimpConfig"><span
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2526583"></a><h3>
<a name="id2525811"></a><h3>
<a name="gimp-config-reset-property"></a>gimp_config_reset_property ()</h3>
<a class="indexterm" name="id2526592"></a><pre class="programlisting">void gimp_config_reset_property (GObject *object,
<a class="indexterm" name="id2525821"></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
@ -227,9 +227,9 @@ property must be writable and must not be marked as "construct-only".</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2526683"></a><h3>
<a name="id2525911"></a><h3>
<a name="gimp-config-string-append-escaped"></a>gimp_config_string_append_escaped ()</h3>
<a class="indexterm" name="id2526694"></a><pre class="programlisting">void gimp_config_string_append_escaped
<a class="indexterm" name="id2525923"></a><pre class="programlisting">void gimp_config_string_append_escaped
(GString *string,
const gchar *val);</pre>
<p>