Imported Upstream version 2.3.13
This commit is contained in:
@ -18,10 +18,10 @@
|
||||
<link rel="chapter" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
|
||||
<link rel="part" href="libgimpui.html" title="Part III. GIMP User Interface Library">
|
||||
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
|
||||
<link rel="index" href="ix01.html" title="Index">
|
||||
<link rel="index" href="ix02.html" title="Index of new symbols in GIMP 2.2">
|
||||
<link rel="index" href="ix03.html" title="Index of new symbols in GIMP 2.4">
|
||||
<link rel="index" href="ix04.html" title="Index of deprecated symbols">
|
||||
<link rel="index" href="libgimp-index.html" title="Index">
|
||||
<link rel="index" href="libgimp-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
|
||||
<link rel="index" href="libgimp-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
|
||||
<link rel="index" href="libgimp-index-deprecated.html" title="Index of deprecated symbols">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
||||
@ -32,16 +32,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="#id2564058" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2551516" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2569326" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2572104" 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="id2564058"></a><span class="refentrytitle">gimphelp</span>
|
||||
<a name="id2551516"></a><span class="refentrytitle">gimphelp</span>
|
||||
</h2>
|
||||
<p>gimphelp — Loading help pages using gimp_help.</p>
|
||||
</td>
|
||||
@ -58,18 +58,18 @@ gboolean <a href="libgimp-gimphelp.html#gimp-help">gimp_help</a>
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2569326"></a><h2>Description</h2>
|
||||
<a name="id2572104"></a><h2>Description</h2>
|
||||
<p>
|
||||
Loading help pages using gimp_help.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2507454"></a><h2>Details</h2>
|
||||
<a name="id2569685"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2589415"></a><h3>
|
||||
<a name="id2556957"></a><h3>
|
||||
<a name="gimp-help"></a>gimp_help ()</h3>
|
||||
<a class="indexterm" name="id2577927"></a><pre class="programlisting">gboolean gimp_help (const gchar *help_domain,
|
||||
<a class="indexterm" name="id2580317"></a><pre class="programlisting">gboolean gimp_help (const gchar *help_domain,
|
||||
const gchar *help_id);</pre>
|
||||
<p>
|
||||
Load a help page.
|
||||
@ -88,20 +88,17 @@ the help domain of the main GIMP installation is used.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_domain</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_domain</code></em> :</span></td>
|
||||
<td> The help domain in which help_id is registered.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>help_id</code></em> :</span></td>
|
||||
<td> The help page's ID.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> TRUE on success.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user