X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/72bdb25841675b854c4f782dd0a3f6decd928a3f..56296da00b08734c4491c75adef73afe358b9d4e:/UICaboodle/BrowserView.h diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index f6d689aa..4e9be45a 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -53,7 +53,7 @@ @protocol BrowserControllerDelegate - (void) retainNetworkActivityIndicator; - (void) releaseNetworkActivityIndicator; -- (CYViewController *) pageForURL:(NSURL *)url; +- (CYViewController *) pageForURL:(NSURL *)url forExternal:(BOOL)external; @end @interface BrowserController : CYViewController < @@ -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; @@ -126,4 +128,6 @@ - (void) close; +- (void) dispatchEvent:(NSString *)event; + @end