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:

committed by
Michael Natterer

parent
8040a22aa9
commit
cc6aa18619
@ -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);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user