gimp/app/file
Michael Natterer d404068c13 added GError reporting, removed g_message() stuff.
2003-03-05  Michael Natterer  <mitch@gimp.org>

	* app/file/file-save.[ch]: added GError reporting, removed
	g_message() stuff.

	* app/gui/file-commands.c
	* app/gui/file-save-dialog.c: g_message() here if file_save_*()
	returns an error.

	* app/file/file-open.c: use the G_FILE_ERROR quark and the
	GFileError enum for reporting errors. Removed g_message() if the
	passed in GError** pointer is NULL (passing NULL as error return
	location should never mean "show the error message yourself").

	* app/app_procs.c
	* app/gui/file-commands.c
	* app/gui/file-open-dialog.c
	* app/widgets/gimpdnd.c
	* app/widgets/gimpdocumentview.c: g_message() here if file_open_*()
	returns an error.
2003-03-05 11:25:59 +00:00
..
.cvsignore generate app/file/Makefile 2001-10-25 13:30:01 +00:00
file-open.c added GError reporting, removed g_message() stuff. 2003-03-05 11:25:59 +00:00
file-open.h all functions return the opened image and the pdb status plus a GError 2002-04-19 14:09:53 +00:00
file-save.c added GError reporting, removed g_message() stuff. 2003-03-05 11:25:59 +00:00
file-save.h added GError reporting, removed g_message() stuff. 2003-03-05 11:25:59 +00:00
file-utils.c use proper defines to specify the permissions when calling mkdir(). 2002-12-30 17:27:58 +00:00
file-utils.h made gimp_imagefile_save_thumbnail() return a gboolean indicating success. 2002-04-19 17:15:39 +00:00
Makefile.am app/base/Makefile.am automake-1.6 seems to use yet another variable to 2002-06-07 23:00:46 +00:00
makefile.msc when checking for 'excecutable' make sure it is a regular file too (on 2003-01-01 13:33:27 +00:00