added gimp_module_register_enum(), a function to register an enum type for
2004-07-04 Sven Neumann <sven@gimp.org> * libgimpmodule/gimpmodule.[ch]: added gimp_module_register_enum(), a function to register an enum type for a GTypeModule. * modules/cdisplay_colorblind.c: use an object property for the color deficiency enum.
This commit is contained in:

committed by
Sven Neumann

parent
8760255157
commit
b08e39d65b
@ -1,3 +1,10 @@
|
||||
2004-07-04 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpmodule/libgimpmodule-sections.txt: added new function
|
||||
gimp_module_register_enum().
|
||||
|
||||
* libgimpmodule/tmpl/gimpmodule.sgml: regenerated.
|
||||
|
||||
2004-06-21 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpwidgets/libgimpwidgets-sections.txt
|
||||
|
@ -12,6 +12,7 @@ gimp_module_modified
|
||||
gimp_module_query_module
|
||||
gimp_module_set_load_inhibit
|
||||
gimp_module_state_name
|
||||
gimp_module_register_enum
|
||||
gimp_module_info_new
|
||||
gimp_module_info_copy
|
||||
gimp_module_info_free
|
||||
|
@ -155,6 +155,17 @@ are compiled against.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_module_register_enum ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@module:
|
||||
@name:
|
||||
@const_static_values:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_module_info_new ##### -->
|
||||
<para>
|
||||
|
||||
|
Reference in New Issue
Block a user