mirror of https://github.com/GNOME/gimp.git
libgimpmodule/libgimpmodule-sections.txt added missing declarations.
2002-10-23 Sven Neumann <sven@gimp.org> * libgimpmodule/libgimpmodule-sections.txt * libgimpmodule/tmpl/gimpmodule.sgml: added missing declarations.
This commit is contained in:
parent
c7ac6aff52
commit
d26a7d0b0e
|
@ -1,3 +1,8 @@
|
|||
2002-10-23 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpmodule/libgimpmodule-sections.txt
|
||||
* libgimpmodule/tmpl/gimpmodule.sgml: added missing declarations.
|
||||
|
||||
2002-10-23 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimpbase/libgimpbase-docs.sgml
|
||||
|
|
|
@ -8,7 +8,9 @@ GimpModuleRegisterFunc
|
|||
<TITLE>GimpModule</TITLE>
|
||||
gimp_module_new
|
||||
gimp_module_modified
|
||||
gimp_module_query_module
|
||||
gimp_module_set_load_inhibit
|
||||
gimp_module_state_name
|
||||
gimp_module_info_new
|
||||
gimp_module_info_copy
|
||||
gimp_module_info_free
|
||||
|
|
|
@ -83,6 +83,15 @@ Common definitions for creating a pluggable GIMP module.
|
|||
@module:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_module_query_module ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@module:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_module_set_load_inhibit ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -94,6 +103,15 @@ Common definitions for creating a pluggable GIMP module.
|
|||
@inhibit_list:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_module_state_name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@state:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_module_info_new ##### -->
|
||||
<para>
|
||||
|
||||
|
|
Loading…
Reference in New Issue