added a TODO entry about additional image/file info.

2001-08-11  Michael Natterer  <mitch@gimp.org>

	* TODO.xml: added a TODO entry about additional image/file info.

	* app/file-save.c: #include "core/gimpdocuments.h"

	* app/core/gimpcontainer.[ch]: made virtual functions out of some
	signals.

	* app/core/*.[ch]: more GObject stuff: ported all
	gimp_foo_get_type() functions and replaced almost all "destroy"
	implementations with either "finalize" or "dispose" functions.
This commit is contained in:
Michael Natterer
2001-08-11 14:39:19 +00:00
committed by Michael Natterer
parent fec97c4919
commit 357f463d59
69 changed files with 2166 additions and 1402 deletions

View File

@ -167,7 +167,7 @@ struct _GimpImageClass
/* function declarations */
GtkType gimp_image_get_type (void);
GType gimp_image_get_type (void);
GimpImage * gimp_image_new (Gimp *gimp,
gint width,