mirror of https://github.com/GNOME/gimp.git
Add new entry points.
2000-08-25 Tor Lillqvist <tml@iki.fi> * libgimp/gimp.def: Add new entry points.
This commit is contained in:
parent
cb7d5a179f
commit
733ae45c79
|
@ -1,3 +1,7 @@
|
|||
2000-08-25 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* libgimp/gimp.def: Add new entry points.
|
||||
|
||||
2000-08-25 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* tools/pdbgen/pdb/fileops.pdb
|
||||
|
|
|
@ -110,6 +110,8 @@ EXPORTS
|
|||
gimp_eraser_default
|
||||
gimp_extension_ack
|
||||
gimp_extension_process
|
||||
gimp_file_load
|
||||
gimp_file_save
|
||||
gimp_flip
|
||||
gimp_floating_sel_anchor
|
||||
gimp_floating_sel_attach
|
||||
|
@ -333,13 +335,17 @@ EXPORTS
|
|||
gimp_run_temp
|
||||
gimp_scale
|
||||
gimp_selection_bounds
|
||||
gimp_selection_clear
|
||||
gimp_selection_float
|
||||
gimp_selection_is_empty
|
||||
gimp_selection_load
|
||||
gimp_selection_none
|
||||
gimp_selection_save
|
||||
gimp_shear
|
||||
gimp_smudge
|
||||
gimp_smudge_default
|
||||
gimp_standard_help_func
|
||||
gimp_temp_name
|
||||
gimp_text
|
||||
gimp_text_fontname
|
||||
gimp_text_get_extents
|
||||
|
|
Loading…
Reference in New Issue