webkit2.c.functions

Undocumented in source.

Members

Static functions

webkit_application_info_get_name
const(char)* webkit_application_info_get_name(WebKitApplicationInfo* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_application_info_get_type
GType webkit_application_info_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_application_info_get_version
void webkit_application_info_get_version(WebKitApplicationInfo* info, ulong* major, ulong* minor, ulong* micro)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_application_info_new
WebKitApplicationInfo* webkit_application_info_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_application_info_ref
WebKitApplicationInfo* webkit_application_info_ref(WebKitApplicationInfo* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_application_info_set_name
void webkit_application_info_set_name(WebKitApplicationInfo* info, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_application_info_set_version
void webkit_application_info_set_version(WebKitApplicationInfo* info, ulong major, ulong minor, ulong micro)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_application_info_unref
void webkit_application_info_unref(WebKitApplicationInfo* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_authentication_request_authenticate
void webkit_authentication_request_authenticate(WebKitAuthenticationRequest* request, WebKitCredential* credential)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_authentication_request_can_save_credentials
int webkit_authentication_request_can_save_credentials(WebKitAuthenticationRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_authentication_request_cancel
void webkit_authentication_request_cancel(WebKitAuthenticationRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_authentication_request_get_host
const(char)* webkit_authentication_request_get_host(WebKitAuthenticationRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_authentication_request_get_port
uint webkit_authentication_request_get_port(WebKitAuthenticationRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_authentication_request_get_proposed_credential
WebKitCredential* webkit_authentication_request_get_proposed_credential(WebKitAuthenticationRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_authentication_request_get_realm
const(char)* webkit_authentication_request_get_realm(WebKitAuthenticationRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_authentication_request_get_scheme
WebKitAuthenticationScheme webkit_authentication_request_get_scheme(WebKitAuthenticationRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_authentication_request_get_security_origin
WebKitSecurityOrigin* webkit_authentication_request_get_security_origin(WebKitAuthenticationRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_authentication_request_get_type
GType webkit_authentication_request_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_authentication_request_is_for_proxy
int webkit_authentication_request_is_for_proxy(WebKitAuthenticationRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_authentication_request_is_retry
int webkit_authentication_request_is_retry(WebKitAuthenticationRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_authentication_request_set_can_save_credentials
void webkit_authentication_request_set_can_save_credentials(WebKitAuthenticationRequest* request, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_authentication_request_set_proposed_credential
void webkit_authentication_request_set_proposed_credential(WebKitAuthenticationRequest* request, WebKitCredential* credential)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_automation_session_get_application_info
WebKitApplicationInfo* webkit_automation_session_get_application_info(WebKitAutomationSession* session)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_automation_session_get_id
const(char)* webkit_automation_session_get_id(WebKitAutomationSession* session)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_automation_session_get_type
GType webkit_automation_session_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_automation_session_set_application_info
void webkit_automation_session_set_application_info(WebKitAutomationSession* session, WebKitApplicationInfo* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_back_forward_list_get_back_item
WebKitBackForwardListItem* webkit_back_forward_list_get_back_item(WebKitBackForwardList* backForwardList)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_back_forward_list_get_back_list
GList* webkit_back_forward_list_get_back_list(WebKitBackForwardList* backForwardList)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_back_forward_list_get_back_list_with_limit
GList* webkit_back_forward_list_get_back_list_with_limit(WebKitBackForwardList* backForwardList, uint limit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_back_forward_list_get_current_item
WebKitBackForwardListItem* webkit_back_forward_list_get_current_item(WebKitBackForwardList* backForwardList)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_back_forward_list_get_forward_item
WebKitBackForwardListItem* webkit_back_forward_list_get_forward_item(WebKitBackForwardList* backForwardList)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_back_forward_list_get_forward_list
GList* webkit_back_forward_list_get_forward_list(WebKitBackForwardList* backForwardList)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_back_forward_list_get_forward_list_with_limit
GList* webkit_back_forward_list_get_forward_list_with_limit(WebKitBackForwardList* backForwardList, uint limit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_back_forward_list_get_length
uint webkit_back_forward_list_get_length(WebKitBackForwardList* backForwardList)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_back_forward_list_get_nth_item
WebKitBackForwardListItem* webkit_back_forward_list_get_nth_item(WebKitBackForwardList* backForwardList, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_back_forward_list_get_type
GType webkit_back_forward_list_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_back_forward_list_item_get_original_uri
const(char)* webkit_back_forward_list_item_get_original_uri(WebKitBackForwardListItem* listItem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_back_forward_list_item_get_title
const(char)* webkit_back_forward_list_item_get_title(WebKitBackForwardListItem* listItem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_back_forward_list_item_get_type
GType webkit_back_forward_list_item_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_back_forward_list_item_get_uri
const(char)* webkit_back_forward_list_item_get_uri(WebKitBackForwardListItem* listItem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_color_chooser_request_cancel
void webkit_color_chooser_request_cancel(WebKitColorChooserRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_color_chooser_request_finish
void webkit_color_chooser_request_finish(WebKitColorChooserRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_color_chooser_request_get_element_rectangle
void webkit_color_chooser_request_get_element_rectangle(WebKitColorChooserRequest* request, GdkRectangle* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_color_chooser_request_get_rgba
void webkit_color_chooser_request_get_rgba(WebKitColorChooserRequest* request, GdkRGBA* rgba)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_color_chooser_request_get_type
GType webkit_color_chooser_request_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_color_chooser_request_set_rgba
void webkit_color_chooser_request_set_rgba(WebKitColorChooserRequest* request, GdkRGBA* rgba)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_append
void webkit_context_menu_append(WebKitContextMenu* menu, WebKitContextMenuItem* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_first
WebKitContextMenuItem* webkit_context_menu_first(WebKitContextMenu* menu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_get_item_at_position
WebKitContextMenuItem* webkit_context_menu_get_item_at_position(WebKitContextMenu* menu, uint position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_get_items
GList* webkit_context_menu_get_items(WebKitContextMenu* menu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_get_n_items
uint webkit_context_menu_get_n_items(WebKitContextMenu* menu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_get_type
GType webkit_context_menu_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_get_user_data
GVariant* webkit_context_menu_get_user_data(WebKitContextMenu* menu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_insert
void webkit_context_menu_insert(WebKitContextMenu* menu, WebKitContextMenuItem* item, int position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_item_get_action
GtkAction* webkit_context_menu_item_get_action(WebKitContextMenuItem* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_item_get_gaction
GAction* webkit_context_menu_item_get_gaction(WebKitContextMenuItem* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_item_get_stock_action
WebKitContextMenuAction webkit_context_menu_item_get_stock_action(WebKitContextMenuItem* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_item_get_submenu
WebKitContextMenu* webkit_context_menu_item_get_submenu(WebKitContextMenuItem* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_item_get_type
GType webkit_context_menu_item_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_item_is_separator
int webkit_context_menu_item_is_separator(WebKitContextMenuItem* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_item_new
WebKitContextMenuItem* webkit_context_menu_item_new(GtkAction* action)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_item_new_from_gaction
WebKitContextMenuItem* webkit_context_menu_item_new_from_gaction(GAction* action, const(char)* label, GVariant* target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_item_new_from_stock_action
WebKitContextMenuItem* webkit_context_menu_item_new_from_stock_action(WebKitContextMenuAction action)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_item_new_from_stock_action_with_label
WebKitContextMenuItem* webkit_context_menu_item_new_from_stock_action_with_label(WebKitContextMenuAction action, const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_item_new_separator
WebKitContextMenuItem* webkit_context_menu_item_new_separator()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_item_new_with_submenu
WebKitContextMenuItem* webkit_context_menu_item_new_with_submenu(const(char)* label, WebKitContextMenu* submenu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_item_set_submenu
void webkit_context_menu_item_set_submenu(WebKitContextMenuItem* item, WebKitContextMenu* submenu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_last
WebKitContextMenuItem* webkit_context_menu_last(WebKitContextMenu* menu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_move_item
void webkit_context_menu_move_item(WebKitContextMenu* menu, WebKitContextMenuItem* item, int position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_new
WebKitContextMenu* webkit_context_menu_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_new_with_items
WebKitContextMenu* webkit_context_menu_new_with_items(GList* items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_prepend
void webkit_context_menu_prepend(WebKitContextMenu* menu, WebKitContextMenuItem* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_remove
void webkit_context_menu_remove(WebKitContextMenu* menu, WebKitContextMenuItem* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_remove_all
void webkit_context_menu_remove_all(WebKitContextMenu* menu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_context_menu_set_user_data
void webkit_context_menu_set_user_data(WebKitContextMenu* menu, GVariant* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_cookie_manager_add_cookie
void webkit_cookie_manager_add_cookie(WebKitCookieManager* cookieManager, SoupCookie* cookie, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_cookie_manager_add_cookie_finish
int webkit_cookie_manager_add_cookie_finish(WebKitCookieManager* cookieManager, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_cookie_manager_delete_all_cookies
void webkit_cookie_manager_delete_all_cookies(WebKitCookieManager* cookieManager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_cookie_manager_delete_cookie
void webkit_cookie_manager_delete_cookie(WebKitCookieManager* cookieManager, SoupCookie* cookie, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_cookie_manager_delete_cookie_finish
int webkit_cookie_manager_delete_cookie_finish(WebKitCookieManager* cookieManager, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_cookie_manager_delete_cookies_for_domain
void webkit_cookie_manager_delete_cookies_for_domain(WebKitCookieManager* cookieManager, const(char)* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_cookie_manager_get_accept_policy
void webkit_cookie_manager_get_accept_policy(WebKitCookieManager* cookieManager, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_cookie_manager_get_accept_policy_finish
WebKitCookieAcceptPolicy webkit_cookie_manager_get_accept_policy_finish(WebKitCookieManager* cookieManager, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_cookie_manager_get_cookies
void webkit_cookie_manager_get_cookies(WebKitCookieManager* cookieManager, const(char)* uri, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_cookie_manager_get_cookies_finish
GList* webkit_cookie_manager_get_cookies_finish(WebKitCookieManager* cookieManager, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_cookie_manager_get_domains_with_cookies
void webkit_cookie_manager_get_domains_with_cookies(WebKitCookieManager* cookieManager, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_cookie_manager_get_domains_with_cookies_finish
char** webkit_cookie_manager_get_domains_with_cookies_finish(WebKitCookieManager* cookieManager, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_cookie_manager_get_type
GType webkit_cookie_manager_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_cookie_manager_set_accept_policy
void webkit_cookie_manager_set_accept_policy(WebKitCookieManager* cookieManager, WebKitCookieAcceptPolicy policy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_cookie_manager_set_persistent_storage
void webkit_cookie_manager_set_persistent_storage(WebKitCookieManager* cookieManager, const(char)* filename, WebKitCookiePersistentStorage storage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_credential_copy
WebKitCredential* webkit_credential_copy(WebKitCredential* credential)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_credential_free
void webkit_credential_free(WebKitCredential* credential)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_credential_get_password
const(char)* webkit_credential_get_password(WebKitCredential* credential)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_credential_get_persistence
WebKitCredentialPersistence webkit_credential_get_persistence(WebKitCredential* credential)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_credential_get_type
GType webkit_credential_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_credential_get_username
const(char)* webkit_credential_get_username(WebKitCredential* credential)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_credential_has_password
int webkit_credential_has_password(WebKitCredential* credential)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_credential_new
WebKitCredential* webkit_credential_new(const(char)* username, const(char)* password, WebKitCredentialPersistence persistence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_device_info_permission_request_get_type
GType webkit_device_info_permission_request_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_download_cancel
void webkit_download_cancel(WebKitDownload* download)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_download_get_allow_overwrite
int webkit_download_get_allow_overwrite(WebKitDownload* download)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_download_get_destination
const(char)* webkit_download_get_destination(WebKitDownload* download)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_download_get_elapsed_time
double webkit_download_get_elapsed_time(WebKitDownload* download)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_download_get_estimated_progress
double webkit_download_get_estimated_progress(WebKitDownload* download)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_download_get_received_data_length
ulong webkit_download_get_received_data_length(WebKitDownload* download)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_download_get_request
WebKitURIRequest* webkit_download_get_request(WebKitDownload* download)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_download_get_response
WebKitURIResponse* webkit_download_get_response(WebKitDownload* download)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_download_get_type
GType webkit_download_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_download_get_web_view
WebKitWebView* webkit_download_get_web_view(WebKitDownload* download)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_download_set_allow_overwrite
void webkit_download_set_allow_overwrite(WebKitDownload* download, int allowed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_download_set_destination
void webkit_download_set_destination(WebKitDownload* download, const(char)* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_editor_state_get_type
GType webkit_editor_state_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_editor_state_get_typing_attributes
uint webkit_editor_state_get_typing_attributes(WebKitEditorState* editorState)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_editor_state_is_copy_available
int webkit_editor_state_is_copy_available(WebKitEditorState* editorState)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_editor_state_is_cut_available
int webkit_editor_state_is_cut_available(WebKitEditorState* editorState)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_editor_state_is_paste_available
int webkit_editor_state_is_paste_available(WebKitEditorState* editorState)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_editor_state_is_redo_available
int webkit_editor_state_is_redo_available(WebKitEditorState* editorState)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_editor_state_is_undo_available
int webkit_editor_state_is_undo_available(WebKitEditorState* editorState)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_favicon_database_clear
void webkit_favicon_database_clear(WebKitFaviconDatabase* database)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_favicon_database_get_favicon
void webkit_favicon_database_get_favicon(WebKitFaviconDatabase* database, const(char)* pageUri, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_favicon_database_get_favicon_finish
cairo_surface_t* webkit_favicon_database_get_favicon_finish(WebKitFaviconDatabase* database, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_favicon_database_get_favicon_uri
char* webkit_favicon_database_get_favicon_uri(WebKitFaviconDatabase* database, const(char)* pageUri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_favicon_database_get_type
GType webkit_favicon_database_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_file_chooser_request_cancel
void webkit_file_chooser_request_cancel(WebKitFileChooserRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_file_chooser_request_get_mime_types
char** webkit_file_chooser_request_get_mime_types(WebKitFileChooserRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_file_chooser_request_get_mime_types_filter
GtkFileFilter* webkit_file_chooser_request_get_mime_types_filter(WebKitFileChooserRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_file_chooser_request_get_select_multiple
int webkit_file_chooser_request_get_select_multiple(WebKitFileChooserRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_file_chooser_request_get_selected_files
char** webkit_file_chooser_request_get_selected_files(WebKitFileChooserRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_file_chooser_request_get_type
GType webkit_file_chooser_request_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_file_chooser_request_select_files
void webkit_file_chooser_request_select_files(WebKitFileChooserRequest* request, char** files)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_find_controller_count_matches
void webkit_find_controller_count_matches(WebKitFindController* findController, const(char)* searchText, uint findOptions, uint maxMatchCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_find_controller_get_max_match_count
uint webkit_find_controller_get_max_match_count(WebKitFindController* findController)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_find_controller_get_options
uint webkit_find_controller_get_options(WebKitFindController* findController)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_find_controller_get_search_text
const(char)* webkit_find_controller_get_search_text(WebKitFindController* findController)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_find_controller_get_type
GType webkit_find_controller_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_find_controller_get_web_view
WebKitWebView* webkit_find_controller_get_web_view(WebKitFindController* findController)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_find_controller_search
void webkit_find_controller_search(WebKitFindController* findController, const(char)* searchText, uint findOptions, uint maxMatchCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_find_controller_search_finish
void webkit_find_controller_search_finish(WebKitFindController* findController)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_find_controller_search_next
void webkit_find_controller_search_next(WebKitFindController* findController)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_find_controller_search_previous
void webkit_find_controller_search_previous(WebKitFindController* findController)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_form_submission_request_get_text_fields
GHashTable* webkit_form_submission_request_get_text_fields(WebKitFormSubmissionRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_form_submission_request_get_type
GType webkit_form_submission_request_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_form_submission_request_list_text_fields
int webkit_form_submission_request_list_text_fields(WebKitFormSubmissionRequest* request, GPtrArray** fieldNames, GPtrArray** fieldValues)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_form_submission_request_submit
void webkit_form_submission_request_submit(WebKitFormSubmissionRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_geolocation_manager_failed
void webkit_geolocation_manager_failed(WebKitGeolocationManager* manager, const(char)* errorMessage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_geolocation_manager_get_enable_high_accuracy
int webkit_geolocation_manager_get_enable_high_accuracy(WebKitGeolocationManager* manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_geolocation_manager_get_type
GType webkit_geolocation_manager_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_geolocation_manager_update_position
void webkit_geolocation_manager_update_position(WebKitGeolocationManager* manager, WebKitGeolocationPosition* position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_geolocation_permission_request_get_type
GType webkit_geolocation_permission_request_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_geolocation_position_copy
WebKitGeolocationPosition* webkit_geolocation_position_copy(WebKitGeolocationPosition* position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_geolocation_position_free
void webkit_geolocation_position_free(WebKitGeolocationPosition* position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_geolocation_position_get_type
GType webkit_geolocation_position_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_geolocation_position_new
WebKitGeolocationPosition* webkit_geolocation_position_new(double latitude, double longitude, double accuracy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_geolocation_position_set_altitude
void webkit_geolocation_position_set_altitude(WebKitGeolocationPosition* position, double altitude)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_geolocation_position_set_altitude_accuracy
void webkit_geolocation_position_set_altitude_accuracy(WebKitGeolocationPosition* position, double altitudeAccuracy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_geolocation_position_set_heading
void webkit_geolocation_position_set_heading(WebKitGeolocationPosition* position, double heading)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_geolocation_position_set_speed
void webkit_geolocation_position_set_speed(WebKitGeolocationPosition* position, double speed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_geolocation_position_set_timestamp
void webkit_geolocation_position_set_timestamp(WebKitGeolocationPosition* position, ulong timestamp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_hit_test_result_context_is_editable
int webkit_hit_test_result_context_is_editable(WebKitHitTestResult* hitTestResult)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_hit_test_result_context_is_image
int webkit_hit_test_result_context_is_image(WebKitHitTestResult* hitTestResult)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_hit_test_result_context_is_link
int webkit_hit_test_result_context_is_link(WebKitHitTestResult* hitTestResult)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_hit_test_result_context_is_media
int webkit_hit_test_result_context_is_media(WebKitHitTestResult* hitTestResult)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_hit_test_result_context_is_scrollbar
int webkit_hit_test_result_context_is_scrollbar(WebKitHitTestResult* hitTestResult)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_hit_test_result_context_is_selection
int webkit_hit_test_result_context_is_selection(WebKitHitTestResult* hitTestResult)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_hit_test_result_get_context
uint webkit_hit_test_result_get_context(WebKitHitTestResult* hitTestResult)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_hit_test_result_get_image_uri
const(char)* webkit_hit_test_result_get_image_uri(WebKitHitTestResult* hitTestResult)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_hit_test_result_get_link_label
const(char)* webkit_hit_test_result_get_link_label(WebKitHitTestResult* hitTestResult)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_hit_test_result_get_link_title
const(char)* webkit_hit_test_result_get_link_title(WebKitHitTestResult* hitTestResult)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_hit_test_result_get_link_uri
const(char)* webkit_hit_test_result_get_link_uri(WebKitHitTestResult* hitTestResult)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_hit_test_result_get_media_uri
const(char)* webkit_hit_test_result_get_media_uri(WebKitHitTestResult* hitTestResult)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_hit_test_result_get_type
GType webkit_hit_test_result_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_input_method_context_filter_key_event
int webkit_input_method_context_filter_key_event(WebKitInputMethodContext* context, GdkEventKey* keyEvent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_input_method_context_get_input_hints
WebKitInputHints webkit_input_method_context_get_input_hints(WebKitInputMethodContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_input_method_context_get_input_purpose
WebKitInputPurpose webkit_input_method_context_get_input_purpose(WebKitInputMethodContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_input_method_context_get_preedit
void webkit_input_method_context_get_preedit(WebKitInputMethodContext* context, char** text, GList** underlines, uint* cursorOffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_input_method_context_get_type
GType webkit_input_method_context_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_input_method_context_notify_cursor_area
void webkit_input_method_context_notify_cursor_area(WebKitInputMethodContext* context, int x, int y, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_input_method_context_notify_focus_in
void webkit_input_method_context_notify_focus_in(WebKitInputMethodContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_input_method_context_notify_focus_out
void webkit_input_method_context_notify_focus_out(WebKitInputMethodContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_input_method_context_notify_surrounding
void webkit_input_method_context_notify_surrounding(WebKitInputMethodContext* context, const(char)* text, int length, uint cursorIndex, uint selectionIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_input_method_context_reset
void webkit_input_method_context_reset(WebKitInputMethodContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_input_method_context_set_enable_preedit
void webkit_input_method_context_set_enable_preedit(WebKitInputMethodContext* context, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_input_method_context_set_input_hints
void webkit_input_method_context_set_input_hints(WebKitInputMethodContext* context, WebKitInputHints hints)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_input_method_context_set_input_purpose
void webkit_input_method_context_set_input_purpose(WebKitInputMethodContext* context, WebKitInputPurpose purpose)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_input_method_underline_copy
WebKitInputMethodUnderline* webkit_input_method_underline_copy(WebKitInputMethodUnderline* underline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_input_method_underline_free
void webkit_input_method_underline_free(WebKitInputMethodUnderline* underline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_input_method_underline_get_type
GType webkit_input_method_underline_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_input_method_underline_new
WebKitInputMethodUnderline* webkit_input_method_underline_new(uint startOffset, uint endOffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_input_method_underline_set_color
void webkit_input_method_underline_set_color(WebKitInputMethodUnderline* underline, GdkRGBA* rgba)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_install_missing_media_plugins_permission_request_get_description
const(char)* webkit_install_missing_media_plugins_permission_request_get_description(WebKitInstallMissingMediaPluginsPermissionRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_install_missing_media_plugins_permission_request_get_type
GType webkit_install_missing_media_plugins_permission_request_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_itp_first_party_get_domain
const(char)* webkit_itp_first_party_get_domain(WebKitITPFirstParty* itpFirstParty)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_itp_first_party_get_last_update_time
GDateTime* webkit_itp_first_party_get_last_update_time(WebKitITPFirstParty* itpFirstParty)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_itp_first_party_get_type
GType webkit_itp_first_party_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_itp_first_party_get_website_data_access_allowed
int webkit_itp_first_party_get_website_data_access_allowed(WebKitITPFirstParty* itpFirstParty)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_itp_first_party_ref
WebKitITPFirstParty* webkit_itp_first_party_ref(WebKitITPFirstParty* itpFirstParty)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_itp_first_party_unref
void webkit_itp_first_party_unref(WebKitITPFirstParty* itpFirstParty)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_itp_third_party_get_domain
const(char)* webkit_itp_third_party_get_domain(WebKitITPThirdParty* itpThirdParty)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_itp_third_party_get_first_parties
GList* webkit_itp_third_party_get_first_parties(WebKitITPThirdParty* itpThirdParty)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_itp_third_party_get_type
GType webkit_itp_third_party_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_itp_third_party_ref
WebKitITPThirdParty* webkit_itp_third_party_ref(WebKitITPThirdParty* itpThirdParty)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_itp_third_party_unref
void webkit_itp_third_party_unref(WebKitITPThirdParty* itpThirdParty)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_javascript_result_get_global_context
JSGlobalContextRef webkit_javascript_result_get_global_context(WebKitJavascriptResult* jsResult)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_javascript_result_get_js_value
JSCValue* webkit_javascript_result_get_js_value(WebKitJavascriptResult* jsResult)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_javascript_result_get_type
GType webkit_javascript_result_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_javascript_result_get_value
JSValueRef webkit_javascript_result_get_value(WebKitJavascriptResult* jsResult)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_javascript_result_ref
WebKitJavascriptResult* webkit_javascript_result_ref(WebKitJavascriptResult* jsResult)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_javascript_result_unref
void webkit_javascript_result_unref(WebKitJavascriptResult* jsResult)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_mime_info_get_description
const(char)* webkit_mime_info_get_description(WebKitMimeInfo* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_mime_info_get_extensions
char** webkit_mime_info_get_extensions(WebKitMimeInfo* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_mime_info_get_mime_type
const(char)* webkit_mime_info_get_mime_type(WebKitMimeInfo* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_mime_info_get_type
GType webkit_mime_info_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_mime_info_ref
WebKitMimeInfo* webkit_mime_info_ref(WebKitMimeInfo* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_mime_info_unref
void webkit_mime_info_unref(WebKitMimeInfo* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_navigation_action_copy
WebKitNavigationAction* webkit_navigation_action_copy(WebKitNavigationAction* navigation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_navigation_action_free
void webkit_navigation_action_free(WebKitNavigationAction* navigation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_navigation_action_get_modifiers
uint webkit_navigation_action_get_modifiers(WebKitNavigationAction* navigation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_navigation_action_get_mouse_button
uint webkit_navigation_action_get_mouse_button(WebKitNavigationAction* navigation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_navigation_action_get_navigation_type
WebKitNavigationType webkit_navigation_action_get_navigation_type(WebKitNavigationAction* navigation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_navigation_action_get_request
WebKitURIRequest* webkit_navigation_action_get_request(WebKitNavigationAction* navigation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_navigation_action_get_type
GType webkit_navigation_action_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_navigation_action_is_redirect
int webkit_navigation_action_is_redirect(WebKitNavigationAction* navigation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_navigation_action_is_user_gesture
int webkit_navigation_action_is_user_gesture(WebKitNavigationAction* navigation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_navigation_policy_decision_get_frame_name
const(char)* webkit_navigation_policy_decision_get_frame_name(WebKitNavigationPolicyDecision* decision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_navigation_policy_decision_get_modifiers
uint webkit_navigation_policy_decision_get_modifiers(WebKitNavigationPolicyDecision* decision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_navigation_policy_decision_get_mouse_button
uint webkit_navigation_policy_decision_get_mouse_button(WebKitNavigationPolicyDecision* decision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_navigation_policy_decision_get_navigation_action
WebKitNavigationAction* webkit_navigation_policy_decision_get_navigation_action(WebKitNavigationPolicyDecision* decision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_navigation_policy_decision_get_navigation_type
WebKitNavigationType webkit_navigation_policy_decision_get_navigation_type(WebKitNavigationPolicyDecision* decision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_navigation_policy_decision_get_request
WebKitURIRequest* webkit_navigation_policy_decision_get_request(WebKitNavigationPolicyDecision* decision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_navigation_policy_decision_get_type
GType webkit_navigation_policy_decision_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_network_proxy_settings_add_proxy_for_scheme
void webkit_network_proxy_settings_add_proxy_for_scheme(WebKitNetworkProxySettings* proxySettings, const(char)* scheme, const(char)* proxyUri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_network_proxy_settings_copy
WebKitNetworkProxySettings* webkit_network_proxy_settings_copy(WebKitNetworkProxySettings* proxySettings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_network_proxy_settings_free
void webkit_network_proxy_settings_free(WebKitNetworkProxySettings* proxySettings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_network_proxy_settings_get_type
GType webkit_network_proxy_settings_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_network_proxy_settings_new
WebKitNetworkProxySettings* webkit_network_proxy_settings_new(const(char)* defaultProxyUri, char** ignoreHosts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_notification_clicked
void webkit_notification_clicked(WebKitNotification* notification)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_notification_close
void webkit_notification_close(WebKitNotification* notification)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_notification_get_body
const(char)* webkit_notification_get_body(WebKitNotification* notification)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_notification_get_id
ulong webkit_notification_get_id(WebKitNotification* notification)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_notification_get_tag
const(char)* webkit_notification_get_tag(WebKitNotification* notification)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_notification_get_title
const(char)* webkit_notification_get_title(WebKitNotification* notification)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_notification_get_type
GType webkit_notification_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_notification_permission_request_get_type
GType webkit_notification_permission_request_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_option_menu_activate_item
void webkit_option_menu_activate_item(WebKitOptionMenu* menu, uint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_option_menu_close
void webkit_option_menu_close(WebKitOptionMenu* menu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_option_menu_get_item
WebKitOptionMenuItem* webkit_option_menu_get_item(WebKitOptionMenu* menu, uint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_option_menu_get_n_items
uint webkit_option_menu_get_n_items(WebKitOptionMenu* menu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_option_menu_get_type
GType webkit_option_menu_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_option_menu_item_copy
WebKitOptionMenuItem* webkit_option_menu_item_copy(WebKitOptionMenuItem* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_option_menu_item_free
void webkit_option_menu_item_free(WebKitOptionMenuItem* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_option_menu_item_get_label
const(char)* webkit_option_menu_item_get_label(WebKitOptionMenuItem* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_option_menu_item_get_tooltip
const(char)* webkit_option_menu_item_get_tooltip(WebKitOptionMenuItem* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_option_menu_item_get_type
GType webkit_option_menu_item_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_option_menu_item_is_enabled
int webkit_option_menu_item_is_enabled(WebKitOptionMenuItem* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_option_menu_item_is_group_child
int webkit_option_menu_item_is_group_child(WebKitOptionMenuItem* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_option_menu_item_is_group_label
int webkit_option_menu_item_is_group_label(WebKitOptionMenuItem* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_option_menu_item_is_selected
int webkit_option_menu_item_is_selected(WebKitOptionMenuItem* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_option_menu_select_item
void webkit_option_menu_select_item(WebKitOptionMenu* menu, uint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_permission_request_allow
void webkit_permission_request_allow(WebKitPermissionRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_permission_request_deny
void webkit_permission_request_deny(WebKitPermissionRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_permission_request_get_type
GType webkit_permission_request_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_plugin_get_description
const(char)* webkit_plugin_get_description(WebKitPlugin* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_plugin_get_mime_info_list
GList* webkit_plugin_get_mime_info_list(WebKitPlugin* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_plugin_get_name
const(char)* webkit_plugin_get_name(WebKitPlugin* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_plugin_get_path
const(char)* webkit_plugin_get_path(WebKitPlugin* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_plugin_get_type
GType webkit_plugin_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_pointer_lock_permission_request_get_type
GType webkit_pointer_lock_permission_request_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_policy_decision_download
void webkit_policy_decision_download(WebKitPolicyDecision* decision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_policy_decision_get_type
GType webkit_policy_decision_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_policy_decision_ignore
void webkit_policy_decision_ignore(WebKitPolicyDecision* decision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_policy_decision_use
void webkit_policy_decision_use(WebKitPolicyDecision* decision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_policy_decision_use_with_policies
void webkit_policy_decision_use_with_policies(WebKitPolicyDecision* decision, WebKitWebsitePolicies* policies)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_print_custom_widget_get_title
const(char)* webkit_print_custom_widget_get_title(WebKitPrintCustomWidget* printCustomWidget)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_print_custom_widget_get_type
GType webkit_print_custom_widget_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_print_custom_widget_get_widget
GtkWidget* webkit_print_custom_widget_get_widget(WebKitPrintCustomWidget* printCustomWidget)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_print_custom_widget_new
WebKitPrintCustomWidget* webkit_print_custom_widget_new(GtkWidget* widget, const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_print_operation_get_page_setup
GtkPageSetup* webkit_print_operation_get_page_setup(WebKitPrintOperation* printOperation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_print_operation_get_print_settings
GtkPrintSettings* webkit_print_operation_get_print_settings(WebKitPrintOperation* printOperation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_print_operation_get_type
GType webkit_print_operation_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_print_operation_new
WebKitPrintOperation* webkit_print_operation_new(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_print_operation_print
void webkit_print_operation_print(WebKitPrintOperation* printOperation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_print_operation_run_dialog
WebKitPrintOperationResponse webkit_print_operation_run_dialog(WebKitPrintOperation* printOperation, GtkWindow* parent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_print_operation_set_page_setup
void webkit_print_operation_set_page_setup(WebKitPrintOperation* printOperation, GtkPageSetup* pageSetup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_print_operation_set_print_settings
void webkit_print_operation_set_print_settings(WebKitPrintOperation* printOperation, GtkPrintSettings* printSettings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_response_policy_decision_get_request
WebKitURIRequest* webkit_response_policy_decision_get_request(WebKitResponsePolicyDecision* decision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_response_policy_decision_get_response
WebKitURIResponse* webkit_response_policy_decision_get_response(WebKitResponsePolicyDecision* decision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_response_policy_decision_get_type
GType webkit_response_policy_decision_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_response_policy_decision_is_mime_type_supported
int webkit_response_policy_decision_is_mime_type_supported(WebKitResponsePolicyDecision* decision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_script_dialog_close
void webkit_script_dialog_close(WebKitScriptDialog* dialog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_script_dialog_confirm_set_confirmed
void webkit_script_dialog_confirm_set_confirmed(WebKitScriptDialog* dialog, int confirmed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_script_dialog_get_dialog_type
WebKitScriptDialogType webkit_script_dialog_get_dialog_type(WebKitScriptDialog* dialog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_script_dialog_get_message
const(char)* webkit_script_dialog_get_message(WebKitScriptDialog* dialog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_script_dialog_get_type
GType webkit_script_dialog_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_script_dialog_prompt_get_default_text
const(char)* webkit_script_dialog_prompt_get_default_text(WebKitScriptDialog* dialog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_script_dialog_prompt_set_text
void webkit_script_dialog_prompt_set_text(WebKitScriptDialog* dialog, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_script_dialog_ref
WebKitScriptDialog* webkit_script_dialog_ref(WebKitScriptDialog* dialog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_script_dialog_unref
void webkit_script_dialog_unref(WebKitScriptDialog* dialog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_security_manager_get_type
GType webkit_security_manager_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_security_manager_register_uri_scheme_as_cors_enabled
void webkit_security_manager_register_uri_scheme_as_cors_enabled(WebKitSecurityManager* securityManager, const(char)* scheme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_security_manager_register_uri_scheme_as_display_isolated
void webkit_security_manager_register_uri_scheme_as_display_isolated(WebKitSecurityManager* securityManager, const(char)* scheme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_security_manager_register_uri_scheme_as_empty_document
void webkit_security_manager_register_uri_scheme_as_empty_document(WebKitSecurityManager* securityManager, const(char)* scheme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_security_manager_register_uri_scheme_as_local
void webkit_security_manager_register_uri_scheme_as_local(WebKitSecurityManager* securityManager, const(char)* scheme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_security_manager_register_uri_scheme_as_no_access
void webkit_security_manager_register_uri_scheme_as_no_access(WebKitSecurityManager* securityManager, const(char)* scheme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_security_manager_register_uri_scheme_as_secure
void webkit_security_manager_register_uri_scheme_as_secure(WebKitSecurityManager* securityManager, const(char)* scheme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_security_manager_uri_scheme_is_cors_enabled
int webkit_security_manager_uri_scheme_is_cors_enabled(WebKitSecurityManager* securityManager, const(char)* scheme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_security_manager_uri_scheme_is_display_isolated
int webkit_security_manager_uri_scheme_is_display_isolated(WebKitSecurityManager* securityManager, const(char)* scheme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_security_manager_uri_scheme_is_empty_document
int webkit_security_manager_uri_scheme_is_empty_document(WebKitSecurityManager* securityManager, const(char)* scheme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_security_manager_uri_scheme_is_local
int webkit_security_manager_uri_scheme_is_local(WebKitSecurityManager* securityManager, const(char)* scheme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_security_manager_uri_scheme_is_no_access
int webkit_security_manager_uri_scheme_is_no_access(WebKitSecurityManager* securityManager, const(char)* scheme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_security_manager_uri_scheme_is_secure
int webkit_security_manager_uri_scheme_is_secure(WebKitSecurityManager* securityManager, const(char)* scheme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_security_origin_get_host
const(char)* webkit_security_origin_get_host(WebKitSecurityOrigin* origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_security_origin_get_port
ushort webkit_security_origin_get_port(WebKitSecurityOrigin* origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_security_origin_get_protocol
const(char)* webkit_security_origin_get_protocol(WebKitSecurityOrigin* origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_security_origin_get_type
GType webkit_security_origin_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_security_origin_is_opaque
int webkit_security_origin_is_opaque(WebKitSecurityOrigin* origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_security_origin_new
WebKitSecurityOrigin* webkit_security_origin_new(const(char)* protocol, const(char)* host, ushort port)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_security_origin_new_for_uri
WebKitSecurityOrigin* webkit_security_origin_new_for_uri(const(char)* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_security_origin_ref
WebKitSecurityOrigin* webkit_security_origin_ref(WebKitSecurityOrigin* origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_security_origin_to_string
char* webkit_security_origin_to_string(WebKitSecurityOrigin* origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_security_origin_unref
void webkit_security_origin_unref(WebKitSecurityOrigin* origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_font_size_to_pixels
uint webkit_settings_font_size_to_pixels(uint points)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_font_size_to_points
uint webkit_settings_font_size_to_points(uint pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_allow_file_access_from_file_urls
int webkit_settings_get_allow_file_access_from_file_urls(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_allow_modal_dialogs
int webkit_settings_get_allow_modal_dialogs(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_allow_top_navigation_to_data_urls
int webkit_settings_get_allow_top_navigation_to_data_urls(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_allow_universal_access_from_file_urls
int webkit_settings_get_allow_universal_access_from_file_urls(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_auto_load_images
int webkit_settings_get_auto_load_images(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_cursive_font_family
const(char)* webkit_settings_get_cursive_font_family(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_default_charset
const(char)* webkit_settings_get_default_charset(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_default_font_family
const(char)* webkit_settings_get_default_font_family(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_default_font_size
uint webkit_settings_get_default_font_size(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_default_monospace_font_size
uint webkit_settings_get_default_monospace_font_size(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_draw_compositing_indicators
int webkit_settings_get_draw_compositing_indicators(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_accelerated_2d_canvas
int webkit_settings_get_enable_accelerated_2d_canvas(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_back_forward_navigation_gestures
int webkit_settings_get_enable_back_forward_navigation_gestures(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_caret_browsing
int webkit_settings_get_enable_caret_browsing(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_developer_extras
int webkit_settings_get_enable_developer_extras(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_dns_prefetching
int webkit_settings_get_enable_dns_prefetching(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_encrypted_media
int webkit_settings_get_enable_encrypted_media(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_frame_flattening
int webkit_settings_get_enable_frame_flattening(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_fullscreen
int webkit_settings_get_enable_fullscreen(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_html5_database
int webkit_settings_get_enable_html5_database(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_html5_local_storage
int webkit_settings_get_enable_html5_local_storage(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_hyperlink_auditing
int webkit_settings_get_enable_hyperlink_auditing(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_java
int webkit_settings_get_enable_java(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_javascript
int webkit_settings_get_enable_javascript(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_javascript_markup
int webkit_settings_get_enable_javascript_markup(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_media
int webkit_settings_get_enable_media(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_media_capabilities
int webkit_settings_get_enable_media_capabilities(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_media_stream
int webkit_settings_get_enable_media_stream(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_mediasource
int webkit_settings_get_enable_mediasource(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_mock_capture_devices
int webkit_settings_get_enable_mock_capture_devices(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_offline_web_application_cache
int webkit_settings_get_enable_offline_web_application_cache(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_page_cache
int webkit_settings_get_enable_page_cache(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_plugins
int webkit_settings_get_enable_plugins(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_private_browsing
int webkit_settings_get_enable_private_browsing(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_resizable_text_areas
int webkit_settings_get_enable_resizable_text_areas(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_site_specific_quirks
int webkit_settings_get_enable_site_specific_quirks(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_smooth_scrolling
int webkit_settings_get_enable_smooth_scrolling(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_spatial_navigation
int webkit_settings_get_enable_spatial_navigation(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_tabs_to_links
int webkit_settings_get_enable_tabs_to_links(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_webaudio
int webkit_settings_get_enable_webaudio(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_webgl
int webkit_settings_get_enable_webgl(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_write_console_messages_to_stdout
int webkit_settings_get_enable_write_console_messages_to_stdout(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_enable_xss_auditor
int webkit_settings_get_enable_xss_auditor(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_fantasy_font_family
const(char)* webkit_settings_get_fantasy_font_family(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_hardware_acceleration_policy
WebKitHardwareAccelerationPolicy webkit_settings_get_hardware_acceleration_policy(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_javascript_can_access_clipboard
int webkit_settings_get_javascript_can_access_clipboard(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_javascript_can_open_windows_automatically
int webkit_settings_get_javascript_can_open_windows_automatically(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_load_icons_ignoring_image_load_setting
int webkit_settings_get_load_icons_ignoring_image_load_setting(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_media_content_types_requiring_hardware_support
const(char)* webkit_settings_get_media_content_types_requiring_hardware_support(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_media_playback_allows_inline
int webkit_settings_get_media_playback_allows_inline(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_media_playback_requires_user_gesture
int webkit_settings_get_media_playback_requires_user_gesture(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_minimum_font_size
uint webkit_settings_get_minimum_font_size(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_monospace_font_family
const(char)* webkit_settings_get_monospace_font_family(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_pictograph_font_family
const(char)* webkit_settings_get_pictograph_font_family(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_print_backgrounds
int webkit_settings_get_print_backgrounds(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_sans_serif_font_family
const(char)* webkit_settings_get_sans_serif_font_family(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_serif_font_family
const(char)* webkit_settings_get_serif_font_family(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_type
GType webkit_settings_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_user_agent
const(char)* webkit_settings_get_user_agent(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_get_zoom_text_only
int webkit_settings_get_zoom_text_only(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_new
WebKitSettings* webkit_settings_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_new_with_settings
WebKitSettings* webkit_settings_new_with_settings(const(char)* firstSettingName, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_allow_file_access_from_file_urls
void webkit_settings_set_allow_file_access_from_file_urls(WebKitSettings* settings, int allowed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_allow_modal_dialogs
void webkit_settings_set_allow_modal_dialogs(WebKitSettings* settings, int allowed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_allow_top_navigation_to_data_urls
void webkit_settings_set_allow_top_navigation_to_data_urls(WebKitSettings* settings, int allowed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_allow_universal_access_from_file_urls
void webkit_settings_set_allow_universal_access_from_file_urls(WebKitSettings* settings, int allowed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_auto_load_images
void webkit_settings_set_auto_load_images(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_cursive_font_family
void webkit_settings_set_cursive_font_family(WebKitSettings* settings, const(char)* cursiveFontFamily)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_default_charset
void webkit_settings_set_default_charset(WebKitSettings* settings, const(char)* defaultCharset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_default_font_family
void webkit_settings_set_default_font_family(WebKitSettings* settings, const(char)* defaultFontFamily)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_default_font_size
void webkit_settings_set_default_font_size(WebKitSettings* settings, uint fontSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_default_monospace_font_size
void webkit_settings_set_default_monospace_font_size(WebKitSettings* settings, uint fontSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_draw_compositing_indicators
void webkit_settings_set_draw_compositing_indicators(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_accelerated_2d_canvas
void webkit_settings_set_enable_accelerated_2d_canvas(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_back_forward_navigation_gestures
void webkit_settings_set_enable_back_forward_navigation_gestures(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_caret_browsing
void webkit_settings_set_enable_caret_browsing(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_developer_extras
void webkit_settings_set_enable_developer_extras(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_dns_prefetching
void webkit_settings_set_enable_dns_prefetching(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_encrypted_media
void webkit_settings_set_enable_encrypted_media(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_frame_flattening
void webkit_settings_set_enable_frame_flattening(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_fullscreen
void webkit_settings_set_enable_fullscreen(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_html5_database
void webkit_settings_set_enable_html5_database(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_html5_local_storage
void webkit_settings_set_enable_html5_local_storage(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_hyperlink_auditing
void webkit_settings_set_enable_hyperlink_auditing(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_java
void webkit_settings_set_enable_java(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_javascript
void webkit_settings_set_enable_javascript(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_javascript_markup
void webkit_settings_set_enable_javascript_markup(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_media
void webkit_settings_set_enable_media(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_media_capabilities
void webkit_settings_set_enable_media_capabilities(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_media_stream
void webkit_settings_set_enable_media_stream(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_mediasource
void webkit_settings_set_enable_mediasource(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_mock_capture_devices
void webkit_settings_set_enable_mock_capture_devices(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_offline_web_application_cache
void webkit_settings_set_enable_offline_web_application_cache(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_page_cache
void webkit_settings_set_enable_page_cache(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_plugins
void webkit_settings_set_enable_plugins(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_private_browsing
void webkit_settings_set_enable_private_browsing(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_resizable_text_areas
void webkit_settings_set_enable_resizable_text_areas(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_site_specific_quirks
void webkit_settings_set_enable_site_specific_quirks(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_smooth_scrolling
void webkit_settings_set_enable_smooth_scrolling(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_spatial_navigation
void webkit_settings_set_enable_spatial_navigation(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_tabs_to_links
void webkit_settings_set_enable_tabs_to_links(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_webaudio
void webkit_settings_set_enable_webaudio(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_webgl
void webkit_settings_set_enable_webgl(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_write_console_messages_to_stdout
void webkit_settings_set_enable_write_console_messages_to_stdout(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_enable_xss_auditor
void webkit_settings_set_enable_xss_auditor(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_fantasy_font_family
void webkit_settings_set_fantasy_font_family(WebKitSettings* settings, const(char)* fantasyFontFamily)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_hardware_acceleration_policy
void webkit_settings_set_hardware_acceleration_policy(WebKitSettings* settings, WebKitHardwareAccelerationPolicy policy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_javascript_can_access_clipboard
void webkit_settings_set_javascript_can_access_clipboard(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_javascript_can_open_windows_automatically
void webkit_settings_set_javascript_can_open_windows_automatically(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_load_icons_ignoring_image_load_setting
void webkit_settings_set_load_icons_ignoring_image_load_setting(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_media_content_types_requiring_hardware_support
void webkit_settings_set_media_content_types_requiring_hardware_support(WebKitSettings* settings, const(char)* contentTypes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_media_playback_allows_inline
void webkit_settings_set_media_playback_allows_inline(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_media_playback_requires_user_gesture
void webkit_settings_set_media_playback_requires_user_gesture(WebKitSettings* settings, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_minimum_font_size
void webkit_settings_set_minimum_font_size(WebKitSettings* settings, uint fontSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_monospace_font_family
void webkit_settings_set_monospace_font_family(WebKitSettings* settings, const(char)* monospaceFontFamily)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_pictograph_font_family
void webkit_settings_set_pictograph_font_family(WebKitSettings* settings, const(char)* pictographFontFamily)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_print_backgrounds
void webkit_settings_set_print_backgrounds(WebKitSettings* settings, int printBackgrounds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_sans_serif_font_family
void webkit_settings_set_sans_serif_font_family(WebKitSettings* settings, const(char)* sansSerifFontFamily)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_serif_font_family
void webkit_settings_set_serif_font_family(WebKitSettings* settings, const(char)* serifFontFamily)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_user_agent
void webkit_settings_set_user_agent(WebKitSettings* settings, const(char)* userAgent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_user_agent_with_application_details
void webkit_settings_set_user_agent_with_application_details(WebKitSettings* settings, const(char)* applicationName, const(char)* applicationVersion)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_settings_set_zoom_text_only
void webkit_settings_set_zoom_text_only(WebKitSettings* settings, int zoomTextOnly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_uri_request_get_http_headers
SoupMessageHeaders* webkit_uri_request_get_http_headers(WebKitURIRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_uri_request_get_http_method
const(char)* webkit_uri_request_get_http_method(WebKitURIRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_uri_request_get_type
GType webkit_uri_request_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_uri_request_get_uri
const(char)* webkit_uri_request_get_uri(WebKitURIRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_uri_request_new
WebKitURIRequest* webkit_uri_request_new(const(char)* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_uri_request_set_uri
void webkit_uri_request_set_uri(WebKitURIRequest* request, const(char)* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_uri_response_get_content_length
ulong webkit_uri_response_get_content_length(WebKitURIResponse* response)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_uri_response_get_http_headers
SoupMessageHeaders* webkit_uri_response_get_http_headers(WebKitURIResponse* response)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_uri_response_get_mime_type
const(char)* webkit_uri_response_get_mime_type(WebKitURIResponse* response)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_uri_response_get_status_code
uint webkit_uri_response_get_status_code(WebKitURIResponse* response)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_uri_response_get_suggested_filename
const(char)* webkit_uri_response_get_suggested_filename(WebKitURIResponse* response)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_uri_response_get_type
GType webkit_uri_response_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_uri_response_get_uri
const(char)* webkit_uri_response_get_uri(WebKitURIResponse* response)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_uri_scheme_request_finish
void webkit_uri_scheme_request_finish(WebKitURISchemeRequest* request, GInputStream* stream, long streamLength, const(char)* contentType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_uri_scheme_request_finish_error
void webkit_uri_scheme_request_finish_error(WebKitURISchemeRequest* request, GError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_uri_scheme_request_get_path
const(char)* webkit_uri_scheme_request_get_path(WebKitURISchemeRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_uri_scheme_request_get_scheme
const(char)* webkit_uri_scheme_request_get_scheme(WebKitURISchemeRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_uri_scheme_request_get_type
GType webkit_uri_scheme_request_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_uri_scheme_request_get_uri
const(char)* webkit_uri_scheme_request_get_uri(WebKitURISchemeRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_uri_scheme_request_get_web_view
WebKitWebView* webkit_uri_scheme_request_get_web_view(WebKitURISchemeRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_filter_get_identifier
const(char)* webkit_user_content_filter_get_identifier(WebKitUserContentFilter* userContentFilter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_filter_get_type
GType webkit_user_content_filter_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_filter_ref
WebKitUserContentFilter* webkit_user_content_filter_ref(WebKitUserContentFilter* userContentFilter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_filter_store_fetch_identifiers
void webkit_user_content_filter_store_fetch_identifiers(WebKitUserContentFilterStore* store, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_filter_store_fetch_identifiers_finish
char** webkit_user_content_filter_store_fetch_identifiers_finish(WebKitUserContentFilterStore* store, GAsyncResult* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_filter_store_get_path
const(char)* webkit_user_content_filter_store_get_path(WebKitUserContentFilterStore* store)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_filter_store_get_type
GType webkit_user_content_filter_store_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_filter_store_load
void webkit_user_content_filter_store_load(WebKitUserContentFilterStore* store, const(char)* identifier, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_filter_store_load_finish
WebKitUserContentFilter* webkit_user_content_filter_store_load_finish(WebKitUserContentFilterStore* store, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_filter_store_new
WebKitUserContentFilterStore* webkit_user_content_filter_store_new(const(char)* storagePath)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_filter_store_remove
void webkit_user_content_filter_store_remove(WebKitUserContentFilterStore* store, const(char)* identifier, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_filter_store_remove_finish
int webkit_user_content_filter_store_remove_finish(WebKitUserContentFilterStore* store, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_filter_store_save
void webkit_user_content_filter_store_save(WebKitUserContentFilterStore* store, const(char)* identifier, GBytes* source, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_filter_store_save_finish
WebKitUserContentFilter* webkit_user_content_filter_store_save_finish(WebKitUserContentFilterStore* store, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_filter_store_save_from_file
void webkit_user_content_filter_store_save_from_file(WebKitUserContentFilterStore* store, const(char)* identifier, GFile* file, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_filter_store_save_from_file_finish
WebKitUserContentFilter* webkit_user_content_filter_store_save_from_file_finish(WebKitUserContentFilterStore* store, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_filter_unref
void webkit_user_content_filter_unref(WebKitUserContentFilter* userContentFilter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_manager_add_filter
void webkit_user_content_manager_add_filter(WebKitUserContentManager* manager, WebKitUserContentFilter* filter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_manager_add_script
void webkit_user_content_manager_add_script(WebKitUserContentManager* manager, WebKitUserScript* script)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_manager_add_style_sheet
void webkit_user_content_manager_add_style_sheet(WebKitUserContentManager* manager, WebKitUserStyleSheet* stylesheet)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_manager_get_type
GType webkit_user_content_manager_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_manager_new
WebKitUserContentManager* webkit_user_content_manager_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_manager_register_script_message_handler
int webkit_user_content_manager_register_script_message_handler(WebKitUserContentManager* manager, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_manager_register_script_message_handler_in_world
int webkit_user_content_manager_register_script_message_handler_in_world(WebKitUserContentManager* manager, const(char)* name, const(char)* worldName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_manager_remove_all_filters
void webkit_user_content_manager_remove_all_filters(WebKitUserContentManager* manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_manager_remove_all_scripts
void webkit_user_content_manager_remove_all_scripts(WebKitUserContentManager* manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_manager_remove_all_style_sheets
void webkit_user_content_manager_remove_all_style_sheets(WebKitUserContentManager* manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_manager_remove_filter
void webkit_user_content_manager_remove_filter(WebKitUserContentManager* manager, WebKitUserContentFilter* filter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_manager_remove_filter_by_id
void webkit_user_content_manager_remove_filter_by_id(WebKitUserContentManager* manager, const(char)* filterId)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_manager_unregister_script_message_handler
void webkit_user_content_manager_unregister_script_message_handler(WebKitUserContentManager* manager, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_content_manager_unregister_script_message_handler_in_world
void webkit_user_content_manager_unregister_script_message_handler_in_world(WebKitUserContentManager* manager, const(char)* name, const(char)* worldName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_media_permission_request_get_type
GType webkit_user_media_permission_request_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_message_get_fd_list
GUnixFDList* webkit_user_message_get_fd_list(WebKitUserMessage* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_message_get_name
const(char)* webkit_user_message_get_name(WebKitUserMessage* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_message_get_parameters
GVariant* webkit_user_message_get_parameters(WebKitUserMessage* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_message_get_type
GType webkit_user_message_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_message_new
WebKitUserMessage* webkit_user_message_new(const(char)* name, GVariant* parameters)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_message_new_with_fd_list
WebKitUserMessage* webkit_user_message_new_with_fd_list(const(char)* name, GVariant* parameters, GUnixFDList* fdList)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_message_send_reply
void webkit_user_message_send_reply(WebKitUserMessage* message, WebKitUserMessage* reply)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_script_get_type
GType webkit_user_script_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_script_new
WebKitUserScript* webkit_user_script_new(const(char)* source, WebKitUserContentInjectedFrames injectedFrames, WebKitUserScriptInjectionTime injectionTime, char** allowList, char** blockList)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_script_new_for_world
WebKitUserScript* webkit_user_script_new_for_world(const(char)* source, WebKitUserContentInjectedFrames injectedFrames, WebKitUserScriptInjectionTime injectionTime, const(char)* worldName, char** allowList, char** blockList)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_script_ref
WebKitUserScript* webkit_user_script_ref(WebKitUserScript* userScript)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_script_unref
void webkit_user_script_unref(WebKitUserScript* userScript)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_style_sheet_get_type
GType webkit_user_style_sheet_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_style_sheet_new
WebKitUserStyleSheet* webkit_user_style_sheet_new(const(char)* source, WebKitUserContentInjectedFrames injectedFrames, WebKitUserStyleLevel level, char** allowList, char** blockList)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_style_sheet_new_for_world
WebKitUserStyleSheet* webkit_user_style_sheet_new_for_world(const(char)* source, WebKitUserContentInjectedFrames injectedFrames, WebKitUserStyleLevel level, const(char)* worldName, char** allowList, char** blockList)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_style_sheet_ref
WebKitUserStyleSheet* webkit_user_style_sheet_ref(WebKitUserStyleSheet* userStyleSheet)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_user_style_sheet_unref
void webkit_user_style_sheet_unref(WebKitUserStyleSheet* userStyleSheet)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_add_path_to_sandbox
void webkit_web_context_add_path_to_sandbox(WebKitWebContext* context, char* path, int readOnly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_allow_tls_certificate_for_host
void webkit_web_context_allow_tls_certificate_for_host(WebKitWebContext* context, GTlsCertificate* certificate, const(char)* host)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_clear_cache
void webkit_web_context_clear_cache(WebKitWebContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_download_uri
WebKitDownload* webkit_web_context_download_uri(WebKitWebContext* context, const(char)* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_get_cache_model
WebKitCacheModel webkit_web_context_get_cache_model(WebKitWebContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_get_cookie_manager
WebKitCookieManager* webkit_web_context_get_cookie_manager(WebKitWebContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_get_default
WebKitWebContext* webkit_web_context_get_default()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_get_favicon_database
WebKitFaviconDatabase* webkit_web_context_get_favicon_database(WebKitWebContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_get_favicon_database_directory
const(char)* webkit_web_context_get_favicon_database_directory(WebKitWebContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_get_geolocation_manager
WebKitGeolocationManager* webkit_web_context_get_geolocation_manager(WebKitWebContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_get_plugins
void webkit_web_context_get_plugins(WebKitWebContext* context, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_get_plugins_finish
GList* webkit_web_context_get_plugins_finish(WebKitWebContext* context, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_get_process_model
WebKitProcessModel webkit_web_context_get_process_model(WebKitWebContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_get_sandbox_enabled
int webkit_web_context_get_sandbox_enabled(WebKitWebContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_get_security_manager
WebKitSecurityManager* webkit_web_context_get_security_manager(WebKitWebContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_get_spell_checking_enabled
int webkit_web_context_get_spell_checking_enabled(WebKitWebContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_get_spell_checking_languages
char** webkit_web_context_get_spell_checking_languages(WebKitWebContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_get_tls_errors_policy
WebKitTLSErrorsPolicy webkit_web_context_get_tls_errors_policy(WebKitWebContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_get_type
GType webkit_web_context_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_get_use_system_appearance_for_scrollbars
int webkit_web_context_get_use_system_appearance_for_scrollbars(WebKitWebContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_get_web_process_count_limit
uint webkit_web_context_get_web_process_count_limit(WebKitWebContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_get_website_data_manager
WebKitWebsiteDataManager* webkit_web_context_get_website_data_manager(WebKitWebContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_initialize_notification_permissions
void webkit_web_context_initialize_notification_permissions(WebKitWebContext* context, GList* allowedOrigins, GList* disallowedOrigins)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_is_automation_allowed
int webkit_web_context_is_automation_allowed(WebKitWebContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_is_ephemeral
int webkit_web_context_is_ephemeral(WebKitWebContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_new
WebKitWebContext* webkit_web_context_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_new_ephemeral
WebKitWebContext* webkit_web_context_new_ephemeral()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_new_with_website_data_manager
WebKitWebContext* webkit_web_context_new_with_website_data_manager(WebKitWebsiteDataManager* manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_prefetch_dns
void webkit_web_context_prefetch_dns(WebKitWebContext* context, const(char)* hostname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_register_uri_scheme
void webkit_web_context_register_uri_scheme(WebKitWebContext* context, const(char)* scheme, WebKitURISchemeRequestCallback callback, void* userData, GDestroyNotify userDataDestroyFunc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_send_message_to_all_extensions
void webkit_web_context_send_message_to_all_extensions(WebKitWebContext* context, WebKitUserMessage* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_set_additional_plugins_directory
void webkit_web_context_set_additional_plugins_directory(WebKitWebContext* context, const(char)* directory)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_set_automation_allowed
void webkit_web_context_set_automation_allowed(WebKitWebContext* context, int allowed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_set_cache_model
void webkit_web_context_set_cache_model(WebKitWebContext* context, WebKitCacheModel cacheModel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_set_disk_cache_directory
void webkit_web_context_set_disk_cache_directory(WebKitWebContext* context, const(char)* directory)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_set_favicon_database_directory
void webkit_web_context_set_favicon_database_directory(WebKitWebContext* context, const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_set_network_proxy_settings
void webkit_web_context_set_network_proxy_settings(WebKitWebContext* context, WebKitNetworkProxyMode proxyMode, WebKitNetworkProxySettings* proxySettings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_set_preferred_languages
void webkit_web_context_set_preferred_languages(WebKitWebContext* context, char** languages)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_set_process_model
void webkit_web_context_set_process_model(WebKitWebContext* context, WebKitProcessModel processModel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_set_sandbox_enabled
void webkit_web_context_set_sandbox_enabled(WebKitWebContext* context, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_set_spell_checking_enabled
void webkit_web_context_set_spell_checking_enabled(WebKitWebContext* context, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_set_spell_checking_languages
void webkit_web_context_set_spell_checking_languages(WebKitWebContext* context, char** languages)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_set_tls_errors_policy
void webkit_web_context_set_tls_errors_policy(WebKitWebContext* context, WebKitTLSErrorsPolicy policy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_set_use_system_appearance_for_scrollbars
void webkit_web_context_set_use_system_appearance_for_scrollbars(WebKitWebContext* context, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_set_web_extensions_directory
void webkit_web_context_set_web_extensions_directory(WebKitWebContext* context, const(char)* directory)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_set_web_extensions_initialization_user_data
void webkit_web_context_set_web_extensions_initialization_user_data(WebKitWebContext* context, GVariant* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_context_set_web_process_count_limit
void webkit_web_context_set_web_process_count_limit(WebKitWebContext* context, uint limit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_inspector_attach
void webkit_web_inspector_attach(WebKitWebInspector* inspector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_inspector_close
void webkit_web_inspector_close(WebKitWebInspector* inspector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_inspector_detach
void webkit_web_inspector_detach(WebKitWebInspector* inspector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_inspector_get_attached_height
uint webkit_web_inspector_get_attached_height(WebKitWebInspector* inspector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_inspector_get_can_attach
int webkit_web_inspector_get_can_attach(WebKitWebInspector* inspector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_inspector_get_inspected_uri
const(char)* webkit_web_inspector_get_inspected_uri(WebKitWebInspector* inspector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_inspector_get_type
GType webkit_web_inspector_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_inspector_get_web_view
WebKitWebViewBase* webkit_web_inspector_get_web_view(WebKitWebInspector* inspector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_inspector_is_attached
int webkit_web_inspector_is_attached(WebKitWebInspector* inspector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_inspector_show
void webkit_web_inspector_show(WebKitWebInspector* inspector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_resource_get_data
void webkit_web_resource_get_data(WebKitWebResource* resource, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_resource_get_data_finish
char* webkit_web_resource_get_data_finish(WebKitWebResource* resource, GAsyncResult* result, size_t* length, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_resource_get_response
WebKitURIResponse* webkit_web_resource_get_response(WebKitWebResource* resource)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_resource_get_type
GType webkit_web_resource_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_resource_get_uri
const(char)* webkit_web_resource_get_uri(WebKitWebResource* resource)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_base_get_type
GType webkit_web_view_base_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_can_execute_editing_command
void webkit_web_view_can_execute_editing_command(WebKitWebView* webView, const(char)* command, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_can_execute_editing_command_finish
int webkit_web_view_can_execute_editing_command_finish(WebKitWebView* webView, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_can_go_back
int webkit_web_view_can_go_back(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_can_go_forward
int webkit_web_view_can_go_forward(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_can_show_mime_type
int webkit_web_view_can_show_mime_type(WebKitWebView* webView, const(char)* mimeType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_download_uri
WebKitDownload* webkit_web_view_download_uri(WebKitWebView* webView, const(char)* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_execute_editing_command
void webkit_web_view_execute_editing_command(WebKitWebView* webView, const(char)* command)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_execute_editing_command_with_argument
void webkit_web_view_execute_editing_command_with_argument(WebKitWebView* webView, const(char)* command, const(char)* argument)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_automation_presentation_type
WebKitAutomationBrowsingContextPresentation webkit_web_view_get_automation_presentation_type(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_back_forward_list
WebKitBackForwardList* webkit_web_view_get_back_forward_list(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_background_color
void webkit_web_view_get_background_color(WebKitWebView* webView, GdkRGBA* rgba)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_context
WebKitWebContext* webkit_web_view_get_context(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_custom_charset
const(char)* webkit_web_view_get_custom_charset(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_editor_state
WebKitEditorState* webkit_web_view_get_editor_state(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_estimated_load_progress
double webkit_web_view_get_estimated_load_progress(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_favicon
cairo_surface_t* webkit_web_view_get_favicon(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_find_controller
WebKitFindController* webkit_web_view_get_find_controller(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_input_method_context
WebKitInputMethodContext* webkit_web_view_get_input_method_context(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_inspector
WebKitWebInspector* webkit_web_view_get_inspector(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_is_muted
int webkit_web_view_get_is_muted(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_javascript_global_context
JSGlobalContextRef webkit_web_view_get_javascript_global_context(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_main_resource
WebKitWebResource* webkit_web_view_get_main_resource(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_page_id
ulong webkit_web_view_get_page_id(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_session_state
WebKitWebViewSessionState* webkit_web_view_get_session_state(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_settings
WebKitSettings* webkit_web_view_get_settings(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_snapshot
void webkit_web_view_get_snapshot(WebKitWebView* webView, WebKitSnapshotRegion region, WebKitSnapshotOptions options, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_snapshot_finish
cairo_surface_t* webkit_web_view_get_snapshot_finish(WebKitWebView* webView, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_title
const(char)* webkit_web_view_get_title(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_tls_info
int webkit_web_view_get_tls_info(WebKitWebView* webView, GTlsCertificate** certificate, GTlsCertificateFlags* errors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_type
GType webkit_web_view_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_uri
const(char)* webkit_web_view_get_uri(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_user_content_manager
WebKitUserContentManager* webkit_web_view_get_user_content_manager(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_website_data_manager
WebKitWebsiteDataManager* webkit_web_view_get_website_data_manager(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_website_policies
WebKitWebsitePolicies* webkit_web_view_get_website_policies(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_window_properties
WebKitWindowProperties* webkit_web_view_get_window_properties(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_get_zoom_level
double webkit_web_view_get_zoom_level(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_go_back
void webkit_web_view_go_back(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_go_forward
void webkit_web_view_go_forward(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_go_to_back_forward_list_item
void webkit_web_view_go_to_back_forward_list_item(WebKitWebView* webView, WebKitBackForwardListItem* listItem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_is_controlled_by_automation
int webkit_web_view_is_controlled_by_automation(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_is_editable
int webkit_web_view_is_editable(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_is_ephemeral
int webkit_web_view_is_ephemeral(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_is_loading
int webkit_web_view_is_loading(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_is_playing_audio
int webkit_web_view_is_playing_audio(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_load_alternate_html
void webkit_web_view_load_alternate_html(WebKitWebView* webView, const(char)* content, const(char)* contentUri, const(char)* baseUri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_load_bytes
void webkit_web_view_load_bytes(WebKitWebView* webView, GBytes* bytes, const(char)* mimeType, const(char)* encoding, const(char)* baseUri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_load_html
void webkit_web_view_load_html(WebKitWebView* webView, const(char)* content, const(char)* baseUri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_load_plain_text
void webkit_web_view_load_plain_text(WebKitWebView* webView, const(char)* plainText)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_load_request
void webkit_web_view_load_request(WebKitWebView* webView, WebKitURIRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_load_uri
void webkit_web_view_load_uri(WebKitWebView* webView, const(char)* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_new
GtkWidget* webkit_web_view_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_new_with_context
GtkWidget* webkit_web_view_new_with_context(WebKitWebContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_new_with_related_view
GtkWidget* webkit_web_view_new_with_related_view(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_new_with_settings
GtkWidget* webkit_web_view_new_with_settings(WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_new_with_user_content_manager
GtkWidget* webkit_web_view_new_with_user_content_manager(WebKitUserContentManager* userContentManager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_reload
void webkit_web_view_reload(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_reload_bypass_cache
void webkit_web_view_reload_bypass_cache(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_restore_session_state
void webkit_web_view_restore_session_state(WebKitWebView* webView, WebKitWebViewSessionState* state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_run_javascript
void webkit_web_view_run_javascript(WebKitWebView* webView, const(char)* script, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_run_javascript_finish
WebKitJavascriptResult* webkit_web_view_run_javascript_finish(WebKitWebView* webView, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_run_javascript_from_gresource
void webkit_web_view_run_javascript_from_gresource(WebKitWebView* webView, const(char)* resource, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_run_javascript_from_gresource_finish
WebKitJavascriptResult* webkit_web_view_run_javascript_from_gresource_finish(WebKitWebView* webView, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_run_javascript_in_world
void webkit_web_view_run_javascript_in_world(WebKitWebView* webView, const(char)* script, const(char)* worldName, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_run_javascript_in_world_finish
WebKitJavascriptResult* webkit_web_view_run_javascript_in_world_finish(WebKitWebView* webView, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_save
void webkit_web_view_save(WebKitWebView* webView, WebKitSaveMode saveMode, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_save_finish
GInputStream* webkit_web_view_save_finish(WebKitWebView* webView, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_save_to_file
void webkit_web_view_save_to_file(WebKitWebView* webView, GFile* file, WebKitSaveMode saveMode, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_save_to_file_finish
int webkit_web_view_save_to_file_finish(WebKitWebView* webView, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_send_message_to_page
void webkit_web_view_send_message_to_page(WebKitWebView* webView, WebKitUserMessage* message, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_send_message_to_page_finish
WebKitUserMessage* webkit_web_view_send_message_to_page_finish(WebKitWebView* webView, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_session_state_get_type
GType webkit_web_view_session_state_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_session_state_new
WebKitWebViewSessionState* webkit_web_view_session_state_new(GBytes* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_session_state_ref
WebKitWebViewSessionState* webkit_web_view_session_state_ref(WebKitWebViewSessionState* state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_session_state_serialize
GBytes* webkit_web_view_session_state_serialize(WebKitWebViewSessionState* state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_session_state_unref
void webkit_web_view_session_state_unref(WebKitWebViewSessionState* state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_set_background_color
void webkit_web_view_set_background_color(WebKitWebView* webView, GdkRGBA* rgba)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_set_custom_charset
void webkit_web_view_set_custom_charset(WebKitWebView* webView, const(char)* charset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_set_editable
void webkit_web_view_set_editable(WebKitWebView* webView, int editable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_set_input_method_context
void webkit_web_view_set_input_method_context(WebKitWebView* webView, WebKitInputMethodContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_set_is_muted
void webkit_web_view_set_is_muted(WebKitWebView* webView, int muted)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_set_settings
void webkit_web_view_set_settings(WebKitWebView* webView, WebKitSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_set_zoom_level
void webkit_web_view_set_zoom_level(WebKitWebView* webView, double zoomLevel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_stop_loading
void webkit_web_view_stop_loading(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_web_view_try_close
void webkit_web_view_try_close(WebKitWebView* webView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_access_permission_request_get_current_domain
const(char)* webkit_website_data_access_permission_request_get_current_domain(WebKitWebsiteDataAccessPermissionRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_access_permission_request_get_requesting_domain
const(char)* webkit_website_data_access_permission_request_get_requesting_domain(WebKitWebsiteDataAccessPermissionRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_access_permission_request_get_type
GType webkit_website_data_access_permission_request_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_get_name
const(char)* webkit_website_data_get_name(WebKitWebsiteData* websiteData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_get_size
ulong webkit_website_data_get_size(WebKitWebsiteData* websiteData, WebKitWebsiteDataTypes types)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_get_type
GType webkit_website_data_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_get_types
WebKitWebsiteDataTypes webkit_website_data_get_types(WebKitWebsiteData* websiteData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_clear
void webkit_website_data_manager_clear(WebKitWebsiteDataManager* manager, WebKitWebsiteDataTypes types, GTimeSpan timespan, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_clear_finish
int webkit_website_data_manager_clear_finish(WebKitWebsiteDataManager* manager, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_fetch
void webkit_website_data_manager_fetch(WebKitWebsiteDataManager* manager, WebKitWebsiteDataTypes types, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_fetch_finish
GList* webkit_website_data_manager_fetch_finish(WebKitWebsiteDataManager* manager, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_get_base_cache_directory
const(char)* webkit_website_data_manager_get_base_cache_directory(WebKitWebsiteDataManager* manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_get_base_data_directory
const(char)* webkit_website_data_manager_get_base_data_directory(WebKitWebsiteDataManager* manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_get_cookie_manager
WebKitCookieManager* webkit_website_data_manager_get_cookie_manager(WebKitWebsiteDataManager* manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_get_disk_cache_directory
const(char)* webkit_website_data_manager_get_disk_cache_directory(WebKitWebsiteDataManager* manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_get_dom_cache_directory
const(char)* webkit_website_data_manager_get_dom_cache_directory(WebKitWebsiteDataManager* manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_get_hsts_cache_directory
const(char)* webkit_website_data_manager_get_hsts_cache_directory(WebKitWebsiteDataManager* manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_get_indexeddb_directory
const(char)* webkit_website_data_manager_get_indexeddb_directory(WebKitWebsiteDataManager* manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_get_itp_directory
const(char)* webkit_website_data_manager_get_itp_directory(WebKitWebsiteDataManager* manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_get_itp_enabled
int webkit_website_data_manager_get_itp_enabled(WebKitWebsiteDataManager* manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_get_itp_summary
void webkit_website_data_manager_get_itp_summary(WebKitWebsiteDataManager* manager, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_get_itp_summary_finish
GList* webkit_website_data_manager_get_itp_summary_finish(WebKitWebsiteDataManager* manager, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_get_local_storage_directory
const(char)* webkit_website_data_manager_get_local_storage_directory(WebKitWebsiteDataManager* manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_get_offline_application_cache_directory
const(char)* webkit_website_data_manager_get_offline_application_cache_directory(WebKitWebsiteDataManager* manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_get_persistent_credential_storage_enabled
int webkit_website_data_manager_get_persistent_credential_storage_enabled(WebKitWebsiteDataManager* manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_get_service_worker_registrations_directory
const(char)* webkit_website_data_manager_get_service_worker_registrations_directory(WebKitWebsiteDataManager* manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_get_type
GType webkit_website_data_manager_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_get_websql_directory
const(char)* webkit_website_data_manager_get_websql_directory(WebKitWebsiteDataManager* manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_is_ephemeral
int webkit_website_data_manager_is_ephemeral(WebKitWebsiteDataManager* manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_new
WebKitWebsiteDataManager* webkit_website_data_manager_new(const(char)* firstOptionName, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_new_ephemeral
WebKitWebsiteDataManager* webkit_website_data_manager_new_ephemeral()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_remove
void webkit_website_data_manager_remove(WebKitWebsiteDataManager* manager, WebKitWebsiteDataTypes types, GList* websiteData, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_remove_finish
int webkit_website_data_manager_remove_finish(WebKitWebsiteDataManager* manager, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_set_itp_enabled
void webkit_website_data_manager_set_itp_enabled(WebKitWebsiteDataManager* manager, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_manager_set_persistent_credential_storage_enabled
void webkit_website_data_manager_set_persistent_credential_storage_enabled(WebKitWebsiteDataManager* manager, int enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_ref
WebKitWebsiteData* webkit_website_data_ref(WebKitWebsiteData* websiteData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_data_unref
void webkit_website_data_unref(WebKitWebsiteData* websiteData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_policies_get_autoplay_policy
WebKitAutoplayPolicy webkit_website_policies_get_autoplay_policy(WebKitWebsitePolicies* policies)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_policies_get_type
GType webkit_website_policies_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_policies_new
WebKitWebsitePolicies* webkit_website_policies_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_website_policies_new_with_policies
WebKitWebsitePolicies* webkit_website_policies_new_with_policies(const(char)* firstPolicyName, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_window_properties_get_fullscreen
int webkit_window_properties_get_fullscreen(WebKitWindowProperties* windowProperties)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_window_properties_get_geometry
void webkit_window_properties_get_geometry(WebKitWindowProperties* windowProperties, GdkRectangle* geometry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_window_properties_get_locationbar_visible
int webkit_window_properties_get_locationbar_visible(WebKitWindowProperties* windowProperties)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_window_properties_get_menubar_visible
int webkit_window_properties_get_menubar_visible(WebKitWindowProperties* windowProperties)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_window_properties_get_resizable
int webkit_window_properties_get_resizable(WebKitWindowProperties* windowProperties)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_window_properties_get_scrollbars_visible
int webkit_window_properties_get_scrollbars_visible(WebKitWindowProperties* windowProperties)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_window_properties_get_statusbar_visible
int webkit_window_properties_get_statusbar_visible(WebKitWindowProperties* windowProperties)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_window_properties_get_toolbar_visible
int webkit_window_properties_get_toolbar_visible(WebKitWindowProperties* windowProperties)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
webkit_window_properties_get_type
GType webkit_window_properties_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

LIBRARY_WEBKIT2
auto LIBRARY_WEBKIT2;
Undocumented in source.
LIBRARY_WEBKIT2
auto LIBRARY_WEBKIT2;
Undocumented in source.
LIBRARY_WEBKIT2
auto LIBRARY_WEBKIT2;
Undocumented in source.

Meta