summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h10
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