Imported Upstream version 2.2.11
This commit is contained in:
@ -52,18 +52,18 @@ gchar* <a href="libgimp-gimpgimprc.html#gimp-get-theme-dir">gimp_get_theme_
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2561442"></a><h2>Description</h2>
|
||||
<a name="id2537794"></a><h2>Description</h2>
|
||||
<p>
|
||||
Interactions with settings from .gimprc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2561453"></a><h2>Details</h2>
|
||||
<a name="id2537804"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2561459"></a><h3>
|
||||
<a name="id2537811"></a><h3>
|
||||
<a name="gimp-gimprc-query"></a>gimp_gimprc_query ()</h3>
|
||||
<a class="indexterm" name="id2561469"></a><pre class="programlisting">gchar* gimp_gimprc_query (const gchar *token);</pre>
|
||||
<a class="indexterm" name="id2537821"></a><pre class="programlisting">gchar* gimp_gimprc_query (const gchar *token);</pre>
|
||||
<p>
|
||||
Queries the gimprc file parser for information on a specified token.
|
||||
</p>
|
||||
@ -100,9 +100,9 @@ to be issued on gimprc parsing and will not be queryable.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2533124"></a><h3>
|
||||
<a name="id2530495"></a><h3>
|
||||
<a name="gimp-gimprc-set"></a>gimp_gimprc_set ()</h3>
|
||||
<a class="indexterm" name="id2526778"></a><pre class="programlisting">gboolean gimp_gimprc_set (const gchar *token,
|
||||
<a class="indexterm" name="id2537868"></a><pre class="programlisting">gboolean gimp_gimprc_set (const gchar *token,
|
||||
const gchar *value);</pre>
|
||||
<p>
|
||||
Sets a gimprc token to a value and saves it in the gimprc.
|
||||
@ -142,9 +142,9 @@ will accept _only_ string values in UTF-8 encoding.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2526868"></a><h3>
|
||||
<a name="id2555030"></a><h3>
|
||||
<a name="gimp-get-default-comment"></a>gimp_get_default_comment ()</h3>
|
||||
<a class="indexterm" name="id2526877"></a><pre class="programlisting">gchar* gimp_get_default_comment (void);</pre>
|
||||
<a class="indexterm" name="id2555039"></a><pre class="programlisting">gchar* gimp_get_default_comment (void);</pre>
|
||||
<p>
|
||||
Get the default image comment as specified in the Preferences.
|
||||
</p>
|
||||
@ -165,9 +165,9 @@ Returns a copy of the default image comment.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2468962"></a><h3>
|
||||
<a name="id2555084"></a><h3>
|
||||
<a name="gimp-get-module-load-inhibit"></a>gimp_get_module_load_inhibit ()</h3>
|
||||
<a class="indexterm" name="id2468971"></a><pre class="programlisting">gchar* gimp_get_module_load_inhibit (void);</pre>
|
||||
<a class="indexterm" name="id2555093"></a><pre class="programlisting">gchar* gimp_get_module_load_inhibit (void);</pre>
|
||||
<p>
|
||||
Get the list of modules which should not be loaded.
|
||||
</p>
|
||||
@ -188,9 +188,9 @@ Returns a copy of the list of modules which should not be loaded.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2469016"></a><h3>
|
||||
<a name="id2559196"></a><h3>
|
||||
<a name="gimp-get-monitor-resolution"></a>gimp_get_monitor_resolution ()</h3>
|
||||
<a class="indexterm" name="id2469025"></a><pre class="programlisting">gboolean gimp_get_monitor_resolution (gdouble *xres,
|
||||
<a class="indexterm" name="id2559205"></a><pre class="programlisting">gboolean gimp_get_monitor_resolution (gdouble *xres,
|
||||
gdouble *yres);</pre>
|
||||
<p>
|
||||
Get the monitor resolution as specified in the Preferences.
|
||||
@ -229,9 +229,9 @@ reasonable.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2562208"></a><h3>
|
||||
<a name="id2559294"></a><h3>
|
||||
<a name="gimp-get-theme-dir"></a>gimp_get_theme_dir ()</h3>
|
||||
<a class="indexterm" name="id2562218"></a><pre class="programlisting">gchar* gimp_get_theme_dir (void);</pre>
|
||||
<a class="indexterm" name="id2559304"></a><pre class="programlisting">gchar* gimp_get_theme_dir (void);</pre>
|
||||
<p>
|
||||
Get the directory of the current GUI theme.
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user