mirror of https://github.com/GNOME/gimp.git
Add gimp_image_is_dirty.
2003-08-14 Tor Lillqvist <tml@iki.fi> * libgimp/gimp.def: Add gimp_image_is_dirty.
This commit is contained in:
parent
6b85b99952
commit
4b3073c39a
|
@ -1,3 +1,7 @@
|
|||
2003-08-14 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* libgimp/gimp.def: Add gimp_image_is_dirty.
|
||||
|
||||
2003-08-14 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* plug-ins/common/plugindetails.c (get_plugin_info): convert the
|
||||
|
|
|
@ -166,6 +166,7 @@ EXPORTS
|
|||
gimp_image_get_thumbnail_data
|
||||
gimp_image_get_unit
|
||||
gimp_image_height
|
||||
gimp_image_is_dirty
|
||||
gimp_image_list
|
||||
gimp_image_lower_channel
|
||||
gimp_image_lower_layer
|
||||
|
|
Loading…
Reference in New Issue