mirror of https://github.com/GNOME/gimp.git
libgimp/gimp.def libgimpwidgets/gimpwidgets.def: added the check(erboard)
2004-09-04 Michael Schumacher <schumaml@cvs.gnome.org> * libgimp/gimp.def * libgimpbase/gimpbase.def: libgimpwidgets/gimpwidgets.def: added the check(erboard) related entries
This commit is contained in:
parent
35c218168e
commit
abcf106b8e
|
@ -1,3 +1,9 @@
|
|||
2004-09-04 Michael Schumacher <schumaml@cvs.gnome.org>
|
||||
|
||||
* libgimp/gimp.def
|
||||
* libgimpbase/gimpbase.def: libgimpwidgets/gimpwidgets.def: added
|
||||
the check(erboard) related entries
|
||||
|
||||
2004-09-04 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpwidgets/gimppreviewarea.[ch]: pass a GdkEventButton to
|
||||
|
|
|
@ -31,6 +31,8 @@ EXPORTS
|
|||
gimp_channel_set_color
|
||||
gimp_channel_set_opacity
|
||||
gimp_channel_set_show_masked
|
||||
gimp_check_type
|
||||
gimp_check_size
|
||||
gimp_clone
|
||||
gimp_clone_default
|
||||
gimp_color_balance
|
||||
|
|
|
@ -2,9 +2,9 @@ EXPORTS
|
|||
_gp_params_destroy
|
||||
gimp_any_to_utf8
|
||||
gimp_base_init
|
||||
gimp_checks_get_shades
|
||||
gimp_check_size_get_type
|
||||
gimp_check_type_get_type
|
||||
gimp_checks_get_shades
|
||||
gimp_data_directory
|
||||
gimp_datafiles_check_extension
|
||||
gimp_datafiles_read_directories
|
||||
|
|
Loading…
Reference in New Issue