mirror of https://github.com/GNOME/gimp.git
added gimp_path_parse added gimp_param_spec_matrix2
2005-01-29 Michael Schumacher <schumaml@cvs.gnome.org> * libgimpbase/gimpbase.def: added gimp_path_parse * libgimpmath/gimpmath.def: added gimp_param_spec_matrix2
This commit is contained in:
parent
b4a68e9569
commit
c0502e49c0
|
@ -1,3 +1,8 @@
|
||||||
|
2005-01-29 Michael Schumacher <schumaml@cvs.gnome.org>
|
||||||
|
|
||||||
|
* libgimpbase/gimpbase.def: added gimp_path_parse
|
||||||
|
* libgimpmath/gimpmath.def: added gimp_param_spec_matrix2
|
||||||
|
|
||||||
2005-01-29 Sven Neumann <sven@gimp.org>
|
2005-01-29 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* libgimpconfig/gimpconfig-deserialize.c
|
* libgimpconfig/gimpconfig-deserialize.c
|
||||||
|
|
|
@ -61,6 +61,7 @@ EXPORTS
|
||||||
gimp_parasite_new
|
gimp_parasite_new
|
||||||
gimp_path_free
|
gimp_path_free
|
||||||
gimp_path_get_user_writable_dir
|
gimp_path_get_user_writable_dir
|
||||||
|
gimp_path_parse
|
||||||
gimp_path_to_str
|
gimp_path_to_str
|
||||||
gimp_pdb_arg_type_get_type
|
gimp_pdb_arg_type_get_type
|
||||||
gimp_pdb_proc_type_get_type
|
gimp_pdb_proc_type_get_type
|
||||||
|
|
|
@ -19,6 +19,7 @@ EXPORTS
|
||||||
gimp_matrix4_to_deg
|
gimp_matrix4_to_deg
|
||||||
gimp_md5_get_digest
|
gimp_md5_get_digest
|
||||||
gimp_param_matrix2_get_type
|
gimp_param_matrix2_get_type
|
||||||
|
gimp_param_spec_matrix2
|
||||||
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