Imported Upstream version 2.3.18
This commit is contained in:
@ -25,16 +25,16 @@
|
||||
<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="#id2556226" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2568073" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2571470" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2600443" 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>
|
||||
<a name="id2556226"></a><span class="refentrytitle">gimpconfig-path</span>
|
||||
<a name="id2568073"></a><span class="refentrytitle">gimpconfig-path</span>
|
||||
</h2>
|
||||
<p>gimpconfig-path</p>
|
||||
</td>
|
||||
@ -65,17 +65,17 @@ gchar* <a href="libgimpconfig-gimpconfig-path.html#gimp-config-buil
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2571470"></a><h2>Description</h2>
|
||||
<a name="id2600443"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2571486"></a><h2>Details</h2>
|
||||
<a name="id2600459"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2557500"></a><h3>
|
||||
<a name="id2569483"></a><h3>
|
||||
<a name="GimpConfigPathType"></a>enum GimpConfigPathType</h3>
|
||||
<a class="indexterm" name="id2557513"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2569496"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_CONFIG_PATH_FILE,
|
||||
GIMP_CONFIG_PATH_FILE_LIST,
|
||||
@ -89,9 +89,9 @@ gchar* <a href="libgimpconfig-gimpconfig-path.html#gimp-config-buil
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2557530"></a><h3>
|
||||
<a name="id2569513"></a><h3>
|
||||
<a name="gimp-param-spec-config-path"></a>gimp_param_spec_config_path ()</h3>
|
||||
<a class="indexterm" name="id2557544"></a><pre class="programlisting">GParamSpec* gimp_param_spec_config_path (const gchar *name,
|
||||
<a class="indexterm" name="id2569527"></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="id2557748"></a><h3>
|
||||
<a name="id2569730"></a><h3>
|
||||
<a name="gimp-param-spec-config-path-type"></a>gimp_param_spec_config_path_type ()</h3>
|
||||
<a class="indexterm" name="id2601835"></a><pre class="programlisting"><a href="libgimpconfig-gimpconfig-path.html#GimpConfigPathType">GimpConfigPathType</a> gimp_param_spec_config_path_type (GParamSpec *pspec);</pre>
|
||||
<a class="indexterm" name="id2601817"></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,
|
||||
dir name, or list of file or dir names.</p>
|
||||
@ -180,9 +180,9 @@ dir name, or list of file or dir names.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2601918"></a><h3>
|
||||
<a name="id2601900"></a><h3>
|
||||
<a name="gimp-config-path-expand"></a>gimp_config_path_expand ()</h3>
|
||||
<a class="indexterm" name="id2601931"></a><pre class="programlisting">gchar* gimp_config_path_expand (const gchar *path,
|
||||
<a class="indexterm" name="id2601913"></a><pre class="programlisting">gchar* gimp_config_path_expand (const gchar *path,
|
||||
gboolean recode,
|
||||
GError **error);</pre>
|
||||
<p>
|
||||
@ -227,9 +227,9 @@ filesystem encoding.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602067"></a><h3>
|
||||
<a name="id2602049"></a><h3>
|
||||
<a name="gimp-config-build-data-path"></a>gimp_config_build_data_path ()</h3>
|
||||
<a class="indexterm" name="id2602081"></a><pre class="programlisting">gchar* gimp_config_build_data_path (const gchar *name);</pre>
|
||||
<a class="indexterm" name="id2602063"></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
|
||||
@ -266,9 +266,9 @@ recode it using <a href="libgimpconfig-gimpconfig-path.html#gimp-config-path-exp
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590391"></a><h3>
|
||||
<a name="id2600121"></a><h3>
|
||||
<a name="gimp-config-build-writable-path"></a>gimp_config_build_writable_path ()</h3>
|
||||
<a class="indexterm" name="id2590407"></a><pre class="programlisting">gchar* gimp_config_build_writable_path (const gchar *name);</pre>
|
||||
<a class="indexterm" name="id2600136"></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
|
||||
@ -304,9 +304,9 @@ recode it using <a href="libgimpconfig-gimpconfig-path.html#gimp-config-path-exp
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590521"></a><h3>
|
||||
<a name="id2600250"></a><h3>
|
||||
<a name="gimp-config-build-plug-in-path"></a>gimp_config_build_plug_in_path ()</h3>
|
||||
<a class="indexterm" name="id2590536"></a><pre class="programlisting">gchar* gimp_config_build_plug_in_path (const gchar *name);</pre>
|
||||
<a class="indexterm" name="id2600265"></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
|
||||
@ -343,9 +343,9 @@ recode it using <a href="libgimpconfig-gimpconfig-path.html#gimp-config-path-exp
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2603875"></a><h3>
|
||||
<a name="id2603874"></a><h3>
|
||||
<a name="GIMP-VALUE-HOLDS-CONFIG-PATH:CAPS"></a>GIMP_VALUE_HOLDS_CONFIG_PATH()</h3>
|
||||
<a class="indexterm" name="id2603887"></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="id2603886"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_CONFIG_PATH(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_CONFIG_PATH))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user