summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2009-04-07 08:16:30 +0000
committerpjrm <pjrm@users.sourceforge.net>2009-04-07 08:16:30 +0000
commitbdcd2e01bc8c00f79a0c41ab541c13613df265d0 (patch)
treed773facc079a64c0d831c31b151cab141494b26f
parentsp_document_change_uri_and_hrefs: New function. (diff)
downloadinkscape-bdcd2e01bc8c00f79a0c41ab541c13613df265d0.tar.gz
inkscape-bdcd2e01bc8c00f79a0c41ab541c13613df265d0.zip
doc
(bzr r7655)
-rw-r--r--src/document.h6
1 files changed, 3 insertions, 3 deletions
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;