moved GIMP_PARAM defines from here ...
2006-01-30 Sven Neumann <sven@gimp.org> * app/config/config-types.h: moved GIMP_PARAM defines from here ... * libgimpbase/gimpparam.h: ... to this new files. * libgimpbase/Makefile.am * libgimpbase/gimpbasetypes.h: include the new header file. * libgimp/gimpfontselectbutton.c * libgimpconfig/gimpcolorconfig.c * libgimpthumb/gimpthumbnail.c * libgimpwidgets/gimpcellrenderercolor.c * libgimpwidgets/gimpcellrenderertoggle.c * libgimpwidgets/gimpcolorarea.c * libgimpwidgets/gimpcolorbutton.c * libgimpwidgets/gimpcolordisplay.c * libgimpwidgets/gimpcontroller.c * libgimpwidgets/gimpdialog.c * libgimpwidgets/gimpenumcombobox.c * libgimpwidgets/gimpintcombobox.c * libgimpwidgets/gimppageselector.c * libgimpwidgets/gimppreview.c * libgimpwidgets/gimppreviewarea.c * libgimpwidgets/gimpzoommodel.c * modules/cdisplay_colorblind.c * modules/cdisplay_gamma.c * modules/cdisplay_highcontrast.c * modules/cdisplay_lcms.c * modules/cdisplay_proof.c * modules/controller_linux_input.c * modules/controller_midi.c: use the GIMP_PARAM defines to avoid unnecessary string allocations.
This commit is contained in:

committed by
Sven Neumann

parent
904e8ac7cf
commit
7b24dd8e36
@ -1,3 +1,9 @@
|
||||
2006-01-30 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpbase/libgimpbase-docs.sgml
|
||||
* libgimpbase/libgimpbase-sections.txt
|
||||
* libgimpbase/tmpl/gimpparam.sgml: added docs for GIMP_PARAM defines.
|
||||
|
||||
2006-01-25 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/libgimp-sections.txt
|
||||
|
@ -17,6 +17,7 @@
|
||||
<xi:include href="xml/gimpbasetypes.xml" />
|
||||
<xi:include href="xml/gimpversion.xml" />
|
||||
<xi:include href="xml/gimplimits.xml" />
|
||||
<xi:include href="xml/gimpparam.xml" />
|
||||
<xi:include href="xml/gimpchecks.xml" />
|
||||
<xi:include href="xml/gimpdatafiles.xml" />
|
||||
<xi:include href="xml/gimpenv.xml" />
|
||||
|
@ -148,6 +148,14 @@ gimp_memsize_get_type
|
||||
gimp_param_memsize_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpparam</FILE>
|
||||
GIMP_PARAM_STATIC_STRINGS
|
||||
GIMP_PARAM_READABLE
|
||||
GIMP_PARAM_WRITABLE
|
||||
GIMP_PARAM_READWRITE
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpparasite</FILE>
|
||||
GimpParasite
|
||||
|
49
devel-docs/libgimpbase/tmpl/gimpparam.sgml
Normal file
49
devel-docs/libgimpbase/tmpl/gimpparam.sgml
Normal file
@ -0,0 +1,49 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpparam
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Definitions of useful #GParamFlags.
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_PARAM_STATIC_STRINGS ##### -->
|
||||
<para>
|
||||
Since: GIMP 2.4
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_PARAM_READABLE ##### -->
|
||||
<para>
|
||||
Since: GIMP 2.4
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_PARAM_WRITABLE ##### -->
|
||||
<para>
|
||||
Since: GIMP 2.4
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_PARAM_READWRITE ##### -->
|
||||
<para>
|
||||
Since: GIMP 2.4
|
||||
</para>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user