~ubuntu-branches/ubuntu/vivid/gimp/vivid

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/html/libgimp-gimphelp.html

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-08 18:50:03 UTC
  • mto: (1.1.26) (0.5.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 71.
  • Revision ID: package-import@ubuntu.com-20120508185003-tltkvbaysf8d2426
ImportĀ upstreamĀ versionĀ 2.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
</tr></table></div>
38
38
<div class="refsynopsisdiv">
39
39
<a name="libgimp-gimphelp.synopsis"></a><h2>Synopsis</h2>
40
 
<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>,
41
 
                                                         <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>);
 
40
<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>,
 
41
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *help_id</code></em>);
42
42
</pre>
43
43
</div>
44
44
<div class="refsect1">
51
51
<a name="libgimp-gimphelp.details"></a><h2>Details</h2>
52
52
<div class="refsect2">
53
53
<a name="gimp-help"></a><h3>gimp_help ()</h3>
54
 
<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>,
55
 
                                                         <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>
 
54
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gimp_help                           (<em class="parameter"><code>const <span class="type">gchar</span> *help_domain</code></em>,
 
55
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *help_id</code></em>);</pre>
56
56
<p>
57
57
Load a help page.
58
58
</p>