Imported Upstream version 2.3.13

This commit is contained in:
Ari Pollak
2010-08-11 01:20:31 -04:00
parent a028e0b309
commit bbd6d9844c
1225 changed files with 162390 additions and 93699 deletions

View File

@ -12,9 +12,9 @@
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="libgimpconfig.html" title="Part&#160;I.&#160;GIMP Config Library">
<link rel="chapter" href="libgimpconfig-hierarchy.html" title="Object Hierarchy">
<link rel="index" href="ix01.html" title="Index">
<link rel="index" href="ix02.html" title="Index of new symbols in GIMP 2.4">
<link rel="index" href="ix03.html" title="Index of deprecated symbols">
<link rel="index" href="libgimpconfig-index.html" title="Index">
<link rel="index" href="libgimpconfig-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
<link rel="index" href="libgimpconfig-index-deprecated.html" title="Index of deprecated symbols">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@ -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="#id2590024" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2555322" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2571575" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2571372" 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="id2590024"></a><span class="refentrytitle">gimpconfig-utils</span>
<a name="id2555322"></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="id2571575"></a><h2>Description</h2>
<a name="id2571372"></a><h2>Description</h2>
<p>
Miscellaneous utility functions for libgimpconfig.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2571592"></a><h2>Details</h2>
<a name="id2571388"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2571602"></a><h3>
<a name="id2571399"></a><h3>
<a name="gimp-config-diff"></a>gimp_config_diff ()</h3>
<a class="indexterm" name="id2588016"></a><pre class="programlisting">GList* gimp_config_diff (GObject *a,
<a class="indexterm" name="id2584527"></a><pre class="programlisting">GList* gimp_config_diff (GObject *a,
GObject *b,
GParamFlags flags);</pre>
<p>
@ -90,26 +90,22 @@ compared.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>a</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>a</code></em>&#160;:</span></td>
<td> a <span class="type">GObject</span>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>b</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>b</code></em>&#160;:</span></td>
<td> another <span class="type">GObject</span> object
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>flags</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>flags</code></em>&#160;:</span></td>
<td> a mask of GParamFlags
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> a GList of differing GParamSpecs.
</td>
@ -121,9 +117,9 @@ compared.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2588166"></a><h3>
<a name="id2584677"></a><h3>
<a name="gimp-config-sync"></a>gimp_config_sync ()</h3>
<a class="indexterm" name="id2574080"></a><pre class="programlisting">gboolean gimp_config_sync (GObject *src,
<a class="indexterm" name="id2501372"></a><pre class="programlisting">gboolean gimp_config_sync (GObject *src,
GObject *dest,
GParamFlags flags);</pre>
<p>
@ -145,26 +141,22 @@ synchronized</p>
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>src</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>src</code></em>&#160;:</span></td>
<td> a <span class="type">GObject</span>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>dest</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>dest</code></em>&#160;:</span></td>
<td> another <span class="type">GObject</span>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>flags</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>flags</code></em>&#160;:</span></td>
<td> a mask of GParamFlags
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> <code class="literal">TRUE</code> if <em class="parameter"><code>dest</code></em> was modified, <code class="literal">FALSE</code> otherwise
</td>
@ -176,9 +168,9 @@ synchronized</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2574274"></a><h3>
<a name="id2501566"></a><h3>
<a name="gimp-config-reset-properties"></a>gimp_config_reset_properties ()</h3>
<a class="indexterm" name="id2574288"></a><pre class="programlisting">void gimp_config_reset_properties (GObject *object);</pre>
<a class="indexterm" name="id2501580"></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"
@ -192,8 +184,7 @@ If you want to reset a <a href="libgimpconfig-GimpConfig.html#GimpConfig"><span
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><em class="parameter"><code>object</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>object</code></em>&#160;:</span></td>
<td> a <span class="type">GObject</span>
</td>
</tr></tbody>
@ -203,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="id2576737"></a><h3>
<a name="id2551550"></a><h3>
<a name="gimp-config-reset-property"></a>gimp_config_reset_property ()</h3>
<a class="indexterm" name="id2576751"></a><pre class="programlisting">void gimp_config_reset_property (GObject *object,
<a class="indexterm" name="id2551564"></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
@ -217,14 +208,12 @@ property must be writable and must not be marked as "construct-only".</p>
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>object</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>object</code></em>&#160;:</span></td>
<td> a <span class="type">GObject</span>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>property_name</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>property_name</code></em>&#160;:</span></td>
<td> name of the property to reset
</td>
</tr>
@ -235,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="id2576841"></a><h3>
<a name="id2551655"></a><h3>
<a name="gimp-config-string-append-escaped"></a>gimp_config_string_append_escaped ()</h3>
<a class="indexterm" name="id2576857"></a><pre class="programlisting">void gimp_config_string_append_escaped
<a class="indexterm" name="id2551671"></a><pre class="programlisting">void gimp_config_string_append_escaped
(GString *string,
const gchar *val);</pre>
<p>
@ -252,14 +241,12 @@ strings. Only control characters and quotes are being escaped.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>string</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>string</code></em>&#160;:</span></td>
<td> pointer to a <span class="type">GString</span>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>val</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>val</code></em>&#160;:</span></td>
<td> a string to append or <code class="literal">NULL</code>
</td>
</tr>