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

« back to all changes in this revision

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

  • 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:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
5
5
<title>Functions not Related to Specific Images</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
7
7
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
8
 
<link rel="up" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
9
 
<link rel="prev" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
 
8
<link rel="up" href="libgimp.html" title="Part&#160;I.&#160;GIMP Library">
 
9
<link rel="prev" href="libgimp.html" title="Part&#160;I.&#160;GIMP Library">
10
10
<link rel="next" href="libgimp-gimp.html" title="gimp">
11
 
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
14
 
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
 
13
<link rel="part" href="libgimp.html" title="Part&#160;I.&#160;GIMP Library">
15
14
<link rel="chapter" href="libgimp-general.html" title="Functions not Related to Specific Images">
16
 
<link rel="chapter" href="libgimp-image.html" title="Manupulating Images and all their Properties">
 
15
<link rel="chapter" href="libgimp-image.html" title="Manupulating Images and their Properties">
17
16
<link rel="chapter" href="libgimp-data.html" title="Data Objects">
18
17
<link rel="chapter" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
19
 
<link rel="part" href="libgimpui.html" title="Part&#160;III.&#160;GIMP User Interface Library">
 
18
<link rel="part" href="libgimpui.html" title="Part&#160;II.&#160;GIMP User Interface Library">
20
19
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
 
20
<link rel="index" href="libgimp-index.html" title="Index">
 
21
<link rel="index" href="libgimp-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
 
22
<link rel="index" href="libgimp-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
 
23
<link rel="index" href="libgimp-index-deprecated.html" title="Index of deprecated symbols">
21
24
</head>
22
25
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
23
26
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
32
35
<a name="libgimp-general"></a>Functions not Related to Specific Images</h2></div></div></div>
33
36
<div class="toc"><dl>
34
37
<dt>
35
 
<span class="refentrytitle"><a href="libgimp-gimp.html">gimp</a></span><span class="refpurpose"> - Main functions needed for building a GIMP plug-in. This header includes
 
38
<span class="refentrytitle"><a href="libgimp-gimp.html">gimp</a></span><span class="refpurpose"> &#8212; Main functions needed for building a GIMP plug-in. This header includes
36
39
all other GIMP Library headers.</span>
37
40
</dt>
38
41
<dt>
39
 
<span class="refentrytitle"><a href="libgimp-gimpcontext.html">gimpcontext</a></span><span class="refpurpose"> - Functions to manipulate a plug-in's context.</span>
40
 
</dt>
41
 
<dt>
42
 
<span class="refentrytitle"><a href="libgimp-gimpgimprc.html">gimpgimprc</a></span><span class="refpurpose"> - Interactions with settings from .gimprc.</span>
43
 
</dt>
44
 
<dt>
45
 
<span class="refentrytitle"><a href="libgimp-gimphelp.html">gimphelp</a></span><span class="refpurpose"> - Loading help pages using gimp_help.</span>
46
 
</dt>
47
 
<dt>
48
 
<span class="refentrytitle"><a href="libgimp-gimpmessage.html">gimpmessage</a></span><span class="refpurpose"> - Display a dialog box with a message.</span>
49
 
</dt>
50
 
<dt>
51
 
<span class="refentrytitle"><a href="libgimp-gimpplugin.html">gimpplugin</a></span><span class="refpurpose"> - Functions useful for plugins, e.g. registration and progress indicators.</span>
52
 
</dt>
53
 
<dt>
54
 
<span class="refentrytitle"><a href="libgimp-gimpproceduraldb.html">gimpproceduraldb</a></span><span class="refpurpose"> - Functions for querying and changing procedural database (PDB) entries.</span>
55
 
</dt>
56
 
<dt>
57
 
<span class="refentrytitle"><a href="libgimp-gimpprogress.html">gimpprogress</a></span><span class="refpurpose"> - Functions for embedding the progress bar into a plug-in's GUI.</span>
 
42
<span class="refentrytitle"><a href="libgimp-gimpenums.html">gimpenums</a></span><span class="refpurpose"> &#8212; Enums and definitions.</span>
 
43
</dt>
 
44
<dt>
 
45
<span class="refentrytitle"><a href="libgimp-gimpbuffer.html">gimpbuffer</a></span><span class="refpurpose"></span>
 
46
</dt>
 
47
<dt>
 
48
<span class="refentrytitle"><a href="libgimp-gimpcontext.html">gimpcontext</a></span><span class="refpurpose"> &#8212; Functions to manipulate a plug-in's context.</span>
 
49
</dt>
 
50
<dt>
 
51
<span class="refentrytitle"><a href="libgimp-gimpgimprc.html">gimpgimprc</a></span><span class="refpurpose"> &#8212; Interactions with settings from .gimprc.</span>
 
52
</dt>
 
53
<dt>
 
54
<span class="refentrytitle"><a href="libgimp-gimphelp.html">gimphelp</a></span><span class="refpurpose"> &#8212; Loading help pages using gimp_help.</span>
 
55
</dt>
 
56
<dt>
 
57
<span class="refentrytitle"><a href="libgimp-gimpmessage.html">gimpmessage</a></span><span class="refpurpose"> &#8212; Display a dialog box with a message.</span>
 
58
</dt>
 
59
<dt>
 
60
<span class="refentrytitle"><a href="libgimp-gimpplugin.html">gimpplugin</a></span><span class="refpurpose"> &#8212; Functions useful for plugins, e.g. registration and progress indicators.</span>
 
61
</dt>
 
62
<dt>
 
63
<span class="refentrytitle"><a href="libgimp-gimpproceduraldb.html">gimpproceduraldb</a></span><span class="refpurpose"> &#8212; Functions for querying and changing procedural database (PDB) entries.</span>
 
64
</dt>
 
65
<dt>
 
66
<span class="refentrytitle"><a href="libgimp-gimpprogress.html">gimpprogress</a></span><span class="refpurpose"> &#8212; Functions for embedding the progress bar into a plug-in's GUI.</span>
58
67
</dt>
59
68
</dl></div>
60
69
</div>