From 629cb019b8641c1278309bb3aa53463c4a4ac66f Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Wed, 28 Oct 2009 14:14:58 +0300 Subject: Public release --- img-save.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 img-save.h (limited to 'img-save.h') diff --git a/img-save.h b/img-save.h new file mode 100644 index 0000000..2438474 --- /dev/null +++ b/img-save.h @@ -0,0 +1,12 @@ +#ifndef __IMG_SAVE_H__ +# define __IMG_SAVE_H__ + +GimpPDBStatusType img_read_options(ImageParasite *, const gchar *, + const gchar *, GError **); + +GimpPDBStatusType img_save_image(gint32, const ImageParasite *, const gchar *, + GError **); +gboolean img_save_dialog(gint32, ImageParasite *); + +GimpPDBStatusType img_sanity_check(gint32, GError **); +#endif -- cgit v1.2.3