Code

doc
authorpjrm <pjrm@users.sourceforge.net>
Tue, 7 Apr 2009 08:16:30 +0000 (08:16 +0000)
committerpjrm <pjrm@users.sourceforge.net>
Tue, 7 Apr 2009 08:16:30 +0000 (08:16 +0000)
src/document.h

index 0cb08e5939ac2e77a7ab77d3d38ee97a0211f349..696e568ad419e01465564e308928197278068ecf 100644 (file)
@@ -88,9 +88,9 @@ struct SPDocument : public Inkscape::GC::Managed<>,
     SPObject *root;             ///< Our SPRoot
     CRCascade *style_cascade;
 
-    gchar *uri; ///< URI string or NULL
-    gchar *base;
-    gchar *name;
+    gchar *uri;   ///< A filename (not a URI yet), or NULL
+    gchar *base;  ///< To be used for resolving relative hrefs.
+    gchar *name;  ///< basename(uri) or other human-readable label for the document.
 
     SPDocumentPrivate *priv;