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/WebKitCertificateInfo.h>
34#include <webkit2/WebKitContextMenu.h>
35#include <webkit2/WebKitContextMenuActions.h>
36#include <webkit2/WebKitContextMenuItem.h>
37#include <webkit2/WebKitCookieManager.h>
38#include <webkit2/WebKitCredential.h>
39#include <webkit2/WebKitDefines.h>
40#include <webkit2/WebKitDownload.h>
41#include <webkit2/WebKitEditingCommands.h>
42#include <webkit2/WebKitEnumTypes.h>
43#include <webkit2/WebKitError.h>
44#include <webkit2/WebKitFaviconDatabase.h>
45#include <webkit2/WebKitFileChooserRequest.h>
46#include <webkit2/WebKitFindController.h>
47#include <webkit2/WebKitFormSubmissionRequest.h>
48#include <webkit2/WebKitGeolocationPermissionRequest.h>
49#include <webkit2/WebKitHitTestResult.h>
50#include <webkit2/WebKitJavascriptResult.h>
51#include <webkit2/WebKitMimeInfo.h>
52#include <webkit2/WebKitNavigationAction.h>
53#include <webkit2/WebKitNavigationPolicyDecision.h>
54#include <webkit2/WebKitPermissionRequest.h>
55#include <webkit2/WebKitPlugin.h>
56#include <webkit2/WebKitPrintOperation.h>
57#include <webkit2/WebKitResponsePolicyDecision.h>
58#include <webkit2/WebKitScriptDialog.h>
59#include <webkit2/WebKitSecurityManager.h>
60#include <webkit2/WebKitSettings.h>
61#include <webkit2/WebKitURIRequest.h>
62#include <webkit2/WebKitURIResponse.h>
63#include <webkit2/WebKitURISchemeRequest.h>
64#include <webkit2/WebKitUserContent.h>
65#include <webkit2/WebKitUserContentManager.h>
66#include <webkit2/WebKitVersion.h>
67#include <webkit2/WebKitWebContext.h>
68#include <webkit2/WebKitWebInspector.h>
69#include <webkit2/WebKitWebResource.h>
70#include <webkit2/WebKitWebView.h>
71#include <webkit2/WebKitWebViewBase.h>
72#include <webkit2/WebKitWebViewGroup.h>
73#include <webkit2/WebKitWindowProperties.h>
74
75#undef __WEBKIT2_H_INSIDE__
76
77#endif /* __WEBKIT2_H__ */
78