Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser/GeckoBrowserPersist.h
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-04-17 19:53:34 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-04-17 19:53:34 (GMT)
commitb7030a74dd5208afc75be42c81201cfa72ebbcc9 (patch)
tree9f047f76e653130d2cadf98a9bf6434a1eee57b3 /browser/GeckoBrowserPersist.h
parent92416d1519c67012e02af17a672edead91f68011 (diff)
Drag images out of mozilla.
Diffstat (limited to 'browser/GeckoBrowserPersist.h')
-rw-r--r--browser/GeckoBrowserPersist.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/browser/GeckoBrowserPersist.h b/browser/GeckoBrowserPersist.h
new file mode 100644
index 0000000..e976789
--- /dev/null
+++ b/browser/GeckoBrowserPersist.h
@@ -0,0 +1,19 @@
+#ifndef __GECKO_BROWSER_PERSIST_H__
+#define __GECKO_BROWSER_PERSIST_H__
+
+#include "sugar-browser.h"
+
+class GeckoBrowserPersist
+{
+public:
+ GeckoBrowserPersist(SugarBrowser *browser);
+ ~GeckoBrowserPersist();
+
+ bool SaveURI(const char *uri, const char *filename);
+private:
+ SugarBrowser *mBrowser;
+protected:
+ /* additional members */
+};
+
+#endif // __GECKO_BROWSER_PERSIST_H__