diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2009-04-07 08:05:23 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2009-04-07 08:05:23 +0000 |
| commit | 99b1f5f9bd3f423e90d100de66f16d7fd37eb64e (patch) | |
| tree | d23da2d821c6bf92b90be1cf777c1956fac03e30 /src/document.h | |
| parent | functional noop: Change prepend_current_dir_if_relative to return the result ... (diff) | |
| download | inkscape-99b1f5f9bd3f423e90d100de66f16d7fd37eb64e.tar.gz inkscape-99b1f5f9bd3f423e90d100de66f16d7fd37eb64e.zip | |
sp_document_change_uri_and_hrefs: New function.
(bzr r7654)
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/document.h b/src/document.h index fc35611f3..0cb08e593 100644 --- a/src/document.h +++ b/src/document.h @@ -264,7 +264,9 @@ SPItem *sp_document_item_at_point (SPDocument *document, unsigned int key, Geom GSList *sp_document_items_at_points(SPDocument *document, unsigned const key, std::vector<Geom::Point> points); SPItem *sp_document_group_at_point (SPDocument *document, unsigned int key, Geom::Point const p); -void sp_document_set_uri(SPDocument *document, const gchar *uri); +void sp_document_set_uri(SPDocument *document, gchar const *uri); +void sp_document_change_uri_and_hrefs(SPDocument *document, gchar const *uri); + void sp_document_resized_signal_emit(SPDocument *doc, gdouble width, gdouble height); unsigned int vacuum_document(SPDocument *document); |
