diff options
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 6 |
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; |
