Code

Merge and cleanup of GSoC C++-ification project.
[inkscape.git] / src / gc-core.h
index cec617d426bb2857e5f1b5fd6db8d583f9f90532..32779c83fcb169e994e7d861d97a9cdb97c807bd 100644 (file)
@@ -1,7 +1,7 @@
-/*
- * Inkscape::GC - Wrapper for Boehm GC
- *
- * Authors:
+/** @file
+ * @brief Wrapper for Boehm GC
+ */
+/* Authors:
  *   MenTaLguY <mental@rydia.net>
  *
  * Copyright (C) 2004 MenTaLguY
@@ -128,6 +128,8 @@ inline void init() {
     Core::init();
 }
 
+void request_early_collection();
+
 }
 }
 
@@ -209,4 +211,4 @@ inline void operator delete[](void *mem, Inkscape::GC::Delete) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :