summaryrefslogtreecommitdiff
path: root/UICaboodle/BrowserView.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-02-19 03:33:22 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-02-19 03:33:22 -0800
commitb13b8664e70405f065a37d67fb4eb7c39a6a438b (patch)
treec512c21bd2d0fde8c12ead7b90a902a1746a91e5 /UICaboodle/BrowserView.h
parentd71f3a07db779a610c9f3d6b50cfe6c022b7f618 (diff)
Super-charge the Reload button to actually reload.
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r--UICaboodle/BrowserView.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h
index 0b52fb9..4e9be45 100644
--- a/UICaboodle/BrowserView.h
+++ b/UICaboodle/BrowserView.h
@@ -98,9 +98,11 @@
- (void) loadURL:(NSURL *)url;
- (void) loadRequest:(NSURLRequest *)request;
-- (void) reloadURL;
- (bool) isLoading;
+- (void) reloadURLWithCache:(BOOL)cache;
+- (void) reloadURL;
+
- (id) init;
- (id) initWithURL:(NSURL *)url;
- (id) initWithWidth:(float)width;