Code

Added notebook (tabs) support for Effects. Now you can specify a notebook parameter...
[inkscape.git] / src / extension / output.h
index 41bca6a7b3cb0d3bd708eff81f457192ecd5afa3..f6f16fb85167a299f494d1463d3195044dae1187 100644 (file)
@@ -2,6 +2,7 @@
  * Authors:
  *   Ted Gould <ted@gould.cx>
  *
+ * Copyright (C) 2006 Johan Engelen <johan@shouraizou.nl>
  * Copyright (C) 2002-2004 Authors
  *
  * Released under GNU GPL, read the file 'COPYING' for more information
@@ -41,6 +42,7 @@ public:
     gchar *      get_extension(void);
     gchar *      get_filetypename(void);
     gchar *      get_filetypetooltip(void);
+    bool         causes_dataloss(void) { return dataloss; };
 };
 
 } }  /* namespace Inkscape, Extension */