Imported Upstream version 2.8.0

This commit is contained in:
Jordi Mallach
2012-05-05 12:33:49 +02:00
parent 3fcab19200
commit f03e90f6fe
4714 changed files with 1354362 additions and 818907 deletions

View File

@ -37,8 +37,8 @@
</tr></table></div>
<div class="refsynopsisdiv">
<a name="libgimp-gimphelp.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libgimp-gimphelp.html#gimp-help" title="gimp_help ()">gimp_help</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *help_domain</code></em>,
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *help_id</code></em>);
<pre class="synopsis"><span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimphelp.html#gimp-help" title="gimp_help ()">gimp_help</a> (<em class="parameter"><code>const <span class="type">gchar</span> *help_domain</code></em>,
<em class="parameter"><code>const <span class="type">gchar</span> *help_id</code></em>);
</pre>
</div>
<div class="refsect1">
@ -51,8 +51,8 @@ Loading help pages using gimp_help.
<a name="libgimp-gimphelp.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="gimp-help"></a><h3>gimp_help ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gimp_help (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *help_domain</code></em>,
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *help_id</code></em>);</pre>
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_help (<em class="parameter"><code>const <span class="type">gchar</span> *help_domain</code></em>,
<em class="parameter"><code>const <span class="type">gchar</span> *help_id</code></em>);</pre>
<p>
Load a help page.
</p>