added gimp_display_shell_drop_svg() (untested because there is no place to

2003-12-21  Michael Natterer  <mitch@gimp.org>

	* app/display/gimpdisplayshell-dnd.[ch]: added
	gimp_display_shell_drop_svg() (untested because there is no place
	to drag an SVG from yet...).

	* app/display/gimpdisplayshell.c (gimp_display_shell_init):
	connect SVG drops to the new callback.
This commit is contained in:
Michael Natterer
2003-12-21 22:09:03 +00:00
committed by Michael Natterer
parent dfba90fe46
commit 92a3a65e8e
5 changed files with 51 additions and 0 deletions

View File

@ -26,6 +26,10 @@ void gimp_display_shell_drop_drawable (GtkWidget *widget,
void gimp_display_shell_drop_vectors (GtkWidget *widget,
GimpViewable *viewable,
gpointer data);
void gimp_display_shell_drop_svg (GtkWidget *widget,
const gchar *svg_data,
gint svg_data_length,
gpointer data);
void gimp_display_shell_drop_pattern (GtkWidget *widget,
GimpViewable *viewable,
gpointer data);