~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
 
24
24
 
25
 
<link linkend="gboolean">gboolean</link>    <link linkend="gimp-help">gimp_help</link>                       (const <link linkend="gchar">gchar</link> *help_domain,
26
 
                                             const <link linkend="gchar">gchar</link> *help_id);
 
25
<link linkend="gboolean">gboolean</link>            <link linkend="gimp-help">gimp_help</link>                           (const <link linkend="gchar">gchar</link> *help_domain,
 
26
                                                         const <link linkend="gchar">gchar</link> *help_id);
27
27
</synopsis>
28
28
</refsynopsisdiv>
29
29
 
47
47
<title role="details.title">Details</title>
48
48
<refsect2>
49
49
<title><anchor id="gimp-help" role="function"/>gimp_help ()</title>
50
 
<indexterm><primary>gimp_help</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>    gimp_help                       (const <link linkend="gchar">gchar</link> *help_domain,
51
 
                                             const <link linkend="gchar">gchar</link> *help_id);</programlisting>
 
50
<indexterm><primary>gimp_help</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>            gimp_help                           (const <link linkend="gchar">gchar</link> *help_domain,
 
51
                                                         const <link linkend="gchar">gchar</link> *help_id);</programlisting>
52
52
<para>
53
53
Load a help page.
54
54
</para>
56
56
This procedure loads the specified help page into the helpbrowser or
57
57
what ever is configured as help viewer. The help page is identified
58
58
by its domain and ID: if help_domain is NULL, we use the help_domain
59
 
which was registered using the gimp-plugin-help-register procedure.
60
 
If help_domain is NULL and no help domain was registered, the help
61
 
domain of the main GIMP installation is used.</para>
 
59
which was registered using the <link linkend="gimp-plugin-help-register"><function>gimp_plugin_help_register()</function></link>
 
60
procedure. If help_domain is NULL and no help domain was registered,
 
61
the help domain of the main GIMP installation is used.</para>
62
62
<para>
63
63
 
64
64
</para><variablelist role="params">