Imported Upstream version 2.3.10
This commit is contained in:
@ -68,9 +68,9 @@ Miscellaneous utility functions for libgimpconfig.
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2556137"></a><h3>
|
||||
<a name="id2558308"></a><h3>
|
||||
<a name="gimp-config-diff"></a>gimp_config_diff ()</h3>
|
||||
<a class="indexterm" name="id2544762"></a><pre class="programlisting">GList* gimp_config_diff (GObject *a,
|
||||
<a class="indexterm" name="id2533602"></a><pre class="programlisting">GList* gimp_config_diff (GObject *a,
|
||||
GObject *b,
|
||||
GParamFlags flags);</pre>
|
||||
<p>
|
||||
@ -119,9 +119,9 @@ compared.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2544912"></a><h3>
|
||||
<a name="id2533751"></a><h3>
|
||||
<a name="gimp-config-sync"></a>gimp_config_sync ()</h3>
|
||||
<a class="indexterm" name="id2563401"></a><pre class="programlisting">gboolean gimp_config_sync (GObject *src,
|
||||
<a class="indexterm" name="id2522535"></a><pre class="programlisting">gboolean gimp_config_sync (GObject *src,
|
||||
GObject *dest,
|
||||
GParamFlags flags);</pre>
|
||||
<p>
|
||||
@ -174,9 +174,9 @@ synchronized</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2563595"></a><h3>
|
||||
<a name="id2522729"></a><h3>
|
||||
<a name="gimp-config-reset-properties"></a>gimp_config_reset_properties ()</h3>
|
||||
<a class="indexterm" name="id2563608"></a><pre class="programlisting">void gimp_config_reset_properties (GObject *object);</pre>
|
||||
<a class="indexterm" name="id2522743"></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"
|
||||
@ -201,9 +201,9 @@ If you want to reset a <a href="libgimpconfig-GimpConfig.html#GimpConfig"><span
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2554735"></a><h3>
|
||||
<a name="id2549900"></a><h3>
|
||||
<a name="gimp-config-reset-property"></a>gimp_config_reset_property ()</h3>
|
||||
<a class="indexterm" name="id2554749"></a><pre class="programlisting">void gimp_config_reset_property (GObject *object,
|
||||
<a class="indexterm" name="id2549914"></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
|
||||
@ -233,9 +233,9 @@ property must be writable and must not be marked as "construct-only".</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2554839"></a><h3>
|
||||
<a name="id2550004"></a><h3>
|
||||
<a name="gimp-config-string-append-escaped"></a>gimp_config_string_append_escaped ()</h3>
|
||||
<a class="indexterm" name="id2554854"></a><pre class="programlisting">void gimp_config_string_append_escaped
|
||||
<a class="indexterm" name="id2550021"></a><pre class="programlisting">void gimp_config_string_append_escaped
|
||||
(GString *string,
|
||||
const gchar *val);</pre>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user