Code

Kludge for URI resolution of combining paths. Fixes bug #437927.
[inkscape.git] / src / inkscape-private.h
index e6e6a44ea66c9430f88d6271d08fe6291f587e89..cb7f98729aa5ef23fdc57414f5035524b6a8a175 100644 (file)
@@ -29,6 +29,12 @@ GType inkscape_get_type (void);
 void inkscape_ref (void);
 void inkscape_unref (void);
 
+guint inkscape_mapalt();
+void inkscape_mapalt(guint);
+
+guint inkscape_trackalt();
+void inkscape_trackalt(guint);
+
 /*
  * These are meant solely for desktop, document etc. implementations
  */
@@ -42,7 +48,7 @@ void inkscape_remove_desktop (SPDesktop * desktop);
 void inkscape_activate_desktop (SPDesktop * desktop);
 void inkscape_reactivate_desktop (SPDesktop * desktop);
 void inkscape_add_document (SPDocument *document);
-void inkscape_remove_document (SPDocument *document);
+bool inkscape_remove_document (SPDocument *document);
 
 void inkscape_set_color (SPColor *color, float opacity);