Imported Upstream version 2.3.11

This commit is contained in:
Ari Pollak
2010-08-11 01:20:03 -04:00
parent efbc58ed09
commit 79785b4adf
1382 changed files with 88625 additions and 63323 deletions

View File

@ -3,12 +3,12 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>gimpconfig-path</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
<meta name="generator" content="DocBook XSL Stylesheets V1.70.1">
<link rel="start" href="index.html" title="GIMP Config Library Reference Manual">
<link rel="up" href="libgimpconfig.html" title="Part&#160;I.&#160;GIMP Config Library">
<link rel="prev" href="libgimpconfig-gimpconfig-params.html" title="gimpconfig-params">
<link rel="next" href="libgimpconfig-gimpconfig-utils.html" title="gimpconfig-utils">
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<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">
@ -25,21 +25,23 @@
<th width="100%" align="center">GIMP Config Library Reference Manual</th>
<td><a accesskey="n" href="libgimpconfig-gimpconfig-utils.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="#top_of_page" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2590955" class="shortcut">Top</a>
&#160;|&#160;
<a href="#desc" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2557450" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpconfig-gimpconfig-path"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="top_of_page"></a>gimpconfig-path</span></h2>
<h2>
<a name="id2590955"></a><span class="refentrytitle">gimpconfig-path</span>
</h2>
<p>gimpconfig-path &#8212; </p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="synopsis"></a><h2>Synopsis</h2>
<h2>Synopsis</h2>
<pre class="synopsis">
@ -64,17 +66,17 @@ gchar* <a href="libgimpconfig-gimpconfig-path.html#gimp-config-build-plug-i
</pre>
</div>
<div class="refsect1" lang="en">
<a name="desc"></a><h2>Description</h2>
<a name="id2557450"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="details"></a><h2>Details</h2>
<a name="id2557466"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2548521"></a><h3>
<a name="id2557476"></a><h3>
<a name="GimpConfigPathType"></a>enum GimpConfigPathType</h3>
<a class="indexterm" name="id2548532"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2557489"></a><pre class="programlisting">typedef enum
{
GIMP_CONFIG_PATH_FILE,
GIMP_CONFIG_PATH_FILE_LIST,
@ -88,9 +90,9 @@ gchar* <a href="libgimpconfig-gimpconfig-path.html#gimp-config-build-plug-i
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2536812"></a><h3>
<a name="id2557506"></a><h3>
<a name="gimp-param-spec-config-path"></a>gimp_param_spec_config_path ()</h3>
<a class="indexterm" name="id2536825"></a><pre class="programlisting">GParamSpec* gimp_param_spec_config_path (const gchar *name,
<a class="indexterm" name="id2569517"></a><pre class="programlisting">GParamSpec* gimp_param_spec_config_path (const gchar *name,
const gchar *nick,
const gchar *blurb,
<a href="libgimpconfig-gimpconfig-path.html#GimpConfigPathType">GimpConfigPathType</a> type,
@ -156,9 +158,9 @@ See <code class="function">g_param_spec_internal()</code> for more information.<
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2534783"></a><h3>
<a name="id2600088"></a><h3>
<a name="gimp-param-spec-config-path-type"></a>gimp_param_spec_config_path_type ()</h3>
<a class="indexterm" name="id2534799"></a><pre class="programlisting"><a href="libgimpconfig-gimpconfig-path.html#GimpConfigPathType">GimpConfigPathType</a> gimp_param_spec_config_path_type
<a class="indexterm" name="id2600104"></a><pre class="programlisting"><a href="libgimpconfig-gimpconfig-path.html#GimpConfigPathType">GimpConfigPathType</a> gimp_param_spec_config_path_type
(GParamSpec *pspec);</pre>
<p>
Tells whether the path param encodes a filename,
@ -189,9 +191,9 @@ dir name, or list of file or dir names.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2534881"></a><h3>
<a name="id2600186"></a><h3>
<a name="gimp-config-path-expand"></a>gimp_config_path_expand ()</h3>
<a class="indexterm" name="id2534895"></a><pre class="programlisting">gchar* gimp_config_path_expand (const gchar *path,
<a class="indexterm" name="id2600200"></a><pre class="programlisting">gchar* gimp_config_path_expand (const gchar *path,
gboolean recode,
GError **error);</pre>
<p>
@ -240,9 +242,9 @@ filesystem encoding.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2529343"></a><h3>
<a name="id2593071"></a><h3>
<a name="gimp-config-build-data-path"></a>gimp_config_build_data_path ()</h3>
<a class="indexterm" name="id2529357"></a><pre class="programlisting">gchar* gimp_config_build_data_path (const gchar *name);</pre>
<a class="indexterm" name="id2593085"></a><pre class="programlisting">gchar* gimp_config_build_data_path (const gchar *name);</pre>
<p>
Creates a search path as it is used in the gimprc file. The path
returned by <a href="libgimpconfig-gimpconfig-path.html#gimp-config-build-data-path"><code class="function">gimp_config_build_data_path()</code></a> includes a directory
@ -281,9 +283,9 @@ recode it using <a href="libgimpconfig-gimpconfig-path.html#gimp-config-path-exp
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2529458"></a><h3>
<a name="id2593186"></a><h3>
<a name="gimp-config-build-writable-path"></a>gimp_config_build_writable_path ()</h3>
<a class="indexterm" name="id2529474"></a><pre class="programlisting">gchar* gimp_config_build_writable_path (const gchar *name);</pre>
<a class="indexterm" name="id2593202"></a><pre class="programlisting">gchar* gimp_config_build_writable_path (const gchar *name);</pre>
<p>
Creates a search path as it is used in the gimprc file. The path
returned by <a href="libgimpconfig-gimpconfig-path.html#gimp-config-build-writable-path"><code class="function">gimp_config_build_writable_path()</code></a> is just the writable
@ -321,9 +323,9 @@ recode it using <a href="libgimpconfig-gimpconfig-path.html#gimp-config-path-exp
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2570329"></a><h3>
<a name="id2603348"></a><h3>
<a name="gimp-config-build-plug-in-path"></a>gimp_config_build_plug_in_path ()</h3>
<a class="indexterm" name="id2570343"></a><pre class="programlisting">gchar* gimp_config_build_plug_in_path (const gchar *name);</pre>
<a class="indexterm" name="id2603362"></a><pre class="programlisting">gchar* gimp_config_build_plug_in_path (const gchar *name);</pre>
<p>
Creates a search path as it is used in the gimprc file. The path
returned by <a href="libgimpconfig-gimpconfig-path.html#gimp-config-build-plug-in-path"><code class="function">gimp_config_build_plug_in_path()</code></a> includes a directory
@ -362,9 +364,9 @@ recode it using <a href="libgimpconfig-gimpconfig-path.html#gimp-config-path-exp
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2570410"></a><h3>
<a name="id2603456"></a><h3>
<a name="GIMP-VALUE-HOLDS-CONFIG-PATH:CAPS"></a>GIMP_VALUE_HOLDS_CONFIG_PATH()</h3>
<a class="indexterm" name="id2570421"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_CONFIG_PATH(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_CONFIG_PATH))
<a class="indexterm" name="id2603468"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_CONFIG_PATH(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_CONFIG_PATH))
</pre>
<p>