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

@ -58,17 +58,17 @@ gchar* <a href="libgimpconfig-gimpconfig-path.html#gimp-config-build-plug-i
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2550235"></a><h2>Description</h2>
<a name="id2542856"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2550246"></a><h2>Details</h2>
<a name="id2542867"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2533855"></a><h3>
<a name="id2542873"></a><h3>
<a name="GimpConfigPathType"></a>enum GimpConfigPathType</h3>
<a class="indexterm" name="id2533865"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2542883"></a><pre class="programlisting">typedef enum
{
GIMP_CONFIG_PATH_FILE,
GIMP_CONFIG_PATH_FILE_LIST,
@ -82,9 +82,9 @@ gchar* <a href="libgimpconfig-gimpconfig-path.html#gimp-config-build-plug-i
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2533882"></a><h3>
<a name="id2542901"></a><h3>
<a name="gimp-param-spec-config-path"></a>gimp_param_spec_config_path ()</h3>
<a class="indexterm" name="id2533892"></a><pre class="programlisting">GParamSpec* gimp_param_spec_config_path (const gchar *name,
<a class="indexterm" name="id2536614"></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,
@ -150,9 +150,9 @@ See <code class="function">g_param_spec_internal()</code> for more information.<
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2554107"></a><h3>
<a name="id2532096"></a><h3>
<a name="gimp-param-spec-config-path-type"></a>gimp_param_spec_config_path_type ()</h3>
<a class="indexterm" name="id2554118"></a><pre class="programlisting"><a href="libgimpconfig-gimpconfig-path.html#GimpConfigPathType">GimpConfigPathType</a> gimp_param_spec_config_path_type
<a class="indexterm" name="id2532107"></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,
@ -183,9 +183,9 @@ dir name, or list of file or dir names.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2554200"></a><h3>
<a name="id2532189"></a><h3>
<a name="gimp-config-path-expand"></a>gimp_config_path_expand ()</h3>
<a class="indexterm" name="id2554209"></a><pre class="programlisting">gchar* gimp_config_path_expand (const gchar *path,
<a class="indexterm" name="id2532198"></a><pre class="programlisting">gchar* gimp_config_path_expand (const gchar *path,
gboolean recode,
GError **error);</pre>
<p>
@ -234,9 +234,9 @@ filesystem encoding.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2531406"></a><h3>
<a name="id2537141"></a><h3>
<a name="gimp-config-build-data-path"></a>gimp_config_build_data_path ()</h3>
<a class="indexterm" name="id2531416"></a><pre class="programlisting">gchar* gimp_config_build_data_path (const gchar *name);</pre>
<a class="indexterm" name="id2537150"></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
@ -275,9 +275,9 @@ recode it using <a href="libgimpconfig-gimpconfig-path.html#gimp-config-path-exp
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2531516"></a><h3>
<a name="id2537251"></a><h3>
<a name="gimp-config-build-writable-path"></a>gimp_config_build_writable_path ()</h3>
<a class="indexterm" name="id2531527"></a><pre class="programlisting">gchar* gimp_config_build_writable_path (const gchar *name);</pre>
<a class="indexterm" name="id2537262"></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
@ -315,9 +315,9 @@ recode it using <a href="libgimpconfig-gimpconfig-path.html#gimp-config-path-exp
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2562385"></a><h3>
<a name="id2537373"></a><h3>
<a name="gimp-config-build-plug-in-path"></a>gimp_config_build_plug_in_path ()</h3>
<a class="indexterm" name="id2562394"></a><pre class="programlisting">gchar* gimp_config_build_plug_in_path (const gchar *name);</pre>
<a class="indexterm" name="id2537384"></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
@ -356,9 +356,9 @@ recode it using <a href="libgimpconfig-gimpconfig-path.html#gimp-config-path-exp
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2562489"></a><h3>
<a name="id2562911"></a><h3>
<a name="GIMP-VALUE-HOLDS-CONFIG-PATH:CAPS"></a>GIMP_VALUE_HOLDS_CONFIG_PATH()</h3>
<a class="indexterm" name="id2562499"></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="id2562922"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_CONFIG_PATH(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_CONFIG_PATH))
</pre>
<p>