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:
committed by
Michael Natterer
parent
fec97c4919
commit
357f463d59
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user