Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser/GeckoBrowserPersist.h
diff options
context:
space:
mode:
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__