| 1 | /* |
| 2 | * Copyright (C) 2012 Igalia S.L. |
| 3 | * |
| 4 | * This library is free software; you can redistribute it and/or |
| 5 | * modify it under the terms of the GNU Lesser General Public |
| 6 | * License as published by the Free Software Foundation; either |
| 7 | * version 2,1 of the License, or (at your option) any later version. |
| 8 | * |
| 9 | * This library is distributed in the hope that it will be useful, |
| 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 12 | * Library General Public License for more details. |
| 13 | * |
| 14 | * You should have received a copy of the GNU Library General Public License |
| 15 | * along with this library; see the file COPYING.LIB. If not, write to |
| 16 | * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 17 | * Boston, MA 02110-1301, USA. |
| 18 | */ |
| 19 | |
| 20 | #ifdef __WEBKIT_2_H__ |
| 21 | #error "Headers <webkit2/webkit2.h> and <webkit2/webkit-web-extension.h> cannot be included together." |
| 22 | #endif |
| 23 | |
| 24 | #ifndef __WEBKIT_WEB_EXTENSION_H__ |
| 25 | #define __WEBKIT_WEB_EXTENSION_H__ |
| 26 | |
| 27 | #define __WEBKIT_WEB_EXTENSION_H_INSIDE__ |
| 28 | |
| 29 | #include <webkit2/WebKitConsoleMessage.h> |
| 30 | #include <webkit2/WebKitContextMenu.h> |
| 31 | #include <webkit2/WebKitContextMenuActions.h> |
| 32 | #include <webkit2/WebKitContextMenuItem.h> |
| 33 | #include <webkit2/WebKitFrame.h> |
| 34 | #include <webkit2/WebKitScriptWorld.h> |
| 35 | #include <webkit2/WebKitURIRequest.h> |
| 36 | #include <webkit2/WebKitURIResponse.h> |
| 37 | #include <webkit2/WebKitVersion.h> |
| 38 | #include <webkit2/WebKitWebEditor.h> |
| 39 | #include <webkit2/WebKitWebExtension.h> |
| 40 | #include <webkit2/WebKitWebHitTestResult.h> |
| 41 | #include <webkit2/WebKitWebPage.h> |
| 42 | #include <webkit2/WebKitWebProcessEnumTypes.h> |
| 43 | |
| 44 | #include <webkit2/WebKitWebExtensionAutocleanups.h> |
| 45 | |
| 46 | #undef __WEBKIT_WEB_EXTENSION_H_INSIDE__ |
| 47 | |
| 48 | #endif |
| 49 | |