app/devices.c app/disp_callbacks.c app/docindex.[ch] app/file-save.c

2001-07-29  Sven Neumann  <sven@gimp.org>

	* app/devices.c
	* app/disp_callbacks.c
	* app/docindex.[ch]
	* app/file-save.c
	* app/gdisplay.c
	* app/gimpprogress.[ch]
	* app/gimprc.c
	* app/plug_in.c
	* app/gui/gradient-editor.c
	* app/gui/menus.[ch]: more GObject and const changes.
This commit is contained in:
Sven Neumann
2001-07-29 14:09:50 +00:00
committed by Sven Neumann
parent e727b58af7
commit b906b3947f
49 changed files with 652 additions and 608 deletions

View File

@ -64,7 +64,7 @@ void menus_set_state (gchar *path,
gboolean state);
void menus_destroy (gchar *path);
void menus_last_opened_add (gchar *filename);
void menus_last_opened_add (const gchar *filename);
#endif /* __MENUS_H__ */