Imported Upstream version 2.4.0~rc3

This commit is contained in:
Ari Pollak
2010-08-11 01:23:08 -04:00
parent 4be5597e32
commit f35d8506c6
668 changed files with 59324 additions and 37769 deletions

View File

@ -31,16 +31,16 @@
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpmessage.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="#id2581357" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2603252" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2619149" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2603795" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimphelp"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2581357"></a><span class="refentrytitle">gimphelp</span>
<a name="id2603252"></a><span class="refentrytitle">gimphelp</span>
</h2>
<p>gimphelp &#8212; Loading help pages using gimp_help.</p>
</td>
@ -52,24 +52,36 @@
gboolean <a class="link" href="libgimp-gimphelp.html#gimp-help">gimp_help</a> (const gchar *help_domain,
const gchar *help_id);
<a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> <a class="link" href="libgimp-gimphelp.html#gimp-help">gimp_help</a> (const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *help_domain,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *help_id);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2619149"></a><h2>Description</h2>
<a name="id2603795"></a><h2>Description</h2>
<p>
Loading help pages using gimp_help.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2617696"></a><h2>Details</h2>
<a name="id2587368"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2612424"></a><h3>
<a name="id2594343"></a><h3>
<a name="gimp-help"></a>gimp_help ()</h3>
<a class="indexterm" name="id2606766"></a><pre class="programlisting">gboolean gimp_help (const gchar *help_domain,
const gchar *help_id);</pre>
<a class="indexterm" name="id2599843"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_help (const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *help_domain,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *help_id);</pre>
<p>
Load a help page.
</p>