Code

Adding the lacking HSL bubbles transparent
[inkscape.git] / src / inkscape.h
index 79e2b02340bf5942eadbe5016d97689d1cb0d812..ca2894227c1d8589c30cf54497058fa9a80dda63 100644 (file)
@@ -29,10 +29,11 @@ namespace Inkscape {
 
 #define INKSCAPE inkscape_get_instance()
 
-void inkscape_application_init (const gchar *argv0, bool use_gui);
+void inkscape_autosave_init();
+
+void inkscape_application_init (const gchar *argv0, gboolean use_gui);
 
 bool inkscape_load_config (const gchar *filename, Inkscape::XML::Document *config, const gchar *skeleton, unsigned int skel_size, const gchar *e_notreg, const gchar *e_notxml, const gchar *e_notsp, const gchar *warn);
-Inkscape::XML::Node *inkscape_get_repr (Inkscape::Application *inkscape, const gchar *key);
 
 /* Menus */
 bool inkscape_load_menus (Inkscape::Application * inkscape);