app/widgets/gimpdnd.[ch] app/widgets/gimpselectiondata.[ch] changed

2004-06-30  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimpdnd.[ch]
	* app/widgets/gimpselectiondata.[ch]
	* app/widgets/gimpcontainertreeview.[ch]: changed "files" and "uris"
	to "uri_list" in all function names, parameters and typedefs.

	* app/widgets/gimpcontainertreeview-dnd.c
	* app/widgets/gimpdocumentview.c
	* app/widgets/gimplayertreeview.c
	* app/widgets/gimptoolbox-dnd.c
	* app/display/gimpdisplayshell-dnd.[ch]
	* app/display/gimpdisplayshell.c: changed accordingly.
This commit is contained in:
Michael Natterer
2004-06-30 14:47:23 +00:00
committed by Michael Natterer
parent 8040a22aa9
commit cc6aa18619
14 changed files with 132 additions and 116 deletions

View File

@ -39,8 +39,8 @@ void gimp_display_shell_drop_color (GtkWidget *widget,
void gimp_display_shell_drop_buffer (GtkWidget *widget,
GimpViewable *viewable,
gpointer data);
void gimp_display_shell_drop_files (GtkWidget *widget,
GList *files,
void gimp_display_shell_drop_uri_list (GtkWidget *widget,
GList *uri_list,
gpointer data);