diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-21 18:43:01 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-21 18:43:01 -0700 |
commit | 5e640a6470aedd93d656f8af152fecc30d1258c0 (patch) | |
tree | b1cd172afc9bd318353753b9f3e991af0d230ce4 /iPhonePrivate.h | |
parent | 85ae5f425846efc75aadbab17c91b92230aff7a4 (diff) |
Move WebPreferences (Apple) into iPhonePrivate.h.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r-- | iPhonePrivate.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index cddfe9c..c17da91 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -4,6 +4,9 @@ // #include <*> {{{ #include <GraphicsServices/GraphicsServices.h> // }}} +// #import <*> {{{ +#import <WebKit/WebPreferences.h> +// }}} // 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 |