diff options
Diffstat (limited to 'Source/WebKit2/UIProcess/API/gtk/docs')
-rw-r--r-- | Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-4.0-sections.txt (renamed from Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-sections.txt) | 432 | ||||
-rw-r--r-- | Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-4.0.types (renamed from Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk.types) | 9 | ||||
-rw-r--r-- | Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml | 58 |
3 files changed, 462 insertions, 37 deletions
diff --git a/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-sections.txt b/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-4.0-sections.txt index a098a00d8..995497075 100644 --- a/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-sections.txt +++ b/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-4.0-sections.txt @@ -16,7 +16,8 @@ WEBKIT_WEB_VIEW_BASE_GET_CLASS webkit_web_view_base_get_type WebKitWebViewBasePrivate WEBKIT_API -WEBKIT_OBSOLETE_API +WEBKIT_DEPRECATED +WEBKIT_DEPRECATED_FOR </SECTION> <SECTION> @@ -26,10 +27,19 @@ WebKitWebContext WebKitCacheModel WebKitProcessModel WebKitTLSErrorsPolicy +WebKitNetworkProxyMode webkit_web_context_get_default +webkit_web_context_new +webkit_web_context_new_ephemeral +webkit_web_context_new_with_website_data_manager +webkit_web_context_is_ephemeral +webkit_web_context_get_website_data_manager webkit_web_context_get_cache_model webkit_web_context_set_cache_model +webkit_web_context_get_web_process_count_limit +webkit_web_context_set_web_process_count_limit webkit_web_context_clear_cache +webkit_web_context_set_network_proxy_settings webkit_web_context_download_uri webkit_web_context_get_cookie_manager webkit_web_context_get_favicon_database @@ -53,6 +63,7 @@ webkit_web_context_set_disk_cache_directory webkit_web_context_allow_tls_certificate_for_host webkit_web_context_get_process_model webkit_web_context_set_process_model +webkit_web_context_initialize_notification_permissions <SUBSECTION URI Scheme> WebKitURISchemeRequestCallback @@ -73,13 +84,62 @@ webkit_web_context_get_type </SECTION> <SECTION> +<FILE>WebKitUserContent</FILE> +<TITLE>WebKitUserContent</TITLE> +WebKitUserStyleSheet +WebKitUserScript +WebKitUserContentInjectedFrames +WebKitUserStyleLevel +WebKitUserScriptInjectionTime +webkit_user_style_sheet_ref +webkit_user_style_sheet_unref +webkit_user_style_sheet_new +webkit_user_script_ref +webkit_user_script_unref +webkit_user_script_new + +<SUBSECTION Standard> +WEBKIT_TYPE_USER_STYLE_SHEET +WEBKIT_TYPE_USER_SCRIPT + +<SUBSECTION Private> +webkit_user_style_sheet_get_type +webkit_user_script_get_type +</SECTION> + +<SECTION> +<FILE>WebKitUserContentManager</FILE> +<TITLE>WebKitUserContentManager</TITLE> +WebKitUserContentManager +webkit_user_content_manager_new +webkit_user_content_manager_add_style_sheet +webkit_user_content_manager_remove_all_style_sheets +webkit_user_content_manager_add_script +webkit_user_content_manager_remove_all_scripts +webkit_user_content_manager_register_script_message_handler +webkit_user_content_manager_unregister_script_message_handler + +<SUBSECTION Standard> +WEBKIT_IS_USER_CONTENT_MANAGER +WEBKIT_IS_USER_CONTENT_MANAGER_CLASS +WEBKIT_TYPE_USER_CONTENT_MANAGER +WEBKIT_USER_CONTENT_MANAGER +WEBKIT_USER_CONTENT_MANAGER_CLASS +WEBKIT_USER_CONTENT_MANAGER_GET_CLASS +WebKitUserContentManagerClass + +<SUBSECTION Private> +WebKitUserContentManagerPrivate +webkit_user_content_manager_get_type +</SECTION> + +<SECTION> <FILE>WebKitWebView</FILE> <TITLE>WebKitWebView</TITLE> WebKitWebView WebKitLoadEvent WebKitPolicyDecisionType WebKitSaveMode -WebKitViewMode WebKitInsecureContentEvent WebKitSnapshotOptions WebKitSnapshotRegion @@ -91,18 +151,25 @@ WEBKIT_EDITING_COMMAND_PASTE WEBKIT_EDITING_COMMAND_SELECT_ALL WEBKIT_EDITING_COMMAND_UNDO WEBKIT_EDITING_COMMAND_REDO +WEBKIT_EDITING_COMMAND_INSERT_IMAGE +WEBKIT_EDITING_COMMAND_CREATE_LINK <SUBSECTION> webkit_web_view_new webkit_web_view_new_with_context webkit_web_view_new_with_related_view -webkit_web_view_new_with_group +webkit_web_view_new_with_settings +webkit_web_view_new_with_user_content_manager +webkit_web_view_is_ephemeral webkit_web_view_get_context -webkit_web_view_get_group +webkit_web_view_get_user_content_manager +webkit_web_view_get_website_data_manager +webkit_web_view_try_close webkit_web_view_load_uri webkit_web_view_load_html webkit_web_view_load_alternate_html webkit_web_view_load_plain_text +webkit_web_view_load_bytes webkit_web_view_load_request webkit_web_view_can_go_back webkit_web_view_go_back @@ -114,6 +181,7 @@ webkit_web_view_reload webkit_web_view_reload_bypass_cache webkit_web_view_stop_loading webkit_web_view_is_loading +webkit_web_view_is_playing_audio webkit_web_view_get_estimated_load_progress webkit_web_view_get_custom_charset webkit_web_view_set_custom_charset @@ -129,6 +197,7 @@ webkit_web_view_get_zoom_level webkit_web_view_can_execute_editing_command webkit_web_view_can_execute_editing_command_finish webkit_web_view_execute_editing_command +webkit_web_view_execute_editing_command_with_argument webkit_web_view_get_find_controller webkit_web_view_get_inspector webkit_web_view_get_javascript_global_context @@ -142,11 +211,16 @@ webkit_web_view_save_finish webkit_web_view_save_to_file webkit_web_view_save_to_file_finish webkit_web_view_download_uri -webkit_web_view_set_view_mode -webkit_web_view_get_view_mode webkit_web_view_get_tls_info webkit_web_view_get_snapshot webkit_web_view_get_snapshot_finish +webkit_web_view_set_background_color +webkit_web_view_get_background_color +webkit_web_view_set_editable +webkit_web_view_is_editable +webkit_web_view_get_editor_state +webkit_web_view_get_session_state +webkit_web_view_restore_session_state <SUBSECTION WebKitJavascriptResult> WebKitJavascriptResult @@ -165,6 +239,13 @@ webkit_script_dialog_prompt_get_default_text webkit_script_dialog_prompt_set_text webkit_web_view_get_main_resource +<SUBSECTION WebKitWebViewSessionState> +WebKitWebViewSessionState +webkit_web_view_session_state_new +webkit_web_view_session_state_ref +webkit_web_view_session_state_unref +webkit_web_view_session_state_serialize + <SUBSECTION Standard> WebKitWebViewClass WEBKIT_WEB_VIEW @@ -175,11 +256,13 @@ WEBKIT_IS_WEB_VIEW_CLASS WEBKIT_WEB_VIEW_GET_CLASS WEBKIT_TYPE_JAVASCRIPT_RESULT WEBKIT_TYPE_SCRIPT_DIALOG +WEBKIT_TYPE_WEB_VIEW_SESSION_STATE <SUBSECTION Private> webkit_web_view_get_type webkit_javascript_result_get_type webkit_script_dialog_get_type +webkit_web_view_session_state_get_type WebKitWebViewPrivate </SECTION> @@ -276,6 +359,7 @@ webkit_back_forward_list_item_get_type <SECTION> <FILE>WebKitSettings</FILE> WebKitSettings +WebKitHardwareAccelerationPolicy webkit_settings_new webkit_settings_new_with_settings webkit_settings_get_auto_load_images @@ -375,6 +459,12 @@ webkit_settings_get_enable_spatial_navigation webkit_settings_set_enable_spatial_navigation webkit_settings_get_enable_mediasource webkit_settings_set_enable_mediasource +webkit_settings_get_allow_file_access_from_file_urls +webkit_settings_set_allow_file_access_from_file_urls +webkit_settings_get_allow_universal_access_from_file_urls +webkit_settings_set_allow_universal_access_from_file_urls +webkit_settings_get_hardware_acceleration_policy +webkit_settings_set_hardware_acceleration_policy <SUBSECTION Standard> WebKitSettingsClass @@ -396,6 +486,7 @@ WebKitURIRequest webkit_uri_request_new webkit_uri_request_get_uri webkit_uri_request_set_uri +webkit_uri_request_get_http_method webkit_uri_request_get_http_headers <SUBSECTION Standard> @@ -420,6 +511,7 @@ webkit_uri_response_get_status_code webkit_uri_response_get_content_length webkit_uri_response_get_mime_type webkit_uri_response_get_suggested_filename +webkit_uri_response_get_http_headers <SUBSECTION Standard> WebKitURIResponseClass @@ -473,6 +565,8 @@ webkit_download_get_estimated_progress webkit_download_get_elapsed_time webkit_download_get_received_data_length webkit_download_get_web_view +webkit_download_get_allow_overwrite +webkit_download_set_allow_overwrite <SUBSECTION Standard> WebKitDownloadClass @@ -524,6 +618,105 @@ webkit_geolocation_permission_request_get_type </SECTION> <SECTION> +<FILE>WebKitInstallMissingMediaPluginsPermissionRequest</FILE> +WebKitInstallMissingMediaPluginsPermissionRequest +webkit_install_missing_media_plugins_permission_request_get_description + +<SUBSECTION Standard> +WebKitInstallMissingMediaPluginsPermissionRequestClass +WEBKIT_TYPE_INSTALL_MISSING_MEDIA_PLUGINS_PERMISSION_REQUEST +WEBKIT_INSTALL_MISSING_MEDIA_PLUGINS_PERMISSION_REQUEST +WEBKIT_IS_INSTALL_MISSING_MEDIA_PLUGINS_PERMISSION_REQUEST +WEBKIT_INSTALL_MISSING_MEDIA_PLUGINS_PERMISSION_REQUEST_CLASS +WEBKIT_IS_INSTALL_MISSING_MEDIA_PLUGINS_PERMISSION_REQUEST_CLASS +WEBKIT_INSTALL_MISSING_MEDIA_PLUGINS_PERMISSION_REQUEST_GET_CLASS + +<SUBSECTION Private> +WebKitInstallMissingMediaPluginsPermissionRequestPrivate +webkit_install_missing_media_plugins_permission_request_get_type +</SECTION> + +<SECTION> +<FILE>WebKitNavigationAction</FILE> +WebKitNavigationAction +webkit_navigation_action_copy +webkit_navigation_action_free +webkit_navigation_action_get_navigation_type +webkit_navigation_action_get_mouse_button +webkit_navigation_action_get_modifiers +webkit_navigation_action_get_request +webkit_navigation_action_is_user_gesture + +<SUBSECTION Standard> +WEBKIT_TYPE_NAVIGATION_ACTION + +<SUBSECTION Private> +webkit_navigation_action_get_type +</SECTION> + +<SECTION> +<FILE>WebKitUserMediaPermissionRequest</FILE> +WebKitUserMediaPermissionRequest +webkit_user_media_permission_is_for_audio_device +webkit_user_media_permission_is_for_video_device + +<SUBSECTION Standard> +WebKitUserMediaPermissionRequestClass +WEBKIT_TYPE_USER_MEDIA_PERMISSION_REQUEST +WEBKIT_USER_MEDIA_PERMISSION_REQUEST +WEBKIT_IS_USER_MEDIA_PERMISSION_REQUEST +WEBKIT_USER_MEDIA_PERMISSION_REQUEST_CLASS +WEBKIT_IS_USER_MEDIA_PERMISSION_REQUEST_CLASS +WEBKIT_USER_MEDIA_PERMISSION_REQUEST_GET_CLASS + +<SUBSECTION Private> +WebKitUserMediaPermissionRequestPrivate +webkit_user_media_permission_request_get_type +</SECTION> + +<SECTION> +<FILE>WebKitNotification</FILE> +WebKitNotification +webkit_notification_get_id +webkit_notification_get_title +webkit_notification_get_body +webkit_notification_get_tag +webkit_notification_close +webkit_notification_clicked + +<SUBSECTION Standard> +WebKitNotificationClass +WEBKIT_TYPE_NOTIFICATION +WEBKIT_IS_NOTIFICATION +WEBKIT_NOTIFICATION +WEBKIT_NOTIFICATION_CLASS +WEBKIT_IS_NOTIFICATION_CLASS +WEBKIT_NOTIFICATION_GET_CLASS + +<SUBSECTION Private> +WebKitNotificationPrivate +webkit_notification_get_type +</SECTION> + +<SECTION> +<FILE>WebKitNotificationPermissionRequest</FILE> +WebKitNotificationPermissionRequest + +<SUBSECTION Standard> +WebKitNotificationPermissionRequestClass +WEBKIT_TYPE_NOTIFICATION_PERMISSION_REQUEST +WEBKIT_NOTIFICATION_PERMISSION_REQUEST +WEBKIT_IS_NOTIFICATION_PERMISSION_REQUEST +WEBKIT_NOTIFICATION_PERMISSION_REQUEST_CLASS +WEBKIT_IS_NOTIFICATION_PERMISSION_REQUEST_CLASS +WEBKIT_NOTIFICATION_PERMISSION_REQUEST_GET_CLASS + +<SUBSECTION Private> +WebKitNotificationPermissionRequestPrivate +webkit_notification_permission_request_get_type +</SECTION> + +<SECTION> <FILE>WebKitPolicyDecision</FILE> WebKitPolicyDecision webkit_policy_decision_download @@ -548,6 +741,7 @@ webkit_policy_decision_get_type <FILE>WebKitNavigationPolicyDecision</FILE> WebKitNavigationPolicyDecision WebKitNavigationType +webkit_navigation_policy_decision_get_navigation_action webkit_navigation_policy_decision_get_frame_name webkit_navigation_policy_decision_get_modifiers webkit_navigation_policy_decision_get_mouse_button @@ -598,6 +792,7 @@ webkit_hit_test_result_context_is_link webkit_hit_test_result_context_is_image webkit_hit_test_result_context_is_media webkit_hit_test_result_context_is_editable +webkit_hit_test_result_context_is_selection webkit_hit_test_result_get_link_uri webkit_hit_test_result_get_link_title webkit_hit_test_result_get_link_label @@ -620,6 +815,26 @@ webkit_hit_test_result_get_type </SECTION> <SECTION> +<FILE>WebKitEditorState</FILE> +WebKitEditorState +WebKitEditorTypingAttributes +webkit_editor_state_get_typing_attributes + +<SUBSECTION Standard> +WebKitEditorStateClass +WEBKIT_TYPE_EDITOR_STATE +WEBKIT_EDITOR_STATE +WEBKIT_IS_EDITOR_STATE +WEBKIT_EDITOR_STATE_CLASS +WEBKIT_IS_EDITOR_STATE_CLASS +WEBKIT_EDITOR_STATE_GET_CLASS + +<SUBSECTION Private> +WebKitEditorStatePrivate +webkit_editor_state_get_type +</SECTION> + +<SECTION> <FILE>WebKitPrintOperation</FILE> WebKitPrintOperation WebKitPrintOperationResponse @@ -834,6 +1049,7 @@ WebKitPluginPrivate WebKitWebInspector webkit_web_inspector_get_web_view webkit_web_inspector_get_inspected_uri +webkit_web_inspector_get_can_attach webkit_web_inspector_is_attached webkit_web_inspector_attach webkit_web_inspector_detach @@ -908,6 +1124,8 @@ webkit_context_menu_last webkit_context_menu_get_item_at_position webkit_context_menu_remove webkit_context_menu_remove_all +webkit_context_menu_set_user_data +webkit_context_menu_get_user_data <SUBSECTION Standard> WebKitContextMenuClass @@ -1003,28 +1221,90 @@ webkit_security_manager_get_type </SECTION> <SECTION> -<FILE>WebKitWebViewGroup</FILE> -WebKitWebViewGroup -WebKitInjectedContentFrames -webkit_web_view_group_new -webkit_web_view_group_get_name -webkit_web_view_group_get_settings -webkit_web_view_group_set_settings -webkit_web_view_group_add_user_style_sheet -webkit_web_view_group_remove_all_user_style_sheets +<FILE>WebKitSecurityOrigin</FILE> +WebKitSecurityOrigin +webkit_security_origin_new +webkit_security_origin_new_for_uri +webkit_security_origin_ref +webkit_security_origin_unref +webkit_security_origin_get_protocol +webkit_security_origin_get_host +webkit_security_origin_get_port +webkit_security_origin_is_opaque +webkit_security_origin_to_string + +<SUBSECTION Standard> +WEBKIT_TYPE_SECURITY_ORIGIN + +<SUBSECTION Private> +webkit_security_origin_get_type +</SECTION> + +<SECTION> +<FILE>WebKitWebsiteDataManager</FILE> +WebKitWebsiteDataManager +webkit_website_data_manager_new +webkit_website_data_manager_new_ephemeral +webkit_website_data_manager_is_ephemeral +webkit_website_data_manager_get_base_data_directory +webkit_website_data_manager_get_base_cache_directory +webkit_website_data_manager_get_local_storage_directory +webkit_website_data_manager_get_disk_cache_directory +webkit_website_data_manager_get_offline_application_cache_directory +webkit_website_data_manager_get_indexeddb_directory +webkit_website_data_manager_get_websql_directory +webkit_website_data_manager_get_cookie_manager +webkit_website_data_manager_fetch +webkit_website_data_manager_fetch_finish +webkit_website_data_manager_remove +webkit_website_data_manager_remove_finish +webkit_website_data_manager_clear +webkit_website_data_manager_clear_finish <SUBSECTION Standard> -WebKitWebViewGroupClass -WEBKIT_TYPE_WEB_VIEW_GROUP -WEBKIT_WEB_VIEW_GROUP -WEBKIT_IS_WEB_VIEW_GROUP -WEBKIT_WEB_VIEW_GROUP_CLASS -WEBKIT_IS_WEB_VIEW_GROUP_CLASS -WEBKIT_WEB_VIEW_GROUP_GET_CLASS +WebKitWebsiteDataManagerClass +WEBKIT_TYPE_WEBSITE_DATA_MANAGER +WEBKIT_WEBSITE_DATA_MANAGER +WEBKIT_IS_WEBSITE_DATA_MANAGER +WEBKIT_WEBSITE_DATA_MANAGER_CLASS +WEBKIT_IS_WEBSITE_DATA_MANAGER_CLASS +WEBKIT_WEBSITE_DATA_MANAGER_GET_CLASS <SUBSECTION Private> -WebKitWebViewGroupPrivate -webkit_web_view_group_get_type +WebKitWebsiteDataManagerPrivate +webkit_website_data_manager_get_type +</SECTION> + +<SECTION> +<FILE>WebKitWebsiteData</FILE> +WebKitWebsiteData +WebKitWebsiteDataTypes +webkit_website_data_ref +webkit_website_data_unref +webkit_website_data_get_name +webkit_website_data_get_types +webkit_website_data_get_size + +<SUBSECTION Standard> +WEBKIT_TYPE_WEBSITE_DATA + +<SUBSECTION Private> +webkit_website_data_get_type +</SECTION> + +<SECTION> +<FILE>WebKitNetworkProxySettings</FILE> +WebKitNetworkProxySettings +webkit_network_proxy_settings_new +webkit_network_proxy_settings_copy +webkit_network_proxy_settings_free +webkit_network_proxy_settings_add_proxy_for_scheme + +<SUBSECTION Private> +webkit_network_proxy_settings_get_type + +<SUBSECTION Standard> +WEBKIT_TYPE_NETWORK_NETWORK_PROXY_SETTINGS </SECTION> <SECTION> @@ -1055,6 +1335,7 @@ webkit_web_page_get_dom_document webkit_web_page_get_id webkit_web_page_get_uri webkit_web_page_get_main_frame +webkit_web_page_get_editor <SUBSECTION Standard> WebKitWebPageClass @@ -1071,6 +1352,25 @@ webkit_web_page_get_type </SECTION> <SECTION> +<FILE>WebKitWebEditor</FILE> +WebKitWebEditor +webkit_web_editor_get_page + +<SUBSECTION Standard> +WebKitWebEditorClass +WEBKIT_TYPE_WEB_EDITOR +WEBKIT_WEB_EDITOR +WEBKIT_IS_WEB_EDITOR +WEBKIT_WEB_EDITOR_CLASS +WEBKIT_IS_WEB_EDITOR_CLASS +WEBKIT_WEB_EDITOR_GET_CLASS + +<SUBSECTION Private> +WebKitWebEditorPrivate +webkit_web_editor_get_type +</SECTION> + +<SECTION> <FILE>WebKitFrame</FILE> WebKitFrame webkit_frame_is_main_frame @@ -1113,16 +1413,84 @@ webkit_script_world_get_type </SECTION> <SECTION> -<FILE>WebKitCertificateInfo</FILE> -WebKitCertificateInfo -webkit_certificate_info_copy -webkit_certificate_info_free -webkit_certificate_info_get_tls_certificate -webkit_certificate_info_get_tls_errors +<FILE>WebKitWebHitTestResult</FILE> +WebKitWebHitTestResult +webkit_web_hit_test_result_get_node + +<SUBSECTION Standard> +WebKitWebHitTestResultClass +WEBKIT_TYPE_WEB_HIT_TEST_RESULT +WEBKIT_WEB_HIT_TEST_RESULT +WEBKIT_IS_WEB_HIT_TEST_RESULT +WEBKIT_WEB_HIT_TEST_RESULT_CLASS +WEBKIT_IS_WEB_HIT_TEST_RESULT_CLASS +WEBKIT_WEB_HIT_TEST_RESULT_GET_CLASS + +<SUBSECTION Private> +WebKitWebHitTestResultPrivate +webkit_web_hit_test_result_get_type +</SECTION> + +<SECTION> +<FILE>WebKitConsoleMessage</FILE> +WebKitConsoleMessage +WebKitConsoleMessageSource +WebKitConsoleMessageLevel +webkit_console_message_copy +webkit_console_message_free +webkit_console_message_get_source +webkit_console_message_get_level +webkit_console_message_get_text +webkit_console_message_get_line +webkit_console_message_get_source_id + +<SUBSECTION Standard> +WEBKIT_TYPE_CONSOLE_MESSAGE + +<SUBSECTION Private> +webkit_console_message_get_type +</SECTION> + +<SECTION> +<FILE>WebKitColorChooserRequest</FILE> +WebKitColorChooserRequest +webkit_color_chooser_request_get_rgba +webkit_color_chooser_request_set_rgba +webkit_color_chooser_request_get_element_rectangle +webkit_color_chooser_request_finish +webkit_color_chooser_request_cancel + +<SUBSECTION Standard> +WebKitColorChooserRequestClass +WEBKIT_TYPE_COLOR_CHOOSER_REQUEST +WEBKIT_COLOR_CHOOSER_REQUEST +WEBKIT_IS_COLOR_CHOOSER_REQUEST +WEBKIT_COLOR_CHOOSER_REQUEST_CLASS +WEBKIT_IS_COLOR_CHOOSER_REQUEST_CLASS +WEBKIT_COLOR_CHOOSER_REQUEST_GET_CLASS + +<SUBSECTION Private> +WebKitColorChooserRequestPrivate +webkit_color_chooser_request_get_type +</SECTION> + +<SECTION> +<FILE>WebKitPrintCustomWidget</FILE> +WebKitPrintCustomWidget +webkit_print_custom_widget_new +webkit_print_custom_widget_get_widget +webkit_print_custom_widget_get_title <SUBSECTION Standard> -WEBKIT_TYPE_CERTIFICATE_INFO +WebKitPrintCustomWidgetClass +WEBKIT_TYPE_PRINT_CUSTOM_WIDGET +WEBKIT_PRINT_CUSTOM_WIDGET +WEBKIT_IS_PRINT_CUSTOM_WIDGET +WEBKIT_PRINT_CUSTOM_WIDGET_CLASS +WEBKIT_IS_PRINT_CUSTOM_WIDGET_CLASS +WEBKIT_PRINT_CUSTOM_WIDGET_GET_CLASS <SUBSECTION Private> -webkit_certificate_info_get_type +WebKitPrintCustomWidgetPrivate +webkit_print_custom_widget_get_type </SECTION> diff --git a/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk.types b/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-4.0.types index 4b583bad9..403051ae7 100644 --- a/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk.types +++ b/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-4.0.types @@ -21,10 +21,17 @@ webkit_web_inspector_get_type webkit_uri_scheme_request_get_type webkit_context_menu_get_type webkit_context_menu_item_get_type -webkit_web_view_group_get_type webkit_web_extension_get_type webkit_web_page_get_type webkit_authentication_request_get_type webkit_credential_get_type webkit_frame_get_type webkit_certificate_info_get_type +webkit_user_content_manager_get_type +webkit_web_hit_test_result_get_type +webkit_website_data_manager_get_type +webkit_editor_state_get_type +webkit_install_missing_media_plugins_permission_request_get_type +webkit_console_message_get_type +webkit_web_view_session_state_get_type +webkit_print_custom_widget_get_type diff --git a/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml b/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml index e3cf9a68c..850d7db0b 100644 --- a/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml +++ b/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml @@ -23,14 +23,20 @@ <xi:include href="xml/WebKitDownload.xml"/> <xi:include href="xml/WebKitPermissionRequest.xml"/> <xi:include href="xml/WebKitGeolocationPermissionRequest.xml"/> + <xi:include href="xml/WebKitInstallMissingMediaPluginsPermissionRequest.xml"/> + <xi:include href="xml/WebKitNavigationAction.xml"/> + <xi:include href="xml/WebKitUserMediaPermissionRequest.xml"/> <xi:include href="xml/WebKitPolicyDecision.xml"/> <xi:include href="xml/WebKitNavigationPolicyDecision.xml"/> <xi:include href="xml/WebKitResponsePolicyDecision.xml"/> <xi:include href="xml/WebKitHitTestResult.xml"/> + <xi:include href="xml/WebKitEditorState.xml"/> + <xi:include href="xml/WebKitPrintCustomWidget.xml"/> <xi:include href="xml/WebKitPrintOperation.xml"/> <xi:include href="xml/WebKitWebResource.xml"/> <xi:include href="xml/WebKitError.xml"/> <xi:include href="xml/WebKitFaviconDatabase.xml"/> + <xi:include href="xml/WebKitColorChooserRequest.xml"/> <xi:include href="xml/WebKitFileChooserRequest.xml"/> <xi:include href="xml/WebKitFindController.xml"/> <xi:include href="xml/WebKitCookieManager.xml"/> @@ -42,8 +48,14 @@ <xi:include href="xml/WebKitContextMenuItem.xml"/> <xi:include href="xml/WebKitFormSubmissionRequest.xml"/> <xi:include href="xml/WebKitSecurityManager.xml"/> - <xi:include href="xml/WebKitWebViewGroup.xml"/> - <xi:include href="xml/WebKitCertificateInfo.xml"/> + <xi:include href="xml/WebKitUserContentManager.xml"/> + <xi:include href="xml/WebKitUserContent.xml"/> + <xi:include href="xml/WebKitNotification.xml"/> + <xi:include href="xml/WebKitNotificationPermissionRequest.xml"/> + <xi:include href="xml/WebKitSecurityOrigin.xml"/> + <xi:include href="xml/WebKitWebsiteDataManager.xml"/> + <xi:include href="xml/WebKitWebsiteData.xml"/> + <xi:include href="xml/WebKitNetworkProxySettings.xml"/> </chapter> <chapter> @@ -52,21 +64,59 @@ <xi:include href="xml/WebKitWebPage.xml"/> <xi:include href="xml/WebKitFrame.xml"/> <xi:include href="xml/WebKitScriptWorld.xml"/> + <xi:include href="xml/WebKitWebHitTestResult.xml"/> + <xi:include href="xml/WebKitWebEditor.xml"/> + <xi:include href="xml/WebKitConsoleMessage.xml"/> </chapter> <index id="index-all"> <title>Index</title> </index> - + + <index id="api-index-deprecated" role="deprecated"> + <title>Index of deprecated symbols</title> + <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include> + </index> + <index id="api-index-2-2" role="2.2"> <title>Index of new symbols in 2.2</title> <xi:include href="xml/api-index-2.2.xml"><xi:fallback /></xi:include> - </index> + </index> <index id="api-index-2-4" role="2.4"> <title>Index of new symbols in 2.4</title> <xi:include href="xml/api-index-2.4.xml"><xi:fallback /></xi:include> </index> + <index id="api-index-2-6" role="2.6"> + <title>Index of new symbols in 2.6</title> + <xi:include href="xml/api-index-2.6.xml"><xi:fallback /></xi:include> + </index> + + <index id="api-index-2-8" role="2.8"> + <title>Index of new symbols in 2.8</title> + <xi:include href="xml/api-index-2.8.xml"><xi:fallback /></xi:include> + </index> + + <index id="api-index-2-10" role="2.10"> + <title>Index of new symbols in 2.10</title> + <xi:include href="xml/api-index-2.10.xml"><xi:fallback /></xi:include> + </index> + + <index id="api-index-2-12" role="2.12"> + <title>Index of new symbols in 2.12</title> + <xi:include href="xml/api-index-2.12.xml"><xi:fallback /></xi:include> + </index> + + <index id="api-index-2-14" role="2.14"> + <title>Index of new symbols in 2.14</title> + <xi:include href="xml/api-index-2.14.xml"><xi:fallback /></xi:include> + </index> + + <index id="api-index-2-16" role="2.16"> + <title>Index of new symbols in 2.16</title> + <xi:include href="xml/api-index-2.16.xml"><xi:fallback /></xi:include> + </index> + <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include> </book> |