| 1 | /* |
| 2 | * Copyright (C) 2011 Igalia S.L. |
| 3 | * Portions Copyright (c) 2011 Motorola Mobility, Inc. All rights reserved. |
| 4 | * |
| 5 | * This library is free software; you can redistribute it and/or |
| 6 | * modify it under the terms of the GNU Library General Public |
| 7 | * License as published by the Free Software Foundation; either |
| 8 | * version 2 of the License, or (at your option) any later version. |
| 9 | * |
| 10 | * This library is distributed in the hope that it will be useful, |
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 13 | * Library General Public License for more details. |
| 14 | * |
| 15 | * You should have received a copy of the GNU Library General Public License |
| 16 | * along with this library; see the file COPYING.LIB. If not, write to |
| 17 | * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 18 | * Boston, MA 02110-1301, USA. |
| 19 | */ |
| 20 | |
| 21 | #ifdef __WEBKIT_WEB_EXTENSION_H__ |
| 22 | #error "Headers <webkit2/webkit2.h> and <webkit2/webkit-web-extension.h> cannot be included together." |
| 23 | #endif |
| 24 | |
| 25 | #ifndef __WEBKIT_2_H__ |
| 26 | #define __WEBKIT_2_H__ |
| 27 | |
| 28 | #define __WEBKIT2_H_INSIDE__ |
| 29 | |
| 30 | #include <webkit2/WebKitApplicationInfo.h> |
| 31 | #include <webkit2/WebKitAuthenticationRequest.h> |
| 32 | #include <webkit2/WebKitAutomationSession.h> |
| 33 | #include <webkit2/WebKitBackForwardList.h> |
| 34 | #include <webkit2/WebKitBackForwardListItem.h> |
| 35 | #include <webkit2/WebKitContextMenu.h> |
| 36 | #include <webkit2/WebKitContextMenuActions.h> |
| 37 | #include <webkit2/WebKitContextMenuItem.h> |
| 38 | #include <webkit2/WebKitCookieManager.h> |
| 39 | #include <webkit2/WebKitCredential.h> |
| 40 | #include <webkit2/WebKitDefines.h> |
| 41 | #include <webkit2/WebKitDeviceInfoPermissionRequest.h> |
| 42 | #include <webkit2/WebKitDownload.h> |
| 43 | #include <webkit2/WebKitEditingCommands.h> |
| 44 | #include <webkit2/WebKitEditorState.h> |
| 45 | #include <webkit2/WebKitEnumTypes.h> |
| 46 | #include <webkit2/WebKitError.h> |
| 47 | #include <webkit2/WebKitFaviconDatabase.h> |
| 48 | #include <webkit2/WebKitColorChooserRequest.h> |
| 49 | #include <webkit2/WebKitFileChooserRequest.h> |
| 50 | #include <webkit2/WebKitFindController.h> |
| 51 | #include <webkit2/WebKitFormSubmissionRequest.h> |
| 52 | #include <webkit2/WebKitGeolocationManager.h> |
| 53 | #include <webkit2/WebKitGeolocationPermissionRequest.h> |
| 54 | #include <webkit2/WebKitHitTestResult.h> |
| 55 | #include <webkit2/WebKitInstallMissingMediaPluginsPermissionRequest.h> |
| 56 | #include <webkit2/WebKitJavascriptResult.h> |
| 57 | #include <webkit2/WebKitMimeInfo.h> |
| 58 | #include <webkit2/WebKitNavigationAction.h> |
| 59 | #include <webkit2/WebKitNavigationPolicyDecision.h> |
| 60 | #include <webkit2/WebKitNetworkProxySettings.h> |
| 61 | #include <webkit2/WebKitNotification.h> |
| 62 | #include <webkit2/WebKitNotificationPermissionRequest.h> |
| 63 | #include <webkit2/WebKitOptionMenu.h> |
| 64 | #include <webkit2/WebKitOptionMenuItem.h> |
| 65 | #include <webkit2/WebKitPermissionRequest.h> |
| 66 | #include <webkit2/WebKitPlugin.h> |
| 67 | #include <webkit2/WebKitPrintCustomWidget.h> |
| 68 | #include <webkit2/WebKitPrintOperation.h> |
| 69 | #include <webkit2/WebKitResponsePolicyDecision.h> |
| 70 | #include <webkit2/WebKitScriptDialog.h> |
| 71 | #include <webkit2/WebKitSecurityManager.h> |
| 72 | #include <webkit2/WebKitSecurityOrigin.h> |
| 73 | #include <webkit2/WebKitSettings.h> |
| 74 | #include <webkit2/WebKitURIRequest.h> |
| 75 | #include <webkit2/WebKitURIResponse.h> |
| 76 | #include <webkit2/WebKitURISchemeRequest.h> |
| 77 | #include <webkit2/WebKitURIUtilities.h> |
| 78 | #include <webkit2/WebKitUserContent.h> |
| 79 | #include <webkit2/WebKitUserContentFilterStore.h> |
| 80 | #include <webkit2/WebKitUserContentManager.h> |
| 81 | #include <webkit2/WebKitUserMediaPermissionRequest.h> |
| 82 | #include <webkit2/WebKitVersion.h> |
| 83 | #include <webkit2/WebKitWebContext.h> |
| 84 | #include <webkit2/WebKitWebInspector.h> |
| 85 | #include <webkit2/WebKitWebResource.h> |
| 86 | #include <webkit2/WebKitWebView.h> |
| 87 | #include <webkit2/WebKitWebViewBase.h> |
| 88 | #include <webkit2/WebKitWebViewSessionState.h> |
| 89 | #include <webkit2/WebKitWebsiteData.h> |
| 90 | #include <webkit2/WebKitWebsiteDataManager.h> |
| 91 | #include <webkit2/WebKitWindowProperties.h> |
| 92 | |
| 93 | #include <webkit2/WebKitAutocleanups.h> |
| 94 | |
| 95 | #undef __WEBKIT2_H_INSIDE__ |
| 96 | |
| 97 | #endif /* __WEBKIT2_H__ */ |
| 98 | |