From 5e640a6470aedd93d656f8af152fecc30d1258c0 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 21 Mar 2011 18:43:01 -0700 Subject: Move WebPreferences (Apple) into iPhonePrivate.h. --- iPhonePrivate.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'iPhonePrivate.h') diff --git a/iPhonePrivate.h b/iPhonePrivate.h index cddfe9c..c17da91 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -4,6 +4,9 @@ // #include <*> {{{ #include // }}} +// #import <*> {{{ +#import +// }}} // typedef enum {*} *; {{{ typedef enum { UIGestureAttributeMinDegrees, /*float*/ @@ -331,6 +334,13 @@ typedef enum { - (void) webViewClose:(WebView *)view; @end // }}} +// @interface Web* (*) {{{ +@interface WebPreferences (Apple) ++ (void) _setInitialDefaultTextEncodingToSystemEncoding; +- (void) _setLayoutInterval:(NSInteger)interval; +- (void) setOfflineWebApplicationCacheEnabled:(BOOL)enabled; +@end +// }}} // #ifndef AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER {{{ #ifndef AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER -- cgit v1.2.3