diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-27 23:49:20 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-27 23:49:20 +0000 |
| commit | 6c5b23c3d3eff317c770c52cf47ca9955be7caba (patch) | |
| tree | 91f6b3f9d70089226ef546a9c9a9580c7e59d4d2 /src/file.h | |
| parent | gseal fix (diff) | |
| parent | fixed crash! (diff) | |
| download | inkscape-6c5b23c3d3eff317c770c52cf47ca9955be7caba.tar.gz inkscape-6c5b23c3d3eff317c770c52cf47ca9955be7caba.zip | |
Merge Andrew's new OCAL dialog and clean headers. Please test
(bzr r11027)
Diffstat (limited to 'src/file.h')
| -rw-r--r-- | src/file.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/file.h b/src/file.h index f85b1c34a..93ab32b08 100644 --- a/src/file.h +++ b/src/file.h @@ -15,13 +15,12 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include <glib.h> -#include <gtk/gtk.h> - -#include "extension/system.h" +#include <glibmm/ustring.h> +#include "ui/dialog/ocaldialogs.h" struct SPDesktop; struct SPDocument; +class SPObject; namespace Inkscape { namespace Extension { @@ -165,6 +164,11 @@ bool sp_file_export_dialog (Gtk::Window &parentWindow); /** * Import a document from OCAL */ +void on_import_from_ocal_response(Glib::ustring filename); + +/** + * Import a document from OCAL + */ void sp_file_import_from_ocal (Gtk::Window &parentWindow ); |
