webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
webkit2.h
Go to the documentation of this file.
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/WebKitAuthenticationRequest.h>
31 #include <webkit2/WebKitBackForwardList.h>
32 #include <webkit2/WebKitBackForwardListItem.h>
33 #include <webkit2/WebKitContextMenu.h>
34 #include <webkit2/WebKitContextMenuActions.h>
35 #include <webkit2/WebKitContextMenuItem.h>
36 #include <webkit2/WebKitCookieManager.h>
37 #include <webkit2/WebKitCredential.h>
38 #include <webkit2/WebKitDefines.h>
39 #include <webkit2/WebKitDownload.h>
40 #include <webkit2/WebKitEditingCommands.h>
41 #include <webkit2/WebKitEditorState.h>
42 #include <webkit2/WebKitEnumTypes.h>
43 #include <webkit2/WebKitError.h>
44 #include <webkit2/WebKitFaviconDatabase.h>
45 #include <webkit2/WebKitColorChooserRequest.h>
46 #include <webkit2/WebKitFileChooserRequest.h>
47 #include <webkit2/WebKitFindController.h>
48 #include <webkit2/WebKitFormSubmissionRequest.h>
49 #include <webkit2/WebKitGeolocationPermissionRequest.h>
50 #include <webkit2/WebKitHitTestResult.h>
51 #include <webkit2/WebKitInstallMissingMediaPluginsPermissionRequest.h>
52 #include <webkit2/WebKitJavascriptResult.h>
53 #include <webkit2/WebKitMimeInfo.h>
54 #include <webkit2/WebKitNavigationAction.h>
55 #include <webkit2/WebKitNavigationPolicyDecision.h>
56 #include <webkit2/WebKitNetworkProxySettings.h>
57 #include <webkit2/WebKitNotification.h>
58 #include <webkit2/WebKitNotificationPermissionRequest.h>
59 #include <webkit2/WebKitPermissionRequest.h>
60 #include <webkit2/WebKitPlugin.h>
61 #include <webkit2/WebKitPrintCustomWidget.h>
62 #include <webkit2/WebKitPrintOperation.h>
63 #include <webkit2/WebKitResponsePolicyDecision.h>
64 #include <webkit2/WebKitScriptDialog.h>
65 #include <webkit2/WebKitSecurityManager.h>
66 #include <webkit2/WebKitSecurityOrigin.h>
67 #include <webkit2/WebKitSettings.h>
68 #include <webkit2/WebKitURIRequest.h>
69 #include <webkit2/WebKitURIResponse.h>
70 #include <webkit2/WebKitURISchemeRequest.h>
71 #include <webkit2/WebKitUserContent.h>
72 #include <webkit2/WebKitUserContentManager.h>
73 #include <webkit2/WebKitUserMediaPermissionRequest.h>
74 #include <webkit2/WebKitVersion.h>
75 #include <webkit2/WebKitWebContext.h>
76 #include <webkit2/WebKitWebInspector.h>
77 #include <webkit2/WebKitWebResource.h>
78 #include <webkit2/WebKitWebView.h>
79 #include <webkit2/WebKitWebViewBase.h>
80 #include <webkit2/WebKitWebViewSessionState.h>
81 #include <webkit2/WebKitWebsiteData.h>
82 #include <webkit2/WebKitWebsiteDataManager.h>
83 #include <webkit2/WebKitWindowProperties.h>
84 
85 #include <webkit2/WebKitAutocleanups.h>
86 
87 #undef __WEBKIT2_H_INSIDE__
88 
89 #endif /* __WEBKIT2_H__ */