Code

more unreffing temporary styles properly
[inkscape.git] / src / inkscape.h
index 9907f320f7904b010b7c3c6147f93f63c4bdc648..12f101901873a7629d4303020f54a9e861e802ff 100644 (file)
  * Released under GNU GPL, read the file 'COPYING' for more information
  */
 
-#include "forward.h"
+#include <list>
+#include <glib/gtypes.h>
+
+struct SPDesktop;
+struct SPDocument;
+struct SPEventContext;
 
 namespace Inkscape {
-namespace XML {
-class Node;
-class Document;
-}
+    struct Application;
+    namespace XML {
+        class Node;
+        class Document;
+        }
 }
 
-
 #define INKSCAPE inkscape_get_instance()
 
 void inkscape_application_init (const gchar *argv0, gboolean use_gui);
@@ -50,8 +55,10 @@ bool inkscape_is_sole_desktop_for_document(SPDesktop const &desktop);
 gchar *homedir_path(const char *filename);
 gchar *profile_path(const char *filename);
 
+/* Inkscape desktop stuff */
 void inkscape_switch_desktops_next ();
 void inkscape_switch_desktops_prev ();
+void inkscape_get_all_desktops (std::list< SPDesktop* >& listbuf);
 
 void inkscape_dialogs_hide ();
 void inkscape_dialogs_unhide ();