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:

committed by
Sven Neumann

parent
e727b58af7
commit
b906b3947f
@ -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__ */
|
||||
|
Reference in New Issue
Block a user