[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.24
[framework/web/webkit-efl.git] / Source / WebKit2 / UIProcess / API / efl / EWebKit2.h
1 /*
2  * Copyright (C) 2012 Samsung Electronics
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Library General Public
6  * License as published by the Free Software Foundation; either
7  * version 2 of the License, or (at your option) any later version.
8  *
9  * This program 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 program; 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 /**
21  * @file    EWebKit2.h
22  * @brief   Contains the header files that are required by WebKit2-EFL.
23  *
24  * It includes the all header files that are exported to public API.
25  */
26
27 #ifndef EWebKit2_h
28 #define EWebKit2_h
29
30 #include "ewk_auth_challenge.h"
31 #include "ewk_certificate.h"
32 #include "ewk_context.h"
33 #include "ewk_context_menu.h"
34 #include "ewk_custom_handlers.h"
35 #include "ewk_enums.h"
36 #include "ewk_error.h"
37 #include "ewk_form_data.h"
38 #include "ewk_frame.h"
39 #include "ewk_history.h"
40 #include "ewk_hit_test.h"
41 #include "ewk_geolocation.h"
42 #include "ewk_network.h"
43 #include "ewk_notification.h"
44 #include "ewk_policy_decision.h"
45 #include "ewk_security_origin.h"
46 #include "ewk_setting.h"
47 #include "ewk_text_checker.h"
48 #include "ewk_text_checker_setting.h"
49 #include "ewk_text_style.h"
50 #include "ewk_user_media_permission.h"
51 #include "ewk_view.h"
52
53 #endif // EWebKit2_h