ewebkit2
1.11.0
Web engine based on WebKit2 for EFL
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
efl-webkit
Source
WebKit2
UIProcess
API
efl
ewk_settings.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2012 Samsung Electronics
3
*
4
* Redistribution and use in source and binary forms, with or without
5
* modification, are permitted provided that the following conditions
6
* are met:
7
* 1. Redistributions of source code must retain the above copyright
8
* notice, this list of conditions and the following disclaimer.
9
* 2. Redistributions in binary form must reproduce the above copyright
10
* notice, this list of conditions and the following disclaimer in the
11
* documentation and/or other materials provided with the distribution.
12
*
13
* THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
14
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
15
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
16
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
17
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
18
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
19
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
20
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
21
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
22
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
23
* THE POSSIBILITY OF SUCH DAMAGE.
24
*/
25
34
#ifndef ewk_settings_h
35
#define ewk_settings_h
36
37
#include <Eina.h>
38
39
#ifdef __cplusplus
40
extern
"C"
{
41
#endif
42
44
typedef
struct
EwkSettings
Ewk_Settings
;
45
46
60
EAPI Eina_Bool
ewk_settings_fullscreen_enabled_set
(
Ewk_Settings
*settings, Eina_Bool enable);
61
70
EAPI Eina_Bool
ewk_settings_fullscreen_enabled_get
(
const
Ewk_Settings
*settings);
71
83
EAPI Eina_Bool
ewk_settings_javascript_enabled_set
(
Ewk_Settings
*settings, Eina_Bool enable);
84
93
EAPI Eina_Bool
ewk_settings_javascript_enabled_get
(
const
Ewk_Settings
*settings);
94
106
EAPI Eina_Bool
ewk_settings_loads_images_automatically_set
(
Ewk_Settings
*settings, Eina_Bool automatic);
107
116
EAPI Eina_Bool
ewk_settings_loads_images_automatically_get
(
const
Ewk_Settings
*settings);
117
129
EAPI Eina_Bool
ewk_settings_developer_extras_enabled_set
(
Ewk_Settings
*settings, Eina_Bool enable);
130
141
EAPI Eina_Bool
ewk_settings_developer_extras_enabled_get
(
const
Ewk_Settings
*settings);
142
154
EAPI Eina_Bool
ewk_settings_file_access_from_file_urls_allowed_set
(
Ewk_Settings
*settings, Eina_Bool enable);
155
166
EAPI Eina_Bool
ewk_settings_file_access_from_file_urls_allowed_get
(
const
Ewk_Settings
*settings);
167
181
EAPI Eina_Bool
ewk_settings_frame_flattening_enabled_set
(
Ewk_Settings
*settings, Eina_Bool enable);
182
194
EAPI Eina_Bool
ewk_settings_frame_flattening_enabled_get
(
const
Ewk_Settings
*settings);
195
209
EAPI Eina_Bool
ewk_settings_dns_prefetching_enabled_set
(
Ewk_Settings
*settings, Eina_Bool enable);
210
221
EAPI Eina_Bool
ewk_settings_dns_prefetching_enabled_get
(
const
Ewk_Settings
*settings);
222
234
EAPI Eina_Bool
ewk_settings_encoding_detector_enabled_set
(
Ewk_Settings
*settings, Eina_Bool enable);
235
244
EAPI Eina_Bool
ewk_settings_encoding_detector_enabled_get
(
const
Ewk_Settings
*settings);
245
254
EAPI Eina_Bool
ewk_settings_default_text_encoding_name_set
(
Ewk_Settings
*settings,
const
char
*encoding);
255
265
EAPI
const
char
*
ewk_settings_default_text_encoding_name_get
(
const
Ewk_Settings
*settings);
266
278
EAPI Eina_Bool
ewk_settings_preferred_minimum_contents_width_set
(
Ewk_Settings
*settings,
unsigned
width);
279
288
EAPI
unsigned
ewk_settings_preferred_minimum_contents_width_get
(
const
Ewk_Settings
*settings);
289
301
EAPI Eina_Bool
ewk_settings_offline_web_application_cache_enabled_set
(
Ewk_Settings
*settings, Eina_Bool enable);
302
311
EAPI Eina_Bool
ewk_settings_offline_web_application_cache_enabled_get
(
const
Ewk_Settings
*settings);
312
324
EAPI Eina_Bool
ewk_settings_scripts_can_open_windows_set
(
Ewk_Settings
*settings, Eina_Bool enable);
325
334
EAPI Eina_Bool
ewk_settings_scripts_can_open_windows_get
(
const
Ewk_Settings
*settings);
335
351
EAPI Eina_Bool
ewk_settings_local_storage_enabled_set
(
Ewk_Settings
*settings, Eina_Bool enable);
352
367
EAPI Eina_Bool
ewk_settings_local_storage_enabled_get
(
const
Ewk_Settings
*settings);
368
380
EAPI Eina_Bool
ewk_settings_plugins_enabled_set
(
Ewk_Settings
*settings, Eina_Bool enable);
381
390
EAPI Eina_Bool
ewk_settings_plugins_enabled_get
(
const
Ewk_Settings
*settings);
391
402
EAPI Eina_Bool
ewk_settings_default_font_size_set
(
Ewk_Settings
*settings,
int
size);
403
411
EAPI
int
ewk_settings_default_font_size_get
(
const
Ewk_Settings
*settings);
412
424
EAPI Eina_Bool
ewk_settings_private_browsing_enabled_set
(
Ewk_Settings
*settings, Eina_Bool enable);
425
437
EAPI Eina_Bool
ewk_settings_private_browsing_enabled_get
(
const
Ewk_Settings
*settings);
438
452
EAPI Eina_Bool
ewk_settings_text_autosizing_enabled_set
(
Ewk_Settings
*settings, Eina_Bool enable);
453
465
EAPI Eina_Bool
ewk_settings_text_autosizing_enabled_get
(
const
Ewk_Settings
*settings);
466
480
EAPI Eina_Bool
ewk_settings_web_security_enabled_set
(
Ewk_Settings
*settings, Eina_Bool enable);
481
490
EAPI Eina_Bool
ewk_settings_web_security_enabled_get
(
const
Ewk_Settings
*settings);
491
501
EAPI Eina_Bool
ewk_settings_spatial_navigation_enabled_set
(
Ewk_Settings
*settings, Eina_Bool enable);
502
511
EAPI Eina_Bool
ewk_settings_spatial_navigation_enabled_get
(
const
Ewk_Settings
*settings);
512
513
#ifdef __cplusplus
514
}
515
#endif
516
#endif // ewk_settings_h
Generated on Fri Aug 22 2014 09:33:55 for ewebkit2 by
1.8.4