allow to optionally export all paths from an image into a single SVG file.

2003-09-11  Sven Neumann  <sven@gimp.org>

	* app/vectors/gimpvectors-export.[ch]: allow to optionally export
	all paths from an image into a single SVG file.

	* app/gui/vectors-commands.c: changed accordingly.
This commit is contained in:
Sven Neumann 2003-09-10 13:05:00 +00:00 committed by Sven Neumann
parent 62cd231745
commit 4a4fa137d0
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@
#define __GIMP_VECTORS_EXPORT_H__
gboolean gimp_vectors_export (const GimpVectors *vectors,
gboolean gimp_vectors_export (const GimpImage *image,
const GimpVectors *vectors,
const gchar *filename,
GError **error);