File: libgimpmodule.devhelp2

package info (click to toggle)
gimp 2.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 130,648 kB
  • ctags: 50,475
  • sloc: ansic: 607,353; xml: 48,593; lisp: 10,881; sh: 9,811; makefile: 9,583; python: 3,333; perl: 2,683; yacc: 523; lex: 340
file content (42 lines) | stat: -rw-r--r-- 3,691 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
<book xmlns="http://www.devhelp.net/book" title="GIMP Module Library Reference Manual" link="index.html" author="" name="libgimpmodule" version="2">
  <chapters>
    <sub name="GIMP Module Library" link="libgimpmodule.html">
      <sub name="GimpModule" link="GimpModule.html"/>
      <sub name="GimpModuleDB" link="GimpModuleDB.html"/>
    </sub>
    <sub name="Index" link="libgimpmodule-index.html"/>
    <sub name="Index of new symbols in GIMP 2.2" link="libgimpmodule-index-new-in-2-2.html"/>
    <sub name="Index of new symbols in GIMP 2.4" link="libgimpmodule-index-new-in-2-4.html"/>
    <sub name="Index of deprecated symbols" link="libgimpmodule-index-deprecated.html"/>
  </chapters>
  <functions>
    <keyword type="struct" name="GimpModule" link="GimpModule.html#GimpModule-struct"/>
    <keyword type="struct" name="GimpModuleInfo" link="GimpModule.html#GimpModuleInfo"/>
    <keyword type="enum" name="enum GimpModuleState" link="GimpModule.html#GimpModuleState"/>
    <keyword type="function" name="GimpModuleQueryFunc ()" link="GimpModule.html#GimpModuleQueryFunc"/>
    <keyword type="function" name="GimpModuleRegisterFunc ()" link="GimpModule.html#GimpModuleRegisterFunc"/>
    <keyword type="macro" name="GIMP_MODULE_ABI_VERSION" link="GimpModule.html#GIMP-MODULE-ABI-VERSION:CAPS"/>
    <keyword type="macro" name="GIMP_MODULE_PARAM_SERIALIZE" link="GimpModule.html#GIMP-MODULE-PARAM-SERIALIZE:CAPS" deprecated=""/>
    <keyword type="function" name="gimp_module_new ()" link="GimpModule.html#gimp-module-new"/>
    <keyword type="function" name="gimp_module_modified ()" link="GimpModule.html#gimp-module-modified"/>
    <keyword type="function" name="gimp_module_query_module ()" link="GimpModule.html#gimp-module-query-module"/>
    <keyword type="function" name="gimp_module_set_load_inhibit ()" link="GimpModule.html#gimp-module-set-load-inhibit"/>
    <keyword type="function" name="gimp_module_state_name ()" link="GimpModule.html#gimp-module-state-name"/>
    <keyword type="function" name="gimp_module_register_enum ()" link="GimpModule.html#gimp-module-register-enum" deprecated=""/>
    <keyword type="function" name="gimp_module_info_new ()" link="GimpModule.html#gimp-module-info-new"/>
    <keyword type="function" name="gimp_module_info_copy ()" link="GimpModule.html#gimp-module-info-copy"/>
    <keyword type="function" name="gimp_module_info_free ()" link="GimpModule.html#gimp-module-info-free"/>
    <keyword type="" name="The &quot;modified&quot; signal" link="GimpModule.html#GimpModule-modified"/>
    <keyword type="struct" name="GimpModuleDB" link="GimpModuleDB.html#GimpModuleDB-struct"/>
    <keyword type="function" name="gimp_module_db_new ()" link="GimpModuleDB.html#gimp-module-db-new"/>
    <keyword type="function" name="gimp_module_db_set_load_inhibit ()" link="GimpModuleDB.html#gimp-module-db-set-load-inhibit"/>
    <keyword type="function" name="gimp_module_db_get_load_inhibit ()" link="GimpModuleDB.html#gimp-module-db-get-load-inhibit"/>
    <keyword type="function" name="gimp_module_db_load ()" link="GimpModuleDB.html#gimp-module-db-load"/>
    <keyword type="function" name="gimp_module_db_refresh ()" link="GimpModuleDB.html#gimp-module-db-refresh"/>
    <keyword type="" name="The &quot;add&quot; signal" link="GimpModuleDB.html#GimpModuleDB-add"/>
    <keyword type="" name="The &quot;module-modified&quot; signal" link="GimpModuleDB.html#GimpModuleDB-module-modified"/>
    <keyword type="" name="The &quot;remove&quot; signal" link="GimpModuleDB.html#GimpModuleDB-remove"/>
  </functions>
</book>