libgimp/tmpl/gimpcolordisplay.sgml removed
2002-10-20 Michael Natterer <mitch@gimp.org> * libgimp/tmpl/gimpcolordisplay.sgml * libgimp/tmpl/gimpcolorselector.sgml: removed * libgimpwidgets/tmpl/gimpcolordisplay.sgml * libgimpwidgets/tmpl/gimpcolorselect.sgml * libgimpwidgets/tmpl/gimpcolorselector.sgml: added * libgimp/libgimp-docs.sgml * libgimp/libgimp-sections.txt * libgimp/tmpl/gimpmodule.sgml * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets.types: updated.
This commit is contained in:
committed by
Michael Natterer
parent
3f010e7640
commit
fc451d3352
@ -28,9 +28,7 @@
|
||||
<!entity GimpTools SYSTEM "sgml/gimptools.sgml">
|
||||
<!entity GimpUndo SYSTEM "sgml/gimpundo.sgml">
|
||||
<!entity GimpEnums SYSTEM "sgml/gimpenums.sgml">
|
||||
<!entity GimpColorselector SYSTEM "sgml/gimpcolorselector.sgml">
|
||||
<!entity GimpModule SYSTEM "sgml/gimpmodule.sgml">
|
||||
<!entity GimpColordisplay SYSTEM "sgml/gimpcolordisplay.sgml">
|
||||
<!entity GimpExport SYSTEM "sgml/gimpexport.sgml">
|
||||
<!entity GimpMenu SYSTEM "sgml/gimpmenu.sgml">
|
||||
<!entity GimpUI SYSTEM "sgml/gimpui.sgml">
|
||||
@ -87,7 +85,5 @@
|
||||
<chapter id="gimpmodule">
|
||||
<title>GIMP Module Header Files</title>
|
||||
&GimpModule;
|
||||
&GimpColordisplay;
|
||||
&GimpColorselector;
|
||||
</chapter>
|
||||
</book>
|
||||
|
||||
@ -87,47 +87,11 @@ gimp_gradients_set_active
|
||||
gimp_ui_init
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpcolorselector</FILE>
|
||||
GimpColorSelectorCallback
|
||||
GimpColorSelectorNewFunc
|
||||
GimpColorSelectorFreeFunc
|
||||
GimpColorSelectorSetColorFunc
|
||||
GimpColorSelectorSetChannelFunc
|
||||
GimpColorSelectorMethods
|
||||
GimpColorSelectorID
|
||||
GimpColorSelectorChannelType
|
||||
GimpColorSelectorFinishedCB
|
||||
GIMP_COLOR_SELECTOR_SIZE
|
||||
GIMP_COLOR_SELECTOR_BAR_SIZE
|
||||
gimp_color_selector_register
|
||||
gimp_color_selector_unregister
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpmodule</FILE>
|
||||
GimpModuleStatus
|
||||
GimpModuleInfo
|
||||
GimpModuleInitFunc
|
||||
GimpModuleCompletedCB
|
||||
GimpModuleUnloadFunc
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpcolordisplay</FILE>
|
||||
GimpColorDisplayInit
|
||||
GimpColorDisplayNew
|
||||
GimpColorDisplayClone
|
||||
GimpColorDisplayConvert
|
||||
GimpColorDisplayDestroy
|
||||
GimpColorDisplayFinalize
|
||||
GimpColorDisplayLoadState
|
||||
GimpColorDisplaySaveState
|
||||
GimpColorDisplayConfigure
|
||||
GimpColorDisplayConfigureCancel
|
||||
GimpColorDisplayMethods
|
||||
gimp_color_display_register
|
||||
gimp_color_display_unregister
|
||||
GimpModuleQueryFunc
|
||||
GimpModuleRegisterFunc
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
||||
@ -1,148 +0,0 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpcolordisplay
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions and definitiions for creating a pluggable GIMP
|
||||
display color correction module.
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions and definitiions for creating a pluggable GIMP
|
||||
display color correction module.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
#GModule
|
||||
</para>
|
||||
<para>
|
||||
#libgimp-gimpmodule
|
||||
</para>
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpColorDisplayInit ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpColorDisplayNew ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@type:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpColorDisplayClone ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@cd_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpColorDisplayConvert ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@cd_ID:
|
||||
@buf:
|
||||
@width:
|
||||
@height:
|
||||
@bpp:
|
||||
@bpl:
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpColorDisplayDestroy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@cd_ID:
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpColorDisplayFinalize ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpColorDisplayLoadState ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@cd_ID:
|
||||
@state:
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpColorDisplaySaveState ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@cd_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpColorDisplayConfigure ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@cd_ID:
|
||||
@ok_func:
|
||||
@ok_data:
|
||||
@cancel_func:
|
||||
@cancel_data:
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpColorDisplayConfigureCancel ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@cd_ID:
|
||||
|
||||
|
||||
<!-- ##### STRUCT GimpColorDisplayMethods ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@init:
|
||||
@new:
|
||||
@clone:
|
||||
@convert:
|
||||
@destroy:
|
||||
@finalize:
|
||||
@load:
|
||||
@save:
|
||||
@configure:
|
||||
@cancel:
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_display_register ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@methods:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_display_unregister ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
@ -1,22 +0,0 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpcolorselector
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions and definitiions for creating a pluggable GIMP
|
||||
color selector module.
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions and definitiions for creating a pluggable GIMP
|
||||
color selector module.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
#GModule
|
||||
</para>
|
||||
<para>
|
||||
#libgimp-gimpmodule
|
||||
</para>
|
||||
|
||||
@ -26,3 +26,21 @@ Common definitions for creating a pluggable GIMP module.
|
||||
@copyright:
|
||||
@date:
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpModuleQueryFunc ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@module:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpModuleRegisterFunc ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@module:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user