renamed the SVG related functions so that they deal with an anonymous data

2004-06-30  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpselectiondata.[ch]: renamed the SVG related
	functions so that they deal with an anonymous data stream that
	could as well be a PNG image.

	* app/widgets/gimpdnd.[ch]
	* app/widgets/gimpcontainertreeview-dnd.c: changed accordingly.

	* app/display/gimpdisplayshell-dnd.[ch]
	* app/vectors/gimpvectors-import.[ch]
	* app/widgets/gimpcontainertreeview-dnd.c
	* app/widgets/gimpvectorstreeview.c: use gsize for the length of
	the buffer.

	* app/widgets/gimpdnd.[ch]
	* app/widgets/widgets-enums.[ch]: added GIMP_DND_TYPE_PNG which isn't
	used yet.
This commit is contained in:
Sven Neumann
2004-06-30 11:57:17 +00:00
committed by Sven Neumann
parent 12355969f6
commit 114f747f4c
14 changed files with 164 additions and 127 deletions

View File

@ -28,7 +28,7 @@ void gimp_display_shell_drop_vectors (GtkWidget *widget,
gpointer data);
void gimp_display_shell_drop_svg (GtkWidget *widget,
const gchar *svg_data,
gint svg_data_length,
gsize svg_data_length,
gpointer data);
void gimp_display_shell_drop_pattern (GtkWidget *widget,
GimpViewable *viewable,