mirror of https://github.com/GNOME/gimp.git
libgimpbase/gimpbase.def libgimpcolor/gimpcolor.def added new symbols.
2005-01-22 Sven Neumann <sven@gimp.org> * libgimpbase/gimpbase.def * libgimpcolor/gimpcolor.def * libgimpmath/gimpmath.def: added new symbols.
This commit is contained in:
parent
03c95511cc
commit
16296bcb13
|
@ -1,3 +1,9 @@
|
||||||
|
2005-01-22 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* libgimpbase/gimpbase.def
|
||||||
|
* libgimpcolor/gimpcolor.def
|
||||||
|
* libgimpmath/gimpmath.def: added new symbols.
|
||||||
|
|
||||||
2005-01-22 Sven Neumann <sven@gimp.org>
|
2005-01-22 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* libgimpbase/gimputils.c (gimp_enum_value_get_help): same fix here.
|
* libgimpbase/gimputils.c (gimp_enum_value_get_help): same fix here.
|
||||||
|
|
|
@ -32,6 +32,13 @@ EXPORTS
|
||||||
gimp_memsize_serialize
|
gimp_memsize_serialize
|
||||||
gimp_memsize_to_string
|
gimp_memsize_to_string
|
||||||
gimp_message_handler_type_get_type
|
gimp_message_handler_type_get_type
|
||||||
|
gimp_param_memsize_get_type
|
||||||
|
gimp_param_spec_memsize
|
||||||
|
gimp_param_path_get_type
|
||||||
|
gimp_param_spec_path
|
||||||
|
gimp_param_spec_path_type
|
||||||
|
gimp_param_unit_get_type
|
||||||
|
gimp_param_spec_unit
|
||||||
gimp_parasite_compare
|
gimp_parasite_compare
|
||||||
gimp_parasite_copy
|
gimp_parasite_copy
|
||||||
gimp_parasite_data
|
gimp_parasite_data
|
||||||
|
@ -45,6 +52,7 @@ EXPORTS
|
||||||
gimp_parasite_name
|
gimp_parasite_name
|
||||||
gimp_parasite_new
|
gimp_parasite_new
|
||||||
gimp_path_free
|
gimp_path_free
|
||||||
|
gimp_path_get_type
|
||||||
gimp_path_get_user_writable_dir
|
gimp_path_get_user_writable_dir
|
||||||
gimp_path_parse
|
gimp_path_parse
|
||||||
gimp_path_to_str
|
gimp_path_to_str
|
||||||
|
|
|
@ -24,6 +24,8 @@ EXPORTS
|
||||||
gimp_hsv_to_rgb_int
|
gimp_hsv_to_rgb_int
|
||||||
gimp_hsva_set
|
gimp_hsva_set
|
||||||
gimp_hwb_to_rgb
|
gimp_hwb_to_rgb
|
||||||
|
gimp_param_rgb_get_type
|
||||||
|
gimp_param_spec_rgb
|
||||||
gimp_rgb_add
|
gimp_rgb_add
|
||||||
gimp_rgb_clamp
|
gimp_rgb_clamp
|
||||||
gimp_rgb_composite
|
gimp_rgb_composite
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
EXPORTS
|
EXPORTS
|
||||||
|
gimp_matrix2_get_type
|
||||||
gimp_matrix2_identity
|
gimp_matrix2_identity
|
||||||
gimp_matrix2_mult
|
gimp_matrix2_mult
|
||||||
gimp_matrix3_affine
|
gimp_matrix3_affine
|
||||||
|
@ -17,6 +18,7 @@ EXPORTS
|
||||||
gimp_matrix3_yshear
|
gimp_matrix3_yshear
|
||||||
gimp_matrix4_to_deg
|
gimp_matrix4_to_deg
|
||||||
gimp_md5_get_digest
|
gimp_md5_get_digest
|
||||||
|
gimp_param_matrix2_get_type
|
||||||
gimp_vector2_add
|
gimp_vector2_add
|
||||||
gimp_vector2_add_val
|
gimp_vector2_add_val
|
||||||
gimp_vector2_cross_product
|
gimp_vector2_cross_product
|
||||||
|
|
Loading…
Reference in New Issue