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

« back to all changes in this revision

Viewing changes to devel-docs/libgimpmodule/html/libgimpmodule.devhelp2

  • 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:
 
1
<?xml version="1.0" encoding="utf-8" standalone="no"?>
 
2
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
 
3
<book xmlns="http://www.devhelp.net/book" title="GIMP Module Library Reference Manual" link="index.html" author="" name="libgimpmodule" version="2">
 
4
  <chapters>
 
5
    <sub name="GIMP Module Library" link="libgimpmodule.html">
 
6
      <sub name="GimpModule" link="GimpModule.html"/>
 
7
      <sub name="GimpModuleDB" link="GimpModuleDB.html"/>
 
8
    </sub>
 
9
    <sub name="Index" link="libgimpmodule-index.html"/>
 
10
    <sub name="Index of new symbols in GIMP 2.2" link="libgimpmodule-index-new-in-2-2.html"/>
 
11
    <sub name="Index of new symbols in GIMP 2.4" link="libgimpmodule-index-new-in-2-4.html"/>
 
12
    <sub name="Index of deprecated symbols" link="libgimpmodule-index-deprecated.html"/>
 
13
  </chapters>
 
14
  <functions>
 
15
    <keyword type="struct" name="GimpModule" link="GimpModule.html#GimpModule-struct"/>
 
16
    <keyword type="struct" name="GimpModuleInfo" link="GimpModule.html#GimpModuleInfo"/>
 
17
    <keyword type="enum" name="enum GimpModuleState" link="GimpModule.html#GimpModuleState"/>
 
18
    <keyword type="function" name="GimpModuleQueryFunc ()" link="GimpModule.html#GimpModuleQueryFunc"/>
 
19
    <keyword type="function" name="GimpModuleRegisterFunc ()" link="GimpModule.html#GimpModuleRegisterFunc"/>
 
20
    <keyword type="macro" name="GIMP_MODULE_ABI_VERSION" link="GimpModule.html#GIMP-MODULE-ABI-VERSION:CAPS"/>
 
21
    <keyword type="macro" name="GIMP_MODULE_PARAM_SERIALIZE" link="GimpModule.html#GIMP-MODULE-PARAM-SERIALIZE:CAPS" deprecated=""/>
 
22
    <keyword type="function" name="gimp_module_new ()" link="GimpModule.html#gimp-module-new"/>
 
23
    <keyword type="function" name="gimp_module_modified ()" link="GimpModule.html#gimp-module-modified"/>
 
24
    <keyword type="function" name="gimp_module_query_module ()" link="GimpModule.html#gimp-module-query-module"/>
 
25
    <keyword type="function" name="gimp_module_set_load_inhibit ()" link="GimpModule.html#gimp-module-set-load-inhibit"/>
 
26
    <keyword type="function" name="gimp_module_state_name ()" link="GimpModule.html#gimp-module-state-name"/>
 
27
    <keyword type="function" name="gimp_module_register_enum ()" link="GimpModule.html#gimp-module-register-enum" deprecated=""/>
 
28
    <keyword type="function" name="gimp_module_info_new ()" link="GimpModule.html#gimp-module-info-new"/>
 
29
    <keyword type="function" name="gimp_module_info_copy ()" link="GimpModule.html#gimp-module-info-copy"/>
 
30
    <keyword type="function" name="gimp_module_info_free ()" link="GimpModule.html#gimp-module-info-free"/>
 
31
    <keyword type="" name="The &quot;modified&quot; signal" link="GimpModule.html#GimpModule-modified"/>
 
32
    <keyword type="struct" name="GimpModuleDB" link="GimpModuleDB.html#GimpModuleDB-struct"/>
 
33
    <keyword type="function" name="gimp_module_db_new ()" link="GimpModuleDB.html#gimp-module-db-new"/>
 
34
    <keyword type="function" name="gimp_module_db_set_load_inhibit ()" link="GimpModuleDB.html#gimp-module-db-set-load-inhibit"/>
 
35
    <keyword type="function" name="gimp_module_db_get_load_inhibit ()" link="GimpModuleDB.html#gimp-module-db-get-load-inhibit"/>
 
36
    <keyword type="function" name="gimp_module_db_load ()" link="GimpModuleDB.html#gimp-module-db-load"/>
 
37
    <keyword type="function" name="gimp_module_db_refresh ()" link="GimpModuleDB.html#gimp-module-db-refresh"/>
 
38
    <keyword type="" name="The &quot;add&quot; signal" link="GimpModuleDB.html#GimpModuleDB-add"/>
 
39
    <keyword type="" name="The &quot;module-modified&quot; signal" link="GimpModuleDB.html#GimpModuleDB-module-modified"/>
 
40
    <keyword type="" name="The &quot;remove&quot; signal" link="GimpModuleDB.html#GimpModuleDB-remove"/>
 
41
  </functions>
 
42
</book>