~ubuntu-branches/ubuntu/oneiric/gimp/oneiric-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-08-31 10:24:10 UTC
  • mfrom: (1.1.21 upstream) (0.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090831102410-eqawgw6fhdyi91ee
Tags: 2.6.7-1ubuntu1
* Merge with Debian unstable (LP: #419593), remaining changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + updated some strings for ubuntu
  - debian/rules:
    + updated translation templates
  - debian/control:
    + Drop webkit build dependency. gimp is the only thing pulling in webkit
      for the desktop CDs, and makes them explode. Without the webkit help
      browser plugin, help will just be displayed in the default browser.
* debian/patches/01_debian-gimprc.patch:
  - Updated
* debian/control:
  - Added a BZR link

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>gimphelp</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="GIMP Library Reference Manual">
8
8
<link rel="up" href="libgimp-general.html" title="Functions not Related to Specific Images">
9
9
<link rel="prev" href="libgimp-gimpgimprc.html" title="gimpgimprc">
10
10
<link rel="next" href="libgimp-gimpmessage.html" title="gimpmessage">
38
38
                <a href="#libgimp-gimphelp.description" class="shortcut">Description</a>
39
39
</td></tr>
40
40
</table>
41
 
<div class="refentry" lang="en">
 
41
<div class="refentry" title="gimphelp">
42
42
<a name="libgimp-gimphelp"></a><div class="titlepage"></div>
43
43
<div class="refnamediv"><table width="100%"><tr>
44
44
<td valign="top">
47
47
</td>
48
48
<td valign="top" align="right"></td>
49
49
</tr></table></div>
50
 
<div class="refsynopsisdiv">
 
50
<div class="refsynopsisdiv" title="Synopsis">
51
51
<a name="libgimp-gimphelp.synopsis"></a><h2>Synopsis</h2>
52
52
<pre class="synopsis">
53
53
<a
60
60
>gchar</a> *help_id);
61
61
</pre>
62
62
</div>
63
 
<div class="refsect1" lang="en">
 
63
<div class="refsect1" title="Description">
64
64
<a name="libgimp-gimphelp.description"></a><h2>Description</h2>
65
65
<p>
66
66
Loading help pages using gimp_help.
67
67
</p>
68
68
</div>
69
 
<div class="refsect1" lang="en">
 
69
<div class="refsect1" title="Details">
70
70
<a name="libgimp-gimphelp.details"></a><h2>Details</h2>
71
 
<div class="refsect2" lang="en">
 
71
<div class="refsect2" title="gimp_help ()">
72
72
<a name="gimp-help"></a><h3>gimp_help ()</h3>
73
73
<pre class="programlisting"><a
74
74
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"