From: pjrm Date: Tue, 7 Apr 2009 08:16:30 +0000 (+0000) Subject: doc X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b47bbb99d13ac15ca1522f89386db1fb22104a55;p=inkscape.git doc --- diff --git a/src/document.h b/src/document.h index 0cb08e593..696e568ad 100644 --- a/src/document.h +++ b/src/document.h @@ -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;