Imported Upstream version 2.3.12
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimpconfig-utils</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.70.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
|
||||
<link rel="start" 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-gimpconfig-path.html" title="gimpconfig-path">
|
||||
@ -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="#id2577458" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2590024" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2583434" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2571575" 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="id2577458"></a><span class="refentrytitle">gimpconfig-utils</span>
|
||||
<a name="id2590024"></a><span class="refentrytitle">gimpconfig-utils</span>
|
||||
</h2>
|
||||
<p>gimpconfig-utils — 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="id2583434"></a><h2>Description</h2>
|
||||
<a name="id2571575"></a><h2>Description</h2>
|
||||
<p>
|
||||
Miscellaneous utility functions for libgimpconfig.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2583450"></a><h2>Details</h2>
|
||||
<a name="id2571592"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2583461"></a><h3>
|
||||
<a name="id2571602"></a><h3>
|
||||
<a name="gimp-config-diff"></a>gimp_config_diff ()</h3>
|
||||
<a class="indexterm" name="id2510711"></a><pre class="programlisting">GList* gimp_config_diff (GObject *a,
|
||||
<a class="indexterm" name="id2588016"></a><pre class="programlisting">GList* gimp_config_diff (GObject *a,
|
||||
GObject *b,
|
||||
GParamFlags flags);</pre>
|
||||
<p>
|
||||
@ -121,9 +121,9 @@ compared.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2510860"></a><h3>
|
||||
<a name="id2588166"></a><h3>
|
||||
<a name="gimp-config-sync"></a>gimp_config_sync ()</h3>
|
||||
<a class="indexterm" name="id2585893"></a><pre class="programlisting">gboolean gimp_config_sync (GObject *src,
|
||||
<a class="indexterm" name="id2574080"></a><pre class="programlisting">gboolean gimp_config_sync (GObject *src,
|
||||
GObject *dest,
|
||||
GParamFlags flags);</pre>
|
||||
<p>
|
||||
@ -176,9 +176,9 @@ synchronized</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2586087"></a><h3>
|
||||
<a name="id2574274"></a><h3>
|
||||
<a name="gimp-config-reset-properties"></a>gimp_config_reset_properties ()</h3>
|
||||
<a class="indexterm" name="id2586100"></a><pre class="programlisting">void gimp_config_reset_properties (GObject *object);</pre>
|
||||
<a class="indexterm" name="id2574288"></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"
|
||||
@ -203,9 +203,9 @@ If you want to reset a <a href="libgimpconfig-GimpConfig.html#GimpConfig"><span
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2589657"></a><h3>
|
||||
<a name="id2576737"></a><h3>
|
||||
<a name="gimp-config-reset-property"></a>gimp_config_reset_property ()</h3>
|
||||
<a class="indexterm" name="id2589671"></a><pre class="programlisting">void gimp_config_reset_property (GObject *object,
|
||||
<a class="indexterm" name="id2576751"></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
|
||||
@ -235,9 +235,9 @@ property must be writable and must not be marked as "construct-only".</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2589760"></a><h3>
|
||||
<a name="id2576841"></a><h3>
|
||||
<a name="gimp-config-string-append-escaped"></a>gimp_config_string_append_escaped ()</h3>
|
||||
<a class="indexterm" name="id2589777"></a><pre class="programlisting">void gimp_config_string_append_escaped
|
||||
<a class="indexterm" name="id2576857"></a><pre class="programlisting">void gimp_config_string_append_escaped
|
||||
(GString *string,
|
||||
const gchar *val);</pre>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user