Top | ![]() |
![]() |
![]() |
![]() |
|
midori_web_settings_new () |
|
midori_web_settings_add_style () |
|
midori_web_settings_remove_style () |
const |
midori_web_settings_get_system_name () |
|
midori_web_settings_has_plugin_support () |
|
midori_web_settings_skip_plugin () |
MidoriSiteDataPolicy | midori_web_settings_get_site_data_policy () |
|
midori_settings_new_full () |
|
midori_settings_save_to_file () |
MidoriWebSettings * midori_web_settings_new (void
);
Creates a new
You will typically want to assign this to a
void midori_web_settings_add_style (,
MidoriWebSettings *settingsconst
,gchar *rule_idconst
);gchar *style
Adds or replaces a custom stylesheet.
settings |
the MidoriWebSettings instance to modify |
|
rule_id |
a static string identifier |
|
style |
a CSS stylesheet |
Since:
void midori_web_settings_remove_style (,
MidoriWebSettings *settingsconst
);gchar *rule_id
Removes a stylesheet from midori settings.
settings |
the MidoriWebSettings instance to modify |
|
rule_id |
the string identifier used previously |
Since:
constgchar * midori_web_settings_get_system_name (,
gchar **architecture);
gchar **platform
Determines the system name, architecture and platform.
This function may write a NULL
architecture
.
architecture |
location of a string, or |
[out][allow-none] |
platform |
location of a string, or |
[out][allow-none] |
Since:
gboolean midori_web_settings_has_plugin_support (void
);
Determines if Netscape plugins are supported.
Since:
gboolean midori_web_settings_skip_plugin (const
);gchar *path
Tests if a plugin is redundant. WebKit sometimes provides duplicate listings of plugins due to library deployment miscellanea.
Since:
MidoriSiteDataPolicy midori_web_settings_get_site_data_policy (,
MidoriWebSettings *settingsconst
);gchar *uri
Tests if uri
may store site data.
settings |
the MidoriWebSettings instance |
|
uri |
the URI for which to make the policy decision |
Since:
MidoriWebSettings * midori_settings_new_full ();
gchar ***extensions
Creates a new
You will typically want to assign this to a
gboolean midori_settings_save_to_file (,
MidoriWebSettings *settings,
GObject *appconst
,gchar *filename);
GError **error
Saves a filename
.
Also saves the list of activated extensions from app
.