summaryrefslogtreecommitdiff
path: root/cocoa/gui.h
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-01-26 19:17:27 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-01-26 19:17:27 +0000
commitf5ef7c71e74722d8f7c00d7c27f1a4486e88a402 (patch)
treef280e522fdb55c2b0fc65efecd59fd4a6e6a1d42 /cocoa/gui.h
parent47c705124210111a4d0be5d1fdb9d9761827b0ce (diff)
downloadnetsurf-f5ef7c71e74722d8f7c00d7c27f1a4486e88a402.tar.gz
netsurf-f5ef7c71e74722d8f7c00d7c27f1a4486e88a402.tar.bz2
Setting/Loading more options. Also loading urldb and cookies.
svn path=/trunk/netsurf/; revision=11503
Diffstat (limited to 'cocoa/gui.h')
-rw-r--r--cocoa/gui.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/cocoa/gui.h b/cocoa/gui.h
new file mode 100644
index 000000000..ba72456fa
--- /dev/null
+++ b/cocoa/gui.h
@@ -0,0 +1,26 @@
+/*
+ * Copyright 2011 Sven Weidauer <sven.weidauer@gmail.com>
+ *
+ * This file is part of NetSurf, http://www.netsurf-browser.org/
+ *
+ * NetSurf is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * NetSurf is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#import <Cocoa/Cocoa.h>
+
+NSString *cocoa_get_user_path( NSString *fileName );
+
+extern NSString * const kCookiesFileOption;
+extern NSString * const kURLsFileOption;
+extern NSString * const kHotlistFileOption;
+extern NSString * const kHomepageURLOption;