Files
gimp/devel-docs/libgimpmodule/html/libgimpmodule.devhelp2
2018-03-28 12:37:30 -04:00

56 lines
5.0 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<book xmlns="http://www.devhelp.net/book" title="GIMP Module Library Reference Manual" link="index.html" author="" name="libgimpmodule" version="2" language="c">
<chapters>
<sub name="GIMP Module Library" link="pt01.html">
<sub name="GimpModule" link="GimpModule.html"/>
<sub name="GimpModuleDB" link="GimpModuleDB.html"/>
</sub>
<sub name="Index" link="api-index-full.html"/>
<sub name="Index of new symbols in GIMP 2.8" link="api-index-2-8.html"/>
<sub name="Index of new symbols in GIMP 2.10" link="api-index-2-10.html"/>
<sub name="Index of deprecated symbols" link="api-index-deprecated.html"/>
</chapters>
<functions>
<keyword type="function" name="GimpModuleQueryFunc ()" link="GimpModule.html#GimpModuleQueryFunc"/>
<keyword type="function" name="GimpModuleRegisterFunc ()" link="GimpModule.html#GimpModuleRegisterFunc"/>
<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="function" name="gimp_module_error_quark ()" link="GimpModule.html#gimp-module-error-quark" since="2.8"/>
<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="macro" name="GIMP_MODULE_ERROR" link="GimpModule.html#GIMP-MODULE-ERROR:CAPS"/>
<keyword type="enum" name="enum GimpModuleError" link="GimpModule.html#GimpModuleError"/>
<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="signal" name="The “modified” signal" link="GimpModule.html#GimpModule-modified"/>
<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="struct" name="GimpModuleDB" link="GimpModuleDB.html#GimpModuleDB-struct"/>
<keyword type="signal" name="The “add” signal" link="GimpModuleDB.html#GimpModuleDB-add"/>
<keyword type="signal" name="The “module-modified” signal" link="GimpModuleDB.html#GimpModuleDB-module-modified"/>
<keyword type="signal" name="The “remove” signal" link="GimpModuleDB.html#GimpModuleDB-remove"/>
<keyword type="constant" name="GIMP_MODULE_STATE_ERROR" link="GimpModule.html#GIMP-MODULE-STATE-ERROR:CAPS"/>
<keyword type="constant" name="GIMP_MODULE_STATE_LOADED" link="GimpModule.html#GIMP-MODULE-STATE-LOADED:CAPS"/>
<keyword type="constant" name="GIMP_MODULE_STATE_LOAD_FAILED" link="GimpModule.html#GIMP-MODULE-STATE-LOAD-FAILED:CAPS"/>
<keyword type="constant" name="GIMP_MODULE_STATE_NOT_LOADED" link="GimpModule.html#GIMP-MODULE-STATE-NOT-LOADED:CAPS"/>
<keyword type="constant" name="GIMP_MODULE_FAILED" link="GimpModule.html#GIMP-MODULE-FAILED:CAPS"/>
<keyword type="member" name="GimpModuleInfo.abi-version" link="GimpModule.html#GimpModuleInfo.abi-version"/>
<keyword type="member" name="GimpModuleInfo.purpose" link="GimpModule.html#GimpModuleInfo.purpose"/>
<keyword type="member" name="GimpModuleInfo.author" link="GimpModule.html#GimpModuleInfo.author"/>
<keyword type="member" name="GimpModuleInfo.version" link="GimpModule.html#GimpModuleInfo.version"/>
<keyword type="member" name="GimpModuleInfo.copyright" link="GimpModule.html#GimpModuleInfo.copyright"/>
<keyword type="member" name="GimpModuleInfo.date" link="GimpModule.html#GimpModuleInfo.date"/>
</functions>
</book>